| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
| D | EfiStdArg.h | 89 #define VA_ARG(Marker, TYPE) __va_arg(Marker, TYPE) argument 113 #define VA_ARG(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (M… argument 132 #define VA_ARG(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (M… argument 184 #define VA_ARG(Marker, TYPE) (*(TYPE *) ((Marker += _INT_SIZE_OF (TYPE)) - _INT_SIZE_OF (TYPE))) argument
|
| D | EfiDebug.h | 92 #define CR(record, TYPE, field, signature) \ argument 118 #define CR(Record, TYPE, Field, Signature) \ argument
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/ |
| D | PeiDebug.h | 78 #define PEI_CR(Record, TYPE, Field, Signature) \ argument 89 #define PEI_CR(Record, TYPE, Field, Signature) \ argument
|
| /device/linaro/bootloader/edk2/MdePkg/Include/ |
| D | Base.h | 48 #define VERIFY_SIZE_OF(TYPE, Size) extern UINT8 _VerifySizeof##TYPE[(sizeof(TYPE) == (Size)) / (siz… argument 609 #define VA_ARG(Marker, TYPE) __va_arg(Marker, TYPE) argument 638 #define VA_ARG(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (M… argument 657 #define VA_ARG(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN)) ? (TYPE)(__builtin_va_arg (M… argument 706 #define VA_ARG(Marker, TYPE) (*(TYPE *) ((Marker += _INT_SIZE_OF (TYPE)) - _INT_SIZE_OF (TYPE))) argument 747 #define _BASE_INT_SIZE_OF(TYPE) ((sizeof (TYPE) + sizeof (UINTN) - 1) / sizeof (UINTN)) argument 765 #define BASE_ARG(Marker, TYPE) (*(TYPE *) ((Marker += _BASE_INT_SIZE_OF (TYPE)) - _BASE_INT_SIZE_… argument 782 #define OFFSET_OF(TYPE, Field) ((UINTN) __builtin_offsetof(TYPE, Field)) argument 787 #define OFFSET_OF(TYPE, Field) ((UINTN) &(((TYPE *)0)->Field)) argument 809 #define BASE_CR(Record, TYPE, Field) ((TYPE *) ((CHAR8 *) (Record) - (CHAR8 *) &(((TYPE *) 0)->Fie… argument
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
| D | LinkedList.h | 46 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field))) argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | symtable.c | 944 #define VISIT(ST, TYPE, V) \ argument 948 #define VISIT_IN_BLOCK(ST, TYPE, V, S) \ argument 954 #define VISIT_SEQ(ST, TYPE, SEQ) { \ argument 964 #define VISIT_SEQ_IN_BLOCK(ST, TYPE, SEQ, S) { \ argument 976 #define VISIT_SEQ_TAIL(ST, TYPE, SEQ, START) { \ argument 986 #define VISIT_SEQ_TAIL_IN_BLOCK(ST, TYPE, SEQ, START, S) { \ argument
|
| D | compile.c | 1091 #define ADDOP_O(C, OP, O, TYPE) { \ argument 1096 #define ADDOP_NAME(C, OP, O, TYPE) { \ argument 1120 #define VISIT(C, TYPE, V) {\ argument 1125 #define VISIT_IN_SCOPE(C, TYPE, V) {\ argument 1137 #define VISIT_SEQ(C, TYPE, SEQ) { \ argument 1147 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | symtable.c | 946 #define VISIT(ST, TYPE, V) \ argument 950 #define VISIT_IN_BLOCK(ST, TYPE, V, S) \ argument 956 #define VISIT_SEQ(ST, TYPE, SEQ) { \ argument 966 #define VISIT_SEQ_IN_BLOCK(ST, TYPE, SEQ, S) { \ argument 978 #define VISIT_SEQ_TAIL(ST, TYPE, SEQ, START) { \ argument 988 #define VISIT_SEQ_TAIL_IN_BLOCK(ST, TYPE, SEQ, START, S) { \ argument
|
| D | compile.c | 1114 #define ADDOP_O(C, OP, O, TYPE) { \ argument 1119 #define ADDOP_NAME(C, OP, O, TYPE) { \ argument 1143 #define VISIT(C, TYPE, V) {\ argument 1148 #define VISIT_IN_SCOPE(C, TYPE, V) {\ argument 1160 #define VISIT_SEQ(C, TYPE, SEQ) { \ argument 1170 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
| D | fix_idioms.py | 35 TYPE = "power< 'type' trailer< '(' x=any ')' > >" variable
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | node.h | 30 #define TYPE(n) ((n)->n_type) macro
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | node.h | 29 #define TYPE(n) ((n)->n_type) macro
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
| D | DebugLib.h | 520 #define CR(Record, TYPE, Field, TestSignature) \ argument 525 #define CR(Record, TYPE, Field, TestSignature) \ argument
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
| D | EdkIIGlueDebugLib.h | 535 #define CR(Record, TYPE, Field, TestSignature) \ argument 540 #define CR(Record, TYPE, Field, TestSignature) \ argument
|
| /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
| D | Qsort.c | 70 #define swapcode(TYPE, parmi, parmj, n) { \ argument
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
| D | BaseTypes.h | 128 #define OFFSET_OF(TYPE, Field) ((UINTN) &(((TYPE *)0)->Field)) argument 134 #define _CR(Record, TYPE, Field) ((TYPE *) ((CHAR8 *) (Record) - (CHAR8 *) &(((TYPE *) 0)->Field))) argument
|
| D | UefiBaseTypes.h | 156 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field))) argument
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
| D | EfiTypes.h | 282 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field))) argument 288 #define _CR(Record, TYPE, Field) ((TYPE *) ((CHAR8 *) (Record) - (CHAR8 *) &(((TYPE *) 0)->Field))) argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
| D | inflate.h | 32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/ |
| D | SmbiosMeasurementDxe.c | 31 #define FIELD_SIZE_OF(TYPE, Field) ((UINTN)sizeof(((TYPE *)0)->Field)) argument
|
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
| D | inflate.h | 32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
| D | inflate.h | 32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_multiprocessing.py | 1888 TYPE = 'processes' variable in ProcessesMixin 1902 TYPE = 'manager' variable in ManagerMixin 1916 TYPE = 'threads' variable in ThreadsMixin
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| D | exceptions.c | 2057 #define PRE_INIT(TYPE) if (PyType_Ready(&_PyExc_ ## TYPE) < 0) \ argument 2060 #define POST_INIT(TYPE) Py_INCREF(PyExc_ ## TYPE); \ argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| D | exceptions.c | 2041 #define PRE_INIT(TYPE) if (PyType_Ready(&_PyExc_ ## TYPE) < 0) \ argument 2044 #define POST_INIT(TYPE) Py_INCREF(PyExc_ ## TYPE); \ argument
|