| /third_party/openssl/test/ |
| D | testutil.h | 289 # define PRINTF_FORMAT(a, b) argument 299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) argument 429 # define TEST_int_eq(a, b) test_int_eq(__FILE__, __LINE__, #a, #b, a, b) argument 430 # define TEST_int_ne(a, b) test_int_ne(__FILE__, __LINE__, #a, #b, a, b) argument 431 # define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b) argument 432 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) argument 433 # define TEST_int_gt(a, b) test_int_gt(__FILE__, __LINE__, #a, #b, a, b) argument 434 # define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b) argument 436 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) argument 437 # define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b) argument [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | castParentheses.ts | 2 static b: any; property in a 5 var b = (<any>a); variable 6 var b = (<any>a).b; variable 7 var b = (<any>a.b).c; variable 8 var b = (<any>a.b()).c; variable 9 var b = (<any>new a); variable 10 var b = (<any>new a.b); variable 11 var b = (<any>new a).b variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | objectSpreadNegative.js | 2 let o = { a: 1, b: 'no' } property 25 let b = { b: false }; variable 29 let duplicated = { b: 'bad', ...o, b: 'bad', ...o2, b: 'bad' } property 33 { b: 'ignored', ...o } property 35 let o3 = { a: 1, b: 'no' } property 36 let o4 = { b: 'yes', c: true } property 38 { b: 'ok', ...o3, ...o4 } property 40 { ...o3, b: 'ok', ...o4 } property 46 { ...o3, ['in the middle']: 13, b: 'maybe?', ...o4 } property 91 var o = { a: 1, b: 'no' }; property [all …]
|
| D | optionalParameterInDestructuringWithInitializer.js | 6 function func1( {a, b}: {a: number, b?: number} = {a: 1, b: 2} ) { property 11 function func2( {a, b = 3}: {a: number, b?:number} = {a: 1,b: 2} ) { field 16 function func3( {a, b}: {a: number, b?: number} = {a: 1} ) { field 21 function func4( {a: {b, c}, d}: {a: {b: number,c?: number},d: number} = {a: {b: 1,c: 2},d: 3} ) { property 26 function func5({a: {b, c = 4}, d}: {a: {b: number,c?: number},d: number} = {a: {b: 1,c: 2},d: 3} ) { property 31 function func6( {a: {b, c} = {b: 4, c: 5}, d}: {a: {b: number, c?: number}, d: number} = {a: {b: 1,… property 36 function func7( {a: {b, c = 6} = {b: 4, c: 5}, d}: {a: {b: number, c?: number}, d: number} = {a: {b… property
|
| D | superInStaticMembers1(target=es5).js | 514 var extendStatics = function (d, b) { argument 516 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 520 return function (d, b) { argument 647 var extendStatics = function (d, b) { argument 649 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 653 return function (d, b) { argument 676 var extendStatics = function (d, b) { argument 678 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 682 return function (d, b) { argument 705 var extendStatics = function (d, b) { argument [all …]
|
| D | classExtendsItselfIndirectly3.js | 23 var extendStatics = function (d, b) { argument 25 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 29 return function (d, b) { argument 46 var extendStatics = function (d, b) { argument 48 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 52 return function (d, b) { argument 69 var extendStatics = function (d, b) { argument 71 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 75 return function (d, b) { argument 92 var extendStatics = function (d, b) { argument [all …]
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| D | builder_constructor_expression_test.cc | 29 spirv::Builder& b = Build(); in TEST_F() local 43 spirv::Builder& b = Build(); in TEST_F() local 56 spirv::Builder& b = Build(); in TEST_F() local 73 spirv::Builder& b = Build(); in TEST_F() local 100 spirv::Builder& b = Build(); in TEST_F() local 120 spirv::Builder& b = Build(); in TEST_F() local 148 spirv::Builder& b = Build(); in TEST_F() local 172 spirv::Builder& b = Build(); in TEST_F() local 189 spirv::Builder& b = Build(); in TEST_F() local 204 spirv::Builder& b = Build(); in TEST_F() local [all …]
|
| D | builder_type_test.cc | 39 spirv::Builder& b = Build(); in TEST_F() local 60 spirv::Builder& b = Build(); in TEST_F() local 75 spirv::Builder& b = Build(); in TEST_F() local 92 spirv::Builder& b = Build(); in TEST_F() local 112 spirv::Builder& b = Build(); in TEST_F() local 128 spirv::Builder& b = Build(); in TEST_F() local 143 spirv::Builder& b = Build(); in TEST_F() local 156 spirv::Builder& b = Build(); in TEST_F() local 171 spirv::Builder& b = Build(); in TEST_F() local 184 spirv::Builder& b = Build(); in TEST_F() local [all …]
|
| /third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/ |
| D | validate.js | 24 function assertBundle(b) { argument 32 function assertBundleV01(b) { argument 42 function isBundleV01(b) { argument 53 function assertBundleV02(b) { argument 63 function assertBundleLatest(b) { argument 73 function validateBundleBase(b) { argument 161 function validateInclusionPromise(b) { argument 174 function validateInclusionProof(b) { argument 192 function validateNoCertificateChain(b) { argument
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| D | bio.h | 182 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument 183 # define BIO_set_retry_special(b) \ argument 185 # define BIO_set_retry_read(b) \ argument 187 # define BIO_set_retry_write(b) \ argument 191 # define BIO_clear_retry_flags(b) \ argument 193 # define BIO_get_retry_flags(b) \ argument 358 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument 368 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0, \ argument 370 # define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1, \ argument 372 # define BIO_set_conn_address(b,addr) BIO_ctrl(b,BIO_C_SET_CONNECT,2, \ argument [all …]
|
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| D | bio.h.in | 176 # define BIO_get_ktls_send(b) \ argument 178 # define BIO_get_ktls_recv(b) \ argument 222 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument 223 # define BIO_set_retry_special(b) \ argument 225 # define BIO_set_retry_read(b) \ argument 227 # define BIO_set_retry_write(b) \ argument 231 # define BIO_clear_retry_flags(b) \ argument 233 # define BIO_get_retry_flags(b) \ argument 411 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument 421 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0, \ argument [all …]
|
| /third_party/openssl/include/openssl/ |
| D | bio.h.in | 176 # define BIO_get_ktls_send(b) \ argument 178 # define BIO_get_ktls_recv(b) \ argument 222 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument 223 # define BIO_set_retry_special(b) \ argument 225 # define BIO_set_retry_read(b) \ argument 227 # define BIO_set_retry_write(b) \ argument 231 # define BIO_clear_retry_flags(b) \ argument 233 # define BIO_get_retry_flags(b) \ argument 411 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument 421 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0, \ argument [all …]
|
| /third_party/python/Lib/ |
| D | operator.py | 27 def lt(a, b): argument 31 def le(a, b): argument 35 def eq(a, b): argument 39 def ne(a, b): argument 43 def ge(a, b): argument 47 def gt(a, b): argument 61 def is_(a, b): argument 65 def is_not(a, b): argument 75 def add(a, b): argument 79 def and_(a, b): argument [all …]
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_builtin_builder.h | 57 nir_nan_check2(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *res) in nir_nan_check2() 63 nir_fmax_abs_vec_comp(nir_builder *b, nir_ssa_def *vec) in nir_fmax_abs_vec_comp() 73 nir_iabs_diff(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y) in nir_iabs_diff() 82 nir_uabs_diff(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y) in nir_uabs_diff() 91 nir_fexp(nir_builder *b, nir_ssa_def *x) in nir_fexp() 97 nir_flog(nir_builder *b, nir_ssa_def *x) in nir_flog() 103 nir_imad24(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z) in nir_imad24() 110 nir_imad_hi(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z) in nir_imad_hi() 117 nir_umad_hi(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z) in nir_umad_hi() 124 nir_bitselect(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *s) in nir_bitselect() [all …]
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowAssignmentPatternOrder.ts | 14 let b: 0 | 1 | 9; variable 20 let b: 0 | 1 | 8 | 9; variable 26 let b: 0 | 1 | 8 | 9; variable 33 let b: 0 | 1 | 9; variable 39 let b: 0 | 1 | 9; variable 45 let b: 0 | 1 | 8 | 9; variable 51 let b: 0 | 1 | 8 | 9; variable 58 let b: 0 | 1 | 9; variable 64 let b: 0 | 1 | 9; variable 70 let b: 0 | 1 | 8 | 9; variable [all …]
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| D | fixed_generic.h | 65 #define ADD16(a,b) ((spx_word16_t)((spx_word16_t)(a)+(spx_word16_t)(b))) argument 66 #define SUB16(a,b) ((spx_word16_t)(a)-(spx_word16_t)(b)) argument 67 #define ADD32(a,b) ((spx_word32_t)(a)+(spx_word32_t)(b)) argument 68 #define SUB32(a,b) ((spx_word32_t)(a)-(spx_word32_t)(b)) argument 72 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b)))) argument 75 #define MULT16_16(a,b) (((spx_word32_t)(spx_word16_t)(a))*((spx_word32_t)(spx_word16_t)(b))) argument 77 #define MAC16_16(c,a,b) (ADD32((c),MULT16_16((a),(b)))) argument 78 #define MULT16_32_Q12(a,b) ADD32(MULT16_16((a),SHR((b),12)), SHR(MULT16_16((a),((b)&0x00000fff)),12… argument 79 #define MULT16_32_Q13(a,b) ADD32(MULT16_16((a),SHR((b),13)), SHR(MULT16_16((a),((b)&0x00001fff)),13… argument 80 #define MULT16_32_Q14(a,b) ADD32(MULT16_16((a),SHR((b),14)), SHR(MULT16_16((a),((b)&0x00003fff)),14… argument [all …]
|
| D | pseudofloat.h | 63 #define MIN(a,b) ((a)<(b)?(a):(b)) argument 97 static inline spx_float_t FLOAT_ADD(spx_float_t a, spx_float_t b) in FLOAT_ADD() 132 static inline spx_float_t FLOAT_SUB(spx_float_t a, spx_float_t b) in FLOAT_SUB() 167 static inline int FLOAT_LT(spx_float_t a, spx_float_t b) in FLOAT_LT() 180 static inline int FLOAT_GT(spx_float_t a, spx_float_t b) in FLOAT_GT() 185 static inline spx_float_t FLOAT_MULT(spx_float_t a, spx_float_t b) in FLOAT_MULT() 208 static inline spx_float_t FLOAT_AMULT(spx_float_t a, spx_float_t b) in FLOAT_AMULT() 217 static inline spx_float_t FLOAT_SHL(spx_float_t a, int b) in FLOAT_SHL() 241 static inline spx_int32_t FLOAT_MUL32(spx_float_t a, spx_word32_t b) in FLOAT_MUL32() 246 static inline spx_float_t FLOAT_MUL32U(spx_word32_t a, spx_word32_t b) in FLOAT_MUL32U() [all …]
|
| /third_party/protobuf/js/ |
| D | test12.proto | 38 optional MessageField2 b = 2; field 43 optional MessageField1 b = 2; field 49 optional RepeatedMessageField2 b = 2; field 54 repeated RepeatedMessageField1 b = 2; field 59 optional MapField2 b = 2; field 64 map<int32, MapField1> b = 2; field 68 optional NestedMessage2 b = 2; field 76 optional NestedMessage1.NestedNestedMessage b = 2; field 80 optional NestedEnum2 b = 2; field 89 optional NestedEnum1.NestedNestedEnum b = 2; field [all …]
|
| /third_party/libuv/test/ |
| D | task.h | 110 #define ASSERT_BASE(a, operator, b, type, conv) \ argument 130 #define ASSERT_BASE_STR(expr, a, operator, b, type, conv) \ argument 148 #define ASSERT_BASE_LEN(expr, a, operator, b, conv, len) \ argument 168 #define ASSERT_BASE_HEX(expr, a, operator, b, size) \ argument 195 #define ASSERT_EQ(a, b) ASSERT_BASE(a, ==, b, int64_t, PRId64) argument 196 #define ASSERT_GE(a, b) ASSERT_BASE(a, >=, b, int64_t, PRId64) argument 197 #define ASSERT_GT(a, b) ASSERT_BASE(a, >, b, int64_t, PRId64) argument 198 #define ASSERT_LE(a, b) ASSERT_BASE(a, <=, b, int64_t, PRId64) argument 199 #define ASSERT_LT(a, b) ASSERT_BASE(a, <, b, int64_t, PRId64) argument 200 #define ASSERT_NE(a, b) ASSERT_BASE(a, !=, b, int64_t, PRId64) argument [all …]
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| D | spirv_builder.c | 41 spirv_buffer_grow(struct spirv_buffer *b, void *mem_ctx, size_t needed) in spirv_buffer_grow() 56 spirv_buffer_prepare(struct spirv_buffer *b, void *mem_ctx, size_t needed) in spirv_buffer_prepare() 66 spirv_buffer_emit_word(struct spirv_buffer *b, uint32_t word) in spirv_buffer_emit_word() 74 spirv_buffer_emit_string(struct spirv_buffer *b, void *mem_ctx, in spirv_buffer_emit_string() 95 spirv_builder_emit_cap(struct spirv_builder *b, SpvCapability cap) in spirv_builder_emit_cap() 105 spirv_builder_emit_extension(struct spirv_builder *b, const char *name) in spirv_builder_emit_extension() 115 spirv_builder_emit_source(struct spirv_builder *b, SpvSourceLanguage lang, in spirv_builder_emit_source() 125 spirv_builder_emit_mem_model(struct spirv_builder *b, in spirv_builder_emit_mem_model() 136 spirv_builder_emit_entry_point(struct spirv_builder *b, in spirv_builder_emit_entry_point() 154 spirv_builder_emit_exec_mode_literal(struct spirv_builder *b, SpvId entry_point, in spirv_builder_emit_exec_mode_literal() [all …]
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | sconv-s16le.c | 79 void pa_sconv_s16le_to_float32ne(unsigned n, const int16_t *a, float *b) { in pa_sconv_s16le_to_float32ne() 94 void pa_sconv_s32le_to_float32ne(unsigned n, const int32_t *a, float *b) { in pa_sconv_s32le_to_float32ne() 109 void pa_sconv_s16le_from_float32ne(unsigned n, const float *a, int16_t *b) { in pa_sconv_s16le_from_float32ne() 130 void pa_sconv_s32le_from_float32ne(unsigned n, const float *a, int32_t *b) { in pa_sconv_s32le_from_float32ne() 151 void pa_sconv_s16le_to_float32re(unsigned n, const int16_t *a, float *b) { in pa_sconv_s16le_to_float32re() 162 void pa_sconv_s32le_to_float32re(unsigned n, const int32_t *a, float *b) { in pa_sconv_s32le_to_float32re() 173 void pa_sconv_s16le_from_float32re(unsigned n, const float *a, int16_t *b) { in pa_sconv_s16le_from_float32re() 185 void pa_sconv_s32le_from_float32re(unsigned n, const float *a, int32_t *b) { in pa_sconv_s32le_from_float32re() 197 void pa_sconv_s32le_to_s16ne(unsigned n, const int32_t*a, int16_t *b) { in pa_sconv_s32le_to_s16ne() 208 void pa_sconv_s32le_to_s16re(unsigned n, const int32_t*a, int16_t *b) { in pa_sconv_s32le_to_s16re() [all …]
|
| /third_party/openssl/ohos_lite/include/internal/ |
| D | constant_time.h | 121 unsigned int b) in constant_time_lt() 126 static ossl_inline size_t constant_time_lt_s(size_t a, size_t b) in constant_time_lt_s() 132 unsigned int b) in constant_time_lt_8() 137 static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b) in constant_time_lt_64() 143 unsigned int b) in constant_time_ge() 148 static ossl_inline size_t constant_time_ge_s(size_t a, size_t b) in constant_time_ge_s() 154 unsigned int b) in constant_time_ge_8() 159 static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b) in constant_time_ge_8_s() 185 unsigned int b) in constant_time_eq() 190 static ossl_inline size_t constant_time_eq_s(size_t a, size_t b) in constant_time_eq_s() [all …]
|
| /third_party/musl/libc-test/src/functionalext/common/ |
| D | functionalext.h | 43 #define EXPECT_EQ(fun, a, b) \ argument 49 #define EXPECT_LT(fun, a, b) \ argument 55 #define EXPECT_MT(fun, a, b) \ argument 61 #define EXPECT_NE(fun, a, b) \ argument 68 #define EXPECT_STREQ(fun, a, b) \ argument 74 #define EXPECT_STRLT(fun, a, b) \ argument 80 #define EXPECT_STRMT(fun, a, b) \ argument 87 #define FLOAT_EQUAL(fun, a, b) \ argument 93 #define EXPECT_PTREQ(fun, a, b) \ argument 100 #define EXPECT_PTRNE(fun, a, b) \ argument [all …]
|
| /third_party/node/deps/v8/tools/turbolizer/src/ |
| D | selection-broker.ts | 54 for (const b of this.instructionHandlers) { constant 63 for (const b of this.sourcePositionHandlers) { constant 81 for (const b of this.sourcePositionHandlers) { constant 87 for (const b of this.nodeHandlers) { constant 97 for (const b of this.instructionHandlers) { constant 102 for (const b of this.registerAllocationHandlers) { constant 110 for (const b of this.nodeHandlers) { constant 116 for (const b of this.sourcePositionHandlers) { constant 125 for (const b of this.instructionHandlers) { constant 130 for (const b of this.registerAllocationHandlers) { constant [all …]
|
| /third_party/mesa3d/src/mesa/x86/ |
| D | assyntax.h | 150 #define CHOICE(a,b,c) c argument 242 #define CHOICE(a,b,c) b argument 249 #define CHOICE(a,b,c) a argument 341 #define REGOFF(a, b) CHOICE(a(b), a(b), a(b)) argument 345 #define REGBID(b,i,d) CHOICE(d(b,i), d(b,i), d(b)(i)) argument 347 #define REGBIS(b,i,s) CHOICE((b,i,s), (b,i,s), (b)(i*s)) argument 349 #define REGBISD(b,i,s,d) CHOICE(d(b,i,s), d(b,i,s), d(b)(i*s)) argument 353 #define REGBI(b,i) CHOICE((b,i), (b,i), (b)(i)) argument 355 #define REGDB(d,b) CHOICE(d(b), d(b), d(b)) argument 367 #define EMUL(a,b) CHOICE(a\*b, a*b, a*b) argument [all …]
|