/third_party/elfutils/libelf/ |
D | abstract.h | 35 TYPE_NAME (ElfW2(Bits, Ext##Half), e_type) \ 36 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \ 37 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \ 38 TYPE_NAME (ElfW2(Bits, Ext##Addr), e_entry) \ 39 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \ 40 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \ 41 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \ 42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \ 43 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phentsize) \ 44 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phnum) \ [all …]
|
D | exttypes.h | 54 #define TYPE_NAME(Type, Name) Type Name; macro 100 #undef TYPE_NAME
|
D | gelf_xlate.c | 151 #define TYPE_NAME(Type, Name) TYPE_NAME2 (Type, Name) macro
|
/third_party/ffmpeg/libavcodec/ |
D | aacps_tablegen_template.c | 29 #define TYPE_NAME "int32_t" macro 35 #define TYPE_NAME "float" macro 73 printf("static const %s pd_re_smooth[8*8*8] = {\n", TYPE_NAME); in main() 76 printf("static const %s pd_im_smooth[8*8*8] = {\n", TYPE_NAME); in main() 80 printf("static const %s HA[46][8][4] = {\n", TYPE_NAME); in main() 83 printf("static const %s HB[46][8][4] = {\n", TYPE_NAME); in main() 87 printf("static const DECLARE_ALIGNED(16, %s, f20_0_8)[8][8][2] = {\n", TYPE_NAME); in main() 90 printf("static const DECLARE_ALIGNED(16, %s, f34_0_12)[12][8][2] = {\n", TYPE_NAME); in main() 93 printf("static const DECLARE_ALIGNED(16, %s, f34_1_8)[8][8][2] = {\n", TYPE_NAME); in main() 96 printf("static const DECLARE_ALIGNED(16, %s, f34_2_4)[4][8][2] = {\n", TYPE_NAME); in main() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep01.c | 36 #define TYPE_NAME(x) .ttype = x, .desc = #x macro 53 TYPE_NAME(NORMAL), 62 TYPE_NAME(NORMAL), 71 TYPE_NAME(NORMAL), 80 TYPE_NAME(SEND_SIGINT), 89 TYPE_NAME(BAD_TS_ADDR_REQ), 96 TYPE_NAME(BAD_TS_ADDR_REM),
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 32 #define TYPE_NAME(x) .ttype = x, .desc = #x macro 82 TYPE_NAME(NORMAL), 91 TYPE_NAME(MASK_SIGNAL), 102 TYPE_NAME(TIMEOUT), 110 TYPE_NAME(FD_ALREADY_CLOSED), 119 TYPE_NAME(SEND_SIGINT), 129 TYPE_NAME(SEND_SIGINT_RACE_TEST), 141 TYPE_NAME(INVALID_NFDS), 149 TYPE_NAME(INVALID_FDS),
|
/third_party/mbedtls/library/ |
D | oid.c | 82 #define FN_OID_GET_DESCRIPTOR_ATTR1(FN_NAME, TYPE_T, TYPE_NAME, ATTR1_TYPE, ATTR1) \ argument 85 const TYPE_T *data = oid_ ## TYPE_NAME ## _from_asn1(oid); \ 96 #define FN_OID_GET_ATTR1(FN_NAME, TYPE_T, TYPE_NAME, ATTR1_TYPE, ATTR1) \ argument 99 const TYPE_T *data = oid_ ## TYPE_NAME ## _from_asn1(oid); \ 109 #define FN_OID_GET_ATTR2(FN_NAME, TYPE_T, TYPE_NAME, ATTR1_TYPE, ATTR1, \ argument 114 const TYPE_T *data = oid_ ## TYPE_NAME ## _from_asn1(oid); \
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
D | Bcp47Mapper.java | 47 private static final AttributeKey TYPE_NAME = keyOf("type", "name"); field in Bcp47Mapper 143 String typeName = TYPE_NAME.valueFrom(value); in collect()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-extensions.c | 118 #define FN_OID_GET_ATTR1(FN_NAME, TYPE_T, TYPE_NAME, ATTR1_TYPE, ATTR1) \ argument 121 const TYPE_T *data = oid_ ## TYPE_NAME ## _from_asn1( oid ); \
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 129 TYPE_NAME = 332, enumerator
|
D | glslang.l | 430 token = TYPE_NAME; in check_type()
|
D | glslang.y | 174 %token <lex> IDENTIFIER TYPE_NAME FLOATCONSTANT INTCONSTANT UINTCONSTANT BOOLCONSTANT 1313 | TYPE_NAME {
|
D | glslang_lex.cpp | 3662 token = TYPE_NAME; in check_type()
|
D | glslang_tab.cpp | 216 TYPE_NAME = 332, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 185 TYPE_NAME = 386, enumerator
|
D | glslang.y | 189 %token <lex> IDENTIFIER TYPE_NAME FLOATCONSTANT INTCONSTANT UINTCONSTANT BOOLCONSTANT 258 | TYPE_NAME 1424 | TYPE_NAME {
|
D | glslang.l | 489 token = TYPE_NAME; in check_type()
|
D | glslang_lex_autogen.cpp | 3332 token = TYPE_NAME; in check_type()
|
D | glslang_tab_autogen.cpp | 274 TYPE_NAME = 386, enumerator
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 399 TYPE_NAME = 609, enumerator
|
D | Scan.cpp | 1674 return TYPE_NAME; in identifierOrType()
|
D | glslang.y | 280 %token <lex> IDENTIFIER TYPE_NAME 3292 | TYPE_NAME {
|
D | glslang.m4 | 280 %token <lex> IDENTIFIER TYPE_NAME 3292 | TYPE_NAME {
|
D | glslang_tab.cpp | 477 TYPE_NAME = 609, enumerator
|
/third_party/node/deps/v8/src/wasm/ |
D | value-type.h | 259 #undef TYPE_NAME in name()
|