/third_party/boost/boost/preprocessor/detail/dmc/ |
D | auto_rec.hpp | 21 # define BOOST_PP_NODE_ENTRY_256(p) BOOST_PP_NODE_128(p)(p)(p)(p)(p)(p)(p)(p) argument 22 # define BOOST_PP_NODE_ENTRY_128(p) BOOST_PP_NODE_64(p)(p)(p)(p)(p)(p)(p) argument 23 # define BOOST_PP_NODE_ENTRY_64(p) BOOST_PP_NODE_32(p)(p)(p)(p)(p)(p) argument 24 # define BOOST_PP_NODE_ENTRY_32(p) BOOST_PP_NODE_16(p)(p)(p)(p)(p) argument 25 # define BOOST_PP_NODE_ENTRY_16(p) BOOST_PP_NODE_8(p)(p)(p)(p) argument 26 # define BOOST_PP_NODE_ENTRY_8(p) BOOST_PP_NODE_4(p)(p)(p) argument 27 # define BOOST_PP_NODE_ENTRY_4(p) BOOST_PP_NODE_2(p)(p) argument 28 # define BOOST_PP_NODE_ENTRY_2(p) BOOST_PP_NODE_1(p) argument 30 # define BOOST_PP_NODE_128(p) BOOST_PP_IIF(p##(128), BOOST_PP_NODE_64, BOOST_PP_NODE_192) argument 31 # define BOOST_PP_NODE_64(p) BOOST_PP_IIF(p##(64), BOOST_PP_NODE_32, BOOST_PP_NODE_96) argument [all …]
|
/third_party/boost/boost/preprocessor/detail/ |
D | auto_rec.hpp | 27 # define BOOST_PP_NODE_ENTRY_256(p) BOOST_PP_NODE_128(p)(p)(p)(p)(p)(p)(p)(p) argument 28 # define BOOST_PP_NODE_ENTRY_128(p) BOOST_PP_NODE_64(p)(p)(p)(p)(p)(p)(p) argument 29 # define BOOST_PP_NODE_ENTRY_64(p) BOOST_PP_NODE_32(p)(p)(p)(p)(p)(p) argument 30 # define BOOST_PP_NODE_ENTRY_32(p) BOOST_PP_NODE_16(p)(p)(p)(p)(p) argument 31 # define BOOST_PP_NODE_ENTRY_16(p) BOOST_PP_NODE_8(p)(p)(p)(p) argument 32 # define BOOST_PP_NODE_ENTRY_8(p) BOOST_PP_NODE_4(p)(p)(p) argument 33 # define BOOST_PP_NODE_ENTRY_4(p) BOOST_PP_NODE_2(p)(p) argument 34 # define BOOST_PP_NODE_ENTRY_2(p) BOOST_PP_NODE_1(p) argument 36 # define BOOST_PP_NODE_128(p) BOOST_PP_IIF(p(128), BOOST_PP_NODE_64, BOOST_PP_NODE_192) argument 37 # define BOOST_PP_NODE_64(p) BOOST_PP_IIF(p(64), BOOST_PP_NODE_32, BOOST_PP_NODE_96) argument [all …]
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 54 {double(*p)(double) = acos;} in f() local 55 {float(*p)(float) = acosf;} in f() local 56 {double(*p)(double) = acosh;} in f() local 57 {float(*p)(float) = acoshf;} in f() local 58 {long double(*p)(long double) = acoshl;} in f() local 59 {long double(*p)(long double) = acosl;} in f() local 60 {double(*p)(double) = asin;} in f() local 61 {float(*p)(float) = asinf;} in f() local 62 {double(*p)(double) = asinh;} in f() local 63 {float(*p)(float) = asinhf;} in f() local [all …]
|
/third_party/python/Parser/ |
D | parser.c | 504 static mod_ty file_rule(Parser *p); 505 static mod_ty interactive_rule(Parser *p); 506 static mod_ty eval_rule(Parser *p); 507 static mod_ty func_type_rule(Parser *p); 508 static expr_ty fstring_rule(Parser *p); 509 static asdl_expr_seq* type_expressions_rule(Parser *p); 510 static asdl_stmt_seq* statements_rule(Parser *p); 511 static asdl_stmt_seq* statement_rule(Parser *p); 512 static asdl_stmt_seq* statement_newline_rule(Parser *p); 513 static asdl_stmt_seq* simple_stmts_rule(Parser *p); [all …]
|
/third_party/boost/boost/preprocessor/control/detail/edg/ |
D | while.hpp | 20 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_I(p, o, s) argument 21 # define BOOST_PP_WHILE_2(p, o, s) BOOST_PP_WHILE_2_I(p, o, s) argument 22 # define BOOST_PP_WHILE_3(p, o, s) BOOST_PP_WHILE_3_I(p, o, s) argument 23 # define BOOST_PP_WHILE_4(p, o, s) BOOST_PP_WHILE_4_I(p, o, s) argument 24 # define BOOST_PP_WHILE_5(p, o, s) BOOST_PP_WHILE_5_I(p, o, s) argument 25 # define BOOST_PP_WHILE_6(p, o, s) BOOST_PP_WHILE_6_I(p, o, s) argument 26 # define BOOST_PP_WHILE_7(p, o, s) BOOST_PP_WHILE_7_I(p, o, s) argument 27 # define BOOST_PP_WHILE_8(p, o, s) BOOST_PP_WHILE_8_I(p, o, s) argument 28 # define BOOST_PP_WHILE_9(p, o, s) BOOST_PP_WHILE_9_I(p, o, s) argument 29 # define BOOST_PP_WHILE_10(p, o, s) BOOST_PP_WHILE_10_I(p, o, s) argument [all …]
|
/third_party/boost/boost/preprocessor/control/detail/msvc/ |
D | while.hpp | 20 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_IF(p(2, s), BOOST_PP_WHILE_2, s BOOST_PP_TUPLE_EAT_3)(p… argument 21 # define BOOST_PP_WHILE_2(p, o, s) BOOST_PP_IF(p(3, s), BOOST_PP_WHILE_3, s BOOST_PP_TUPLE_EAT_3)(p… argument 22 # define BOOST_PP_WHILE_3(p, o, s) BOOST_PP_IF(p(4, s), BOOST_PP_WHILE_4, s BOOST_PP_TUPLE_EAT_3)(p… argument 23 # define BOOST_PP_WHILE_4(p, o, s) BOOST_PP_IF(p(5, s), BOOST_PP_WHILE_5, s BOOST_PP_TUPLE_EAT_3)(p… argument 24 # define BOOST_PP_WHILE_5(p, o, s) BOOST_PP_IF(p(6, s), BOOST_PP_WHILE_6, s BOOST_PP_TUPLE_EAT_3)(p… argument 25 # define BOOST_PP_WHILE_6(p, o, s) BOOST_PP_IF(p(7, s), BOOST_PP_WHILE_7, s BOOST_PP_TUPLE_EAT_3)(p… argument 26 # define BOOST_PP_WHILE_7(p, o, s) BOOST_PP_IF(p(8, s), BOOST_PP_WHILE_8, s BOOST_PP_TUPLE_EAT_3)(p… argument 27 # define BOOST_PP_WHILE_8(p, o, s) BOOST_PP_IF(p(9, s), BOOST_PP_WHILE_9, s BOOST_PP_TUPLE_EAT_3)(p… argument 28 # define BOOST_PP_WHILE_9(p, o, s) BOOST_PP_IF(p(10, s), BOOST_PP_WHILE_10, s BOOST_PP_TUPLE_EAT_3)… argument 29 # define BOOST_PP_WHILE_10(p, o, s) BOOST_PP_IF(p(11, s), BOOST_PP_WHILE_11, s BOOST_PP_TUPLE_EAT_3… argument [all …]
|
/third_party/libxml2/fuzz/ |
D | regexp.dict | 20 cat_letter="\\p{L}" 21 cat_mark="\\p{M}" 22 cat_number="\\p{N}" 23 cat_punct="\\p{P}" 24 cat_sym="\\p{S}" 25 cat_sep="\\p{Z}" 26 cat_other="\\p{C}" 28 block_aegean_numbers="\\p{IsAegeanNumbers}" 29 block_alphabetic_presentation_forms="\\p{IsAlphabeticPresentationForms}" 30 block_arabic="\\p{IsArabic}" [all …]
|
/third_party/freetype/docs/reference/assets/javascripts/lunr/ |
D | lunr.hu.js | 17 …p,_,n;e.hu=function(){this.pipeline.reset(),this.pipeline.add(e.hu.trimmer,e.hu.stopWordFilter,e.h…
|
/third_party/boost/boost/preprocessor/control/ |
D | while.hpp | 51 # define BOOST_PP_WHILE_257(p, o, s) BOOST_PP_ERROR(0x0001) argument 55 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_1(p, o, s) 0 argument 56 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_2(p, o, s) 0 argument 57 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_3(p, o, s) 0 argument 58 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_4(p, o, s) 0 argument 59 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_5(p, o, s) 0 argument 60 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_6(p, o, s) 0 argument 61 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_7(p, o, s) 0 argument 62 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_8(p, o, s) 0 argument 63 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_9(p, o, s) 0 argument [all …]
|
/third_party/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.c | 22 static void do_realloc( struct x86_function *p ) in do_realloc() argument 24 if (p->size == 0) { in do_realloc() 25 p->size = 1024; in do_realloc() 26 p->store = _mesa_exec_malloc(p->size); in do_realloc() 27 p->csr = p->store; in do_realloc() 30 unsigned used = p->csr - p->store; in do_realloc() 31 unsigned char *tmp = p->store; in do_realloc() 32 p->size *= 2; in do_realloc() 33 p->store = _mesa_exec_malloc(p->size); in do_realloc() 34 memcpy(p->store, tmp, used); in do_realloc() [all …]
|
/third_party/boost/boost/preprocessor/repetition/detail/edg/ |
D | for.hpp | 20 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_FOR_1_I(s, p, o, m) argument 21 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_FOR_2_I(s, p, o, m) argument 22 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_FOR_3_I(s, p, o, m) argument 23 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_FOR_4_I(s, p, o, m) argument 24 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_FOR_5_I(s, p, o, m) argument 25 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_FOR_6_I(s, p, o, m) argument 26 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_FOR_7_I(s, p, o, m) argument 27 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_FOR_8_I(s, p, o, m) argument 28 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_FOR_9_I(s, p, o, m) argument 29 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_FOR_10_I(s, p, o, m) argument [all …]
|
/third_party/boost/boost/preprocessor/repetition/detail/msvc/ |
D | for.hpp | 20 …P_FOR_1(s, p, o, m) BOOST_PP_IF(p(2, s), m, BOOST_PP_TUPLE_EAT_2)(2, s) BOOST_PP_IF(p(2, s), BOOST… argument 21 …P_FOR_2(s, p, o, m) BOOST_PP_IF(p(3, s), m, BOOST_PP_TUPLE_EAT_2)(3, s) BOOST_PP_IF(p(3, s), BOOST… argument 22 …P_FOR_3(s, p, o, m) BOOST_PP_IF(p(4, s), m, BOOST_PP_TUPLE_EAT_2)(4, s) BOOST_PP_IF(p(4, s), BOOST… argument 23 …P_FOR_4(s, p, o, m) BOOST_PP_IF(p(5, s), m, BOOST_PP_TUPLE_EAT_2)(5, s) BOOST_PP_IF(p(5, s), BOOST… argument 24 …P_FOR_5(s, p, o, m) BOOST_PP_IF(p(6, s), m, BOOST_PP_TUPLE_EAT_2)(6, s) BOOST_PP_IF(p(6, s), BOOST… argument 25 …P_FOR_6(s, p, o, m) BOOST_PP_IF(p(7, s), m, BOOST_PP_TUPLE_EAT_2)(7, s) BOOST_PP_IF(p(7, s), BOOST… argument 26 …P_FOR_7(s, p, o, m) BOOST_PP_IF(p(8, s), m, BOOST_PP_TUPLE_EAT_2)(8, s) BOOST_PP_IF(p(8, s), BOOST… argument 27 …P_FOR_8(s, p, o, m) BOOST_PP_IF(p(9, s), m, BOOST_PP_TUPLE_EAT_2)(9, s) BOOST_PP_IF(p(9, s), BOOST… argument 28 …FOR_9(s, p, o, m) BOOST_PP_IF(p(10, s), m, BOOST_PP_TUPLE_EAT_2)(10, s) BOOST_PP_IF(p(10, s), BOOS… argument 29 …OR_10(s, p, o, m) BOOST_PP_IF(p(11, s), m, BOOST_PP_TUPLE_EAT_2)(11, s) BOOST_PP_IF(p(11, s), BOOS… argument [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/ |
D | core-private.h | 89 wuffs_base__load_u8be(uint8_t* p) { in wuffs_base__load_u8be() argument 90 return p[0]; in wuffs_base__load_u8be() 94 wuffs_base__load_u16be(uint8_t* p) { in wuffs_base__load_u16be() argument 95 return (uint16_t)(((uint16_t)(p[0]) << 8) | ((uint16_t)(p[1]) << 0)); in wuffs_base__load_u16be() 99 wuffs_base__load_u16le(uint8_t* p) { in wuffs_base__load_u16le() argument 100 return (uint16_t)(((uint16_t)(p[0]) << 0) | ((uint16_t)(p[1]) << 8)); in wuffs_base__load_u16le() 104 wuffs_base__load_u24be(uint8_t* p) { in wuffs_base__load_u24be() argument 105 return ((uint32_t)(p[0]) << 16) | ((uint32_t)(p[1]) << 8) | in wuffs_base__load_u24be() 106 ((uint32_t)(p[2]) << 0); in wuffs_base__load_u24be() 110 wuffs_base__load_u24le(uint8_t* p) { in wuffs_base__load_u24le() argument [all …]
|
/third_party/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 53 static bool is_top_level(upb_json_parser *p); 54 static bool is_wellknown_msg(upb_json_parser *p, upb_wellknowntype_t type); 55 static bool is_wellknown_field(upb_json_parser *p, upb_wellknowntype_t type); 57 static bool is_number_wrapper_object(upb_json_parser *p); 58 static bool does_number_wrapper_start(upb_json_parser *p); 59 static bool does_number_wrapper_end(upb_json_parser *p); 61 static bool is_string_wrapper_object(upb_json_parser *p); 62 static bool does_string_wrapper_start(upb_json_parser *p); 63 static bool does_string_wrapper_end(upb_json_parser *p); 65 static bool does_fieldmask_start(upb_json_parser *p); [all …]
|
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/ |
D | parser.c | 53 static bool is_top_level(upb_json_parser *p); 54 static bool is_wellknown_msg(upb_json_parser *p, upb_wellknowntype_t type); 55 static bool is_wellknown_field(upb_json_parser *p, upb_wellknowntype_t type); 57 static bool is_number_wrapper_object(upb_json_parser *p); 58 static bool does_number_wrapper_start(upb_json_parser *p); 59 static bool does_number_wrapper_end(upb_json_parser *p); 61 static bool is_string_wrapper_object(upb_json_parser *p); 62 static bool does_string_wrapper_start(upb_json_parser *p); 63 static bool does_string_wrapper_end(upb_json_parser *p); 65 static bool does_fieldmask_start(upb_json_parser *p); [all …]
|
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_unaligned.h | 24 static inline uint16_t __get_unaligned_be16(const uint8_t *p) in __get_unaligned_be16() argument 26 return p[0] << 8 | p[1]; in __get_unaligned_be16() 29 static inline uint32_t __get_unaligned_be32(const uint8_t *p) in __get_unaligned_be32() argument 31 return p[0] << 24 | p[1] << 16 | p[2] << 8 | p[3]; in __get_unaligned_be32() 35 static inline uint64_t __get_unaligned_be48(const uint8_t *p) in __get_unaligned_be48() argument 37 return (uint64_t)__get_unaligned_be16(p) << 32 | in __get_unaligned_be48() 38 __get_unaligned_be32(p + 2); in __get_unaligned_be48() 41 static inline uint64_t __get_unaligned_be64(const uint8_t *p) in __get_unaligned_be64() argument 43 return (uint64_t)__get_unaligned_be32(p) << 32 | in __get_unaligned_be64() 44 __get_unaligned_be32(p + 4); in __get_unaligned_be64() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | promiseType.js | 2 declare var p: Promise<boolean>; 6 const a = await p; 11 const a = await p; 17 const a = await p; 27 const a = await p; 36 const a = await p; 46 const a = await p; 56 const a = await p; 66 const a = await p; 76 const a = await p; [all …]
|
D | promiseTypeStrictNull.js | 2 declare var p: Promise<boolean>; 6 const a = await p; 11 const a = await p; 17 const a = await p; 27 const a = await p; 36 const a = await p; 46 const a = await p; 56 const a = await p; 66 const a = await p; 76 const a = await p; [all …]
|
/third_party/boost/boost/preprocessor/control/detail/dmc/ |
D | while.hpp | 21 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_C(BOOST_PP_BOOL(p##(2, s)), p, o, s) argument 22 # define BOOST_PP_WHILE_2(p, o, s) BOOST_PP_WHILE_2_C(BOOST_PP_BOOL(p##(3, s)), p, o, s) argument 23 # define BOOST_PP_WHILE_3(p, o, s) BOOST_PP_WHILE_3_C(BOOST_PP_BOOL(p##(4, s)), p, o, s) argument 24 # define BOOST_PP_WHILE_4(p, o, s) BOOST_PP_WHILE_4_C(BOOST_PP_BOOL(p##(5, s)), p, o, s) argument 25 # define BOOST_PP_WHILE_5(p, o, s) BOOST_PP_WHILE_5_C(BOOST_PP_BOOL(p##(6, s)), p, o, s) argument 26 # define BOOST_PP_WHILE_6(p, o, s) BOOST_PP_WHILE_6_C(BOOST_PP_BOOL(p##(7, s)), p, o, s) argument 27 # define BOOST_PP_WHILE_7(p, o, s) BOOST_PP_WHILE_7_C(BOOST_PP_BOOL(p##(8, s)), p, o, s) argument 28 # define BOOST_PP_WHILE_8(p, o, s) BOOST_PP_WHILE_8_C(BOOST_PP_BOOL(p##(9, s)), p, o, s) argument 29 # define BOOST_PP_WHILE_9(p, o, s) BOOST_PP_WHILE_9_C(BOOST_PP_BOOL(p##(10, s)), p, o, s) argument 30 # define BOOST_PP_WHILE_10(p, o, s) BOOST_PP_WHILE_10_C(BOOST_PP_BOOL(p##(11, s)), p, o, s) argument [all …]
|
/third_party/nghttp2/fuzz/corpus/h2spec/ |
D | 1e27187b10c02fe7e151818ddd0722f69830ac04975ddb5a9d83cdc406cbb678 | 5 …���A��\�p�d���A��\�p�d���A��\�p�d���A��\�p�d… 6 ���A��\�p�d���A��\�p�d���A��\�p�d���A��\�p�d���…
|
/third_party/pulseaudio/src/pulsecore/ |
D | pstream.c | 235 static int do_write(pa_pstream *p); 236 static int do_read(pa_pstream *p, struct pstream_read *re); 238 static void do_pstream_read_write(pa_pstream *p) { in do_pstream_read_write() argument 239 pa_assert(p); in do_pstream_read_write() 240 pa_assert(PA_REFCNT_VALUE(p) > 0); in do_pstream_read_write() 242 pa_pstream_ref(p); in do_pstream_read_write() 244 p->mainloop->defer_enable(p->defer_event, 0); in do_pstream_read_write() 246 if (!p->dead && p->srb) { in do_pstream_read_write() 249 if(do_write(p) < 0) in do_pstream_read_write() 252 while (!p->dead && r == 0) { in do_pstream_read_write() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 92 debug_printf( "\n%4x %14s ", p->csr - p->store, foo ); \ 140 static void do_realloc( struct x86_function *p ) in do_realloc() argument 142 if (p->store == p->error_overflow) { in do_realloc() 143 p->csr = p->store; in do_realloc() 145 else if (p->size == 0) { in do_realloc() 146 p->size = 1024; in do_realloc() 147 p->store = rtasm_exec_malloc(p->size); in do_realloc() 148 p->csr = p->store; in do_realloc() 151 uintptr_t used = pointer_to_uintptr( p->csr ) - pointer_to_uintptr( p->store ); in do_realloc() 152 unsigned char *tmp = p->store; in do_realloc() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | promiseType.ts | 2 declare var p: Promise<boolean>; variable 6 const a = await p; 11 const a = await p; 17 const a = await p; 27 const a = await p; 36 const a = await p; 46 const a = await p; 56 const a = await p; 66 const a = await p; 76 const a = await p; [all …]
|
D | promiseTypeStrictNull.ts | 3 declare var p: Promise<boolean>; variable 7 const a = await p; 12 const a = await p; 18 const a = await p; 28 const a = await p; 37 const a = await p; 47 const a = await p; 57 const a = await p; 67 const a = await p; 77 const a = await p; [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessor/ |
D | params.hpp | 28 # define BOOST_MPL_PP_PARAMS(n,p) \ argument 29 BOOST_PP_CAT(BOOST_MPL_PP_PARAMS_,n)(p) \ 32 # define BOOST_MPL_PP_PARAMS_0(p) argument 33 # define BOOST_MPL_PP_PARAMS_1(p) p##1 argument 34 # define BOOST_MPL_PP_PARAMS_2(p) p##1,p##2 argument 35 # define BOOST_MPL_PP_PARAMS_3(p) p##1,p##2,p##3 argument 36 # define BOOST_MPL_PP_PARAMS_4(p) p##1,p##2,p##3,p##4 argument 37 # define BOOST_MPL_PP_PARAMS_5(p) p##1,p##2,p##3,p##4,p##5 argument 38 # define BOOST_MPL_PP_PARAMS_6(p) p##1,p##2,p##3,p##4,p##5,p##6 argument 39 # define BOOST_MPL_PP_PARAMS_7(p) p##1,p##2,p##3,p##4,p##5,p##6,p##7 argument [all …]
|