/third_party/node/benchmark/process/ |
D | next-tick-depth-args.js | 19 process.nextTick(cb1, 0); 33 process.nextTick(cb1, 0); 47 process.nextTick(cb1, 0); 52 function cb1(arg1) { function 61 process.nextTick(cb1, 0); 66 process.nextTick(cb1, true);
|
D | next-tick-breadth-args.js | 11 function cb1(arg1) { function 44 process.nextTick(cb1, 0);
|
/third_party/node/benchmark/timers/ |
D | set-immediate-depth-args.js | 21 setImmediate(cb1, n); 32 setImmediate(cb1, n); 36 function cb1(n) { function 43 setImmediate(cb1, n); 47 setImmediate(cb1, n);
|
D | set-immediate-breadth-args.js | 14 function cb1(arg1) {} function 27 setImmediate(cb1, 0);
|
D | timers-breadth-args.js | 10 function cb1(arg1) { function 43 setTimeout(cb1, 1, 0);
|
/third_party/skia/third_party/externals/d3d12allocator/src/Shaders/ |
D | VS_Compiled.h | 49 dp4 o0.x, r0.xyzw, cb1[0].xyzw 50 dp4 o0.y, r0.xyzw, cb1[1].xyzw 51 dp4 o0.z, r0.xyzw, cb1[2].xyzw 52 dp4 o0.w, r0.xyzw, cb1[3].xyzw
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.constantbuffer.frag.out | 25 0:22 'cb1' (layout( binding=12 row_major std140) uniform block{layout( row_major std… 60 0:? 'cb1' (layout( binding=12 row_major std140) uniform block{layout( row_major std140) uniform… 93 0:22 'cb1' (layout( binding=12 row_major std140) uniform block{layout( row_major std… 128 0:? 'cb1' (layout( binding=12 row_major std140) uniform block{layout( row_major std140) uniform… 151 Name 31 "cb1" 152 MemberName 31(cb1) 0 "x" 153 Name 33 "cb1" 164 MemberDecorate 31(cb1) 0 Offset 0 165 Decorate 31(cb1) Block 166 Decorate 33(cb1) DescriptorSet 0 [all …]
|
D | hlsl.shift.per-set.frag.out | 57 0:55 cb1: direct index for structure (layout( row_major std140) uniform int) 58 …layout( set=6 binding=1 row_major std140) uniform block{layout( row_major std140) uniform int cb1}) 96 …layout( set=6 binding=1 row_major std140) uniform block{layout( row_major std140) uniform int cb1}) 159 0:55 cb1: direct index for structure (layout( row_major std140) uniform int) 160 …layout( set=6 binding=1 row_major std140) uniform block{layout( row_major std140) uniform int cb1}) 198 …layout( set=6 binding=1 row_major std140) uniform block{layout( row_major std140) uniform int cb1}) 217 cb1: offset 0, type 1404, size 1, index 4, binding -1, stages 16
|
/third_party/ffmpeg/libavutil/ |
D | colorspace.h | 34 #define YUV_TO_RGB1_CCIR(cb1, cr1)\ argument 36 cb = (cb1) - 128;\ 44 #define YUV_TO_RGB1_CCIR_BT709(cb1, cr1) \ argument 46 cb = (cb1) - 128; \ 63 #define YUV_TO_RGB1(cb1, cr1)\ argument 65 cb = (cb1) - 128;\
|
/third_party/typescript/tests/baselines/reference/ |
D | booleanFilterAnyArray.types | 12 filter<S extends T>(cb1: (value: T) => value is S): T extends any ? Ari<any> : Ari<S>; 13 >filter : { <S extends T>(cb1: (value: T) => value is S): T extends any ? Ari<any> : Ari<S>; (cb2: … 14 >cb1 : (value: T) => value is S 18 >filter : { <S extends T>(cb1: (value: T) => value is S): T extends any ? Ari<any> : Ari<S>; (cb2: … 34 >anys.filter : { <S extends any>(cb1: (value: any) => value is S): Ari<any>; (cb2: (value: any) => … 36 >filter : { <S extends any>(cb1: (value: any) => value is S): Ari<any>; (cb2: (value: any) => unkno…
|
D | booleanFilterAnyArray.symbols | 24 filter<S extends T>(cb1: (value: T) => value is S): T extends any ? Ari<any> : Ari<S>; 28 >cb1 : Symbol(cb1, Decl(booleanFilterAnyArray.ts, 7, 24))
|
/third_party/ffmpeg/libavcodec/ |
D | cinepak.c | 137 uint8_t *cb0, *cb1, *cb2, *cb3; in cinepak_decode_vectors() local 214 cb1 = strip->v4_codebook[*data++]; in cinepak_decode_vectors() 232 *p++ = cb1[6]; in cinepak_decode_vectors() 233 *p = cb1[9]; in cinepak_decode_vectors() 237 *p++ = cb1[0]; in cinepak_decode_vectors() 238 *p = cb1[3]; in cinepak_decode_vectors() 245 memcpy(ip1 + 6, cb1 + 6, 6); in cinepak_decode_vectors() 247 memcpy(ip0 + 6, cb1 + 0, 6); in cinepak_decode_vectors()
|
D | ra144enc.c | 334 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock() local 378 cb1[i] = ff_cb1_vects[cb1_idx][i]; in ra144_encode_subblock() 381 ff_celp_lp_synthesis_filterf(work + LPC_ORDER, coefs, cb1, BLOCKSIZE, in ra144_encode_subblock() 383 memcpy(cb1, work + LPC_ORDER, sizeof(cb1)); in ra144_encode_subblock() 401 data[i] = zero[i] + g[0] * cba[i] + g[1] * cb1[i] + in ra144_encode_subblock() 408 data[i] = zero[i] + g[1] * cb1[i] + g[2] * cb2[i]; in ra144_encode_subblock()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcontroller.c | 564 GstControlBinding *cb1, *cb2; in GST_START_TEST() local 571 cb1 = gst_test_control_binding_new (GST_OBJECT (elem), "int", in GST_START_TEST() 573 fail_unless (GST_CONTROL_BINDING_PSPEC (cb1) != NULL, NULL); in GST_START_TEST() 579 gst_object_unref (cb1); in GST_START_TEST() 687 GstControlBinding *cb1, *cb2; in GST_START_TEST() local 694 cb1 = gst_test_control_binding_new (GST_OBJECT (elem), "int", cs); in GST_START_TEST() 695 fail_unless (GST_CONTROL_BINDING_PSPEC (cb1) != NULL, NULL); in GST_START_TEST() 699 gst_object_unref (cb1); in GST_START_TEST()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | fs-test.c | 112 struct pipe_constant_buffer cb1; in init_fs_constbuf() local 115 memset(&cb1, 0, sizeof cb1); in init_fs_constbuf() 116 cb1.buffer_size = sizeof constants1; in init_fs_constbuf() 117 cb1.user_buffer = constants1; in init_fs_constbuf() 121 &cb1); in init_fs_constbuf()
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local 230 cb1 = vec_msums(rg1, pw_mf016_mf033, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 235 cb1 = (__vector int)vec_msum((__vector unsigned short)bg1, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 236 (__vector unsigned int)cb1); in jsimd_rgb_ycc_convert_altivec() 242 (__vector unsigned short)cb1, shift_pack_index); in jsimd_rgb_ycc_convert_altivec()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jccolext-altivec.c | 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local 230 cb1 = vec_msums(rg1, pw_mf016_mf033, pd_onehalfm1_cj); in jsimd_rgb_ycc_convert_altivec() 235 cb1 = (__vector int)vec_msum((__vector unsigned short)bg1, pw_f050_f000, in jsimd_rgb_ycc_convert_altivec() 236 (__vector unsigned int)cb1); in jsimd_rgb_ycc_convert_altivec() 242 (__vector unsigned short)cb1, shift_pack_index); in jsimd_rgb_ycc_convert_altivec()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_futures.py | 682 cb1 = self._make_callback(bag, 42) 686 f.add_done_callback(cb1) 690 f.remove_done_callback(cb1) 691 f.remove_done_callback(cb1) 705 cb1 = self._make_callback(bag, 42) 709 f.add_done_callback(cb1) 713 f.remove_done_callback(cb1) 715 f.remove_done_callback(cb1) 729 cb1 = self._make_callback(bag, 42) 733 f.add_done_callback(cb1) [all …]
|
/third_party/glslang/Test/ |
D | hlsl.constantbuffer.frag | 11 ConstantBuffer<c1_t> cb1 : register(b12); 22 return cb1.x + cb2[1].y + c1;
|
D | hlsl.automap.frag | 24 int cb1; 53 cb1;
|
D | hlsl.shift.per-set.frag | 26 int cb1; 55 cb1;
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_variables.py | 123 cb1 = v.trace_variable('r', read_tracer) 125 self.assertEqual(sorted(v.trace_vinfo()), [('r', cb1), ('wu', cb2)]) 137 v.trace_vdelete('w', cb1) # Wrong mode 142 v.trace_vdelete('r', (cb1, 43)) # Wrong arguments 148 v.trace_vdelete('r', cb1)
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-async-dns/ |
D | main.c | 101 cb1(struct lws *wsi_unused, const char *ads, const struct addrinfo *a, int n, 113 (adns_query_type_t)adt[dtest].recordtype, cb1, NULL, in next_test_cb() 122 cb1(struct lws *wsi_unused, const char *ads, const struct addrinfo *a, int n, in cb1() function
|
/third_party/python/Lib/idlelib/ |
D | percolator.py | 107 cb1 = tk.Checkbutton(box, text="Tracer1", command=toggle1, variable=var1) 108 cb1.pack()
|
/third_party/openh264/codec/common/loongarch/ |
D | satd_sad_lasx.c | 368 __m256i cb0, cb1, cb2, cb3, cb4, cb5, cb6, cb7; in WelsSampleSadFour4x4_lasx() local 388 cb0, cb1); //16 16 in WelsSampleSadFour4x4_lasx() 448 cb1 = __lasx_xvpermi_q(cb3, cb1, 0x20); in WelsSampleSadFour4x4_lasx() 452 HORISUM(cb0, cb1, cb0); in WelsSampleSadFour4x4_lasx()
|