Searched refs:PRINT (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | vfwprintf.c | 706 #define PRINT(ptr, len) do { \ in WDECL() macro 712 #define PRINT(ptr, len) do { \ in WDECL() macro 734 PRINT(with, PADSIZE); \ in WDECL() 737 PRINT(with, n); \ in WDECL() 745 PRINT((p), n2); \ in WDECL() 868 PRINT(cp, n); in WDECL() 1488 PRINT(&sign, 1); in WDECL() 1492 PRINT(ox, 2); in WDECL() 1505 PRINT(result, size); in WDECL() 1509 PRINT(zeroes, 1); in WDECL() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | misc.c | 966 PRINT(q->p1); 968 PRINT(alt->p1); 985 if ( alt->p1 != NULL ) PRINT(alt->p1); 1087 if ( q->end->p1 != NULL ) PRINT(q->end->p1); 1106 if ( q->end->p1 != NULL ) PRINT(q->end->p1); 1125 if ( q->end->p1 != NULL ) PRINT(q->end->p1); 1148 if ( q->end->p1 != NULL ) PRINT(q->end->p1); 1154 PRINT(q->p1); 1155 if ( q->p2 != NULL ) PRINT(q->p2); 1158 if ( q->p1 != NULL ) PRINT(q->p1); [all …]
|
D | syn.h | 169 #define PRINT(p) {if ( (p)==NULL ) fatal("PRINT: NULL object");\ macro
|
D | main.c | 886 else PRINT(SynDiag);
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Debugger_scripts/ |
D | trace32_load_symbols_cygwin.cmm | 155 PRINT "&filestring 0x" &load_address
|
D | trace32_load_symbols.cmm | 179 PRINT "&filestring 0x" &load_address
|
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/ |
D | Ax88772.h | 73 #define PRINT(_L_STR) (gST->ConOut->OutputString(gST->ConOut,(_L_STR))) macro
|