/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/boost/libs/preprocessor/doc/examples/ |
D | array_arithmetic.c | 84 # define TYPE_NAME(T) BOOST_PP_TUPLE_ELEM(4, 0, T) macro 166 (const TYPE_NAME(T)* in, TYPE_NAME(TYPE_OF_UNARY_OP(O, T))* out, unsigned n) { \ 187 …)(const TYPE_NAME(L)* lhs_in, const TYPE_NAME(R)* rhs_in, TYPE_NAME(TYPE_OF_BINARY_OP(O, L, R))* o…
|
/third_party/mbedtls/library/ |
D | oid.c | 83 #define FN_OID_GET_DESCRIPTOR_ATTR1(FN_NAME, TYPE_T, TYPE_NAME, ATTR1_TYPE, ATTR1) \ argument 86 const TYPE_T *data = oid_ ## TYPE_NAME ## _from_asn1( oid ); \ 97 #define FN_OID_GET_ATTR1(FN_NAME, TYPE_T, TYPE_NAME, ATTR1_TYPE, ATTR1) \ argument 100 const TYPE_T *data = oid_ ## TYPE_NAME ## _from_asn1( oid ); \ 110 #define FN_OID_GET_ATTR2(FN_NAME, TYPE_T, TYPE_NAME, ATTR1_TYPE, ATTR1, \ argument 115 const TYPE_T *data = oid_ ## TYPE_NAME ## _from_asn1( oid ); \
|
/third_party/boost/libs/function_types/example/ |
D | macro_type_args_example.cpp | 20 #define TYPE_NAME(parenthesized_type) \ macro 65 std::cout << TYPE_NAME((int)) << std::endl; in main()
|
/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()
|
/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 {
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang.y | 183 %token <lex> IDENTIFIER TYPE_NAME FLOATCONSTANT INTCONSTANT UINTCONSTANT BOOLCONSTANT 252 | TYPE_NAME 1200 | TYPE_NAME {
|
D | glslang.l | 457 token = TYPE_NAME; in check_type()
|
D | glslang_lex.cpp | 3822 token = TYPE_NAME; in check_type()
|
D | glslang_tab.cpp | 247 TYPE_NAME = 361, enumerator
|