| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Printable.h | 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===// 23 /// This class is useful to construct print helpers for raw_ostream. 39 std::function<void(raw_ostream &OS)> Print; 40 Printable(std::function<void(raw_ostream &OS)> Print) 41 : Print(std::move(Print)) {} 45 P.Print(OS);
|
| /src/sys/external/bsd/gnu-efi/dist/apps/ |
| t3.c | 21 Print(L"Hello World! (0xd=0x%x, 13=%d)\n", 13, 13); 23 Print(L"before InitializeLib(): PoolAllocationType=%d\n", 26 Print(L" after InitializeLib(): PoolAllocationType=%d\n", 33 Print(L"BS->HandleProtocol() "); 43 Print(L"%xh (%r)\n", efi_status, efi_status); 49 Print(L" li: %xh\n", li); 55 Print(L" li->Revision: %xh\n", li->Revision); 56 Print(L" li->ParentHandle: %xh\n", li->ParentHandle); 57 Print(L" li->SystemTable: %xh\n", li->SystemTable); 58 Print(L" li->DeviceHandle: %xh\n", li->DeviceHandle) [all...] |
| AllocPages.c | 125 Print(L"AllocatePage: __AllocType__ __MemType__ __NumPages__ [__Addr__]\n"); 126 Print(L"__AllocType__ {0,1,2} -- Any, MaxAddr, Addr\n"); 127 Print(L"__MemType__ {0..13}, Reserved ==0, LCode==1, LData==2, BSCode==3, BSData==4, ...\n"); 128 Print(L"__NumPages__ {0..%x}\n", MAX_NUM_PAGES); 129 Print(L"[__Addr__] 0... %llx\n", MAX_ADDR); 130 Print(L"All numbers in hex no leading 0x\n"); 131 Print(L"\n"); 134 Print(L"Now get argc/argv\n"); 138 Print(L"argc = %d\n", argc); 143 Print(L"argv[%d] = <%s>\n", c, argv[c]) [all...] |
| FreePages.c | 98 Print(L"FreePages: __PhysAddr__ __PgCnt__\n"); 99 Print(L"__PhysAddr__ 0... %llx\n", MAX_ADDR); 100 Print(L"__PgCnt__ [0..%lx]\n", MAX_NUM_PAGES); 101 Print(L"All numbers hex w/ no leading 0x\n"); 102 Print(L"\n"); 105 Print(L"Now parse argc/argv\n"); 109 Print(L"argc = %d\n", argc); 114 Print(L"argv[%d] = <%s>\n", c, argv[c]); 118 Print(L"Invalid argument count\n"); 126 Print(L"Inavlid PgCnt\n") [all...] |
| t6.c | 30 Print(L"handleprotocol: %r\n", status); 36 Print(L"Image device : %s\n", DevicePathToStr(dev_path)); 37 Print(L"Image file : %s\n", DevicePathToStr(loaded_image->FilePath)); 39 Print(L"Image base : %lx\n", loaded_image->ImageBase); 40 Print(L"Image size : %lx\n", loaded_image->ImageSize); 41 Print(L"Load options size : %lx\n", loaded_image->LoadOptionsSize); 42 Print(L"Load options : %s\n", loaded_image->LoadOptions);
|
| setjmp.c | 19 Print(L"setjmp() = %d\n", rc); 22 Print(L"3 worked\n"); 28 Print(L"0 got to be one yay\n");
|
| t8.c | 15 Print(L"Hello World, started with Argc=%d\n", Argc); 17 Print(L" Argv[%d] = '%s'\n", i, Argv[i]); 19 Print(L"Bye.\n");
|
| tpause.c | 9 Print(L"Press `q' to quit, any other key to continue:\n");
|
| modelist.c | 16 Print(L"GOP reports MaxMode %d\n", imax); 18 Print(L"gop->Mode is NULL\n"); 28 Print(L"gop->QueryMode() returned %r\n", rc); 29 Print(L"Trying to start GOP with SetMode().\n"); 37 Print(L"%d: Bad response from QueryMode: %r (%d)\n", 41 Print(L"%c%d: %dx%d ", 48 Print(L"RGBR"); 51 Print(L"BGRR"); 54 Print(L"R:%08x G:%08x B:%08x X:%08x", 61 Print(L"(blt only)") [all...] |
| t5.c | 10 Print(L"HelloLib application started\n"); 11 Print(L"\n\n\nHit any key to exit this image\n");
|
| drv0_use.c | 33 Print(L"Cannot open proto: %d\n", Status); 39 Print(L"Cannot call SayHello: %d\n", Status); 44 Print(L"Cannot call GetNumberOfHello: %d\n", Status); 46 Print(L"Hello was called %d time(s).\n", NumberOfHello); 65 Print(L"Error looking up handles for proto: %d\n", Status); 71 Print(L"Playing with driver instance %d...\n", i); 74 Print(L"Error playing with instance %d, skipping\n", i);
|
| printenv.c | 19 Print(L"GUID Variable Name Value\n"); 20 Print(L"=================================== ==================== ========\n"); 30 Print(fmt, &vendor, name, val);
|
| t7.c | 14 Print(L"HelloLib application started\n"); 16 Print(L"\n\n\nHit any key to exit this image\n"); 23 Print(L"ScanCode: %xh UnicodeChar: %xh CallRtStatus: %x\n",
|
| tcc.c | 23 Print(L"%%rsp: 0x%08x%08x stack:\r\n", 27 Print(L"%08x: ", ((uint64_t)rsp) & 0xffffffff); 28 Print(L"%016x ", *rsp++); 29 Print(L"%016x ", *rsp++); 30 Print(L"%016x ", *rsp++); 31 Print(L"%016x\r\n", *rsp++); 333 Print(L"Hello\r\n"); 336 Print(L"Returning Failure works\n"); 338 Print(L"Returning failure doesn't work.\r\n"); 339 Print(L"%%rax was 0x%016x, should have been 0x%016x\n" [all...] |
| bltgrid.c | 43 Print(L"gop->Mode is NULL\n"); 52 Print(L"gop->QueryMode() returned %r\n", rc); 53 Print(L"Trying to start GOP with SetMode().\n"); 61 Print(L"%d: Bad response from QueryMode: %r (%d)\n", 74 Print(L"Allocation of 0x%08lx bytes failed.\n", 92 Print(L"Never found the active video mode?\n"); 104 Print(L"Bad response from QueryMode: %s (%d)\n", Buffer, rc); 121 Print(L"Could not locate GOP: %r\n", rc); 126 Print(L"LocateProtocol(GOP, &gop) returned %r but GOP is NULL\n", rc);
|
| drv0.c | 116 Print(L"Hello %s!\n", HelloWho); 146 Print(L"Driver instance unloaded.\n", ImageHandle); 172 Print(L"Could not open loaded image protocol: %d\n", Status); 181 Print(L"Error registering driver instance: %d\n", Status); 189 Print(L"Driver instance loaded successfully.\n");
|
| lfbgrid.c | 33 Print(L"Invalid pixel format\n"); 68 Print(L"gop->Mode is NULL\n"); 77 Print(L"gop->QueryMode() returned %r\n", rc); 78 Print(L"Trying to start GOP with SetMode().\n"); 86 Print(L"%d: Bad response from QueryMode: %r (%d)\n", 101 Print(L"height * pitch * pixelsize = %lu buf fb size is %lu; using %lu\n", 107 Print(L"Allocation of 0x%08lx bytes failed.\n", 117 Print(L"No linear framebuffer on this device.\n"); 132 Print(L"Never found the active video mode?\n"); 144 Print(L"Bad response from QueryMode: %s (%d)\n", Buffer, rc) [all...] |
| /src/external/bsd/jemalloc/dist/bin/ |
| jemalloc-config.in | 8 --help | -h : Print usage. 9 --version : Print jemalloc version. 10 --revision : Print shared library revision number. 11 --config : Print configure options used to build jemalloc. 12 --prefix : Print installation directory prefix. 13 --bindir : Print binary installation directory. 14 --datadir : Print data installation directory. 15 --includedir : Print include installation directory. 16 --libdir : Print library installation directory. 17 --mandir : Print manual page installation directory [all...] |
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jemalloc-config.in | 8 --help | -h : Print usage. 9 --version : Print jemalloc version. 10 --revision : Print shared library revision number. 11 --config : Print configure options used to build jemalloc. 12 --prefix : Print installation directory prefix. 13 --bindir : Print binary installation directory. 14 --datadir : Print data installation directory. 15 --includedir : Print include installation directory. 16 --libdir : Print library installation directory. 17 --mandir : Print manual page installation directory [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_errors.cpp | 36 // print it. 37 static_cast<const ScarinessScoreBase *>(callback_context)->Print(); 42 void ErrorDeadlySignal::Print() { 46 void ErrorDoubleFree::Print() { 53 scariness.Print(); 56 stack.Print(); 57 addr_description.Print(); 61 void ErrorNewDeleteTypeMismatch::Print() { 91 scariness.Print(); 93 stack.Print(); [all...] |
| asan_scariness_score.h | 49 void Print() const { 57 SSB.Print();
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_errors.cpp | 36 // print it. 37 static_cast<const ScarinessScoreBase *>(callback_context)->Print(); 42 void ErrorDeadlySignal::Print() { 46 void ErrorDoubleFree::Print() { 53 scariness.Print(); 56 stack.Print(); 57 addr_description.Print(); 61 void ErrorNewDeleteTypeMismatch::Print() { 91 scariness.Print(); 93 stack.Print(); [all...] |
| asan_scariness_score.h | 49 void Print() const { 57 SSB.Print();
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_errors.cc | 37 // print it. 38 static_cast<const ScarinessScoreBase *>(callback_context)->Print(); 42 void ErrorDeadlySignal::Print() { 46 void ErrorDoubleFree::Print() { 54 scariness.Print(); 57 stack.Print(); 58 addr_description.Print(); 62 void ErrorNewDeleteTypeMismatch::Print() { 93 scariness.Print(); 95 stack.Print(); [all...] |
| asan_scariness_score.h | 50 void Print() const { 58 SSB.Print();
|