Home
last modified time | relevance | path

Searched defs:d0 (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/mesa3d/src/util/
Du_memset.h34 long d0, d1; in util_memset32() local
53 long d0, d1; in util_memset64() local
/third_party/openssl/crypto/bn/
Dbn_div.c115 static BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0) in bn_div_3_words()
174 # define bn_div_words(n0,n1,d0) \ argument
188 # define bn_div_words(n0,n1,d0) \ argument
270 BN_ULONG d0, d1; in bn_div_fixed_top() local
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterDeclaration1ES5.ts62 function d0(x?) { } function
63 function d0(x = 10) { } function
DdestructuringParameterDeclaration1ES5iterable.ts63 function d0(x?) { } function
64 function d0(x = 10) { } function
DdestructuringParameterDeclaration5.ts26 function d0<T extends Class>({x} = { x: new Class() }) { } function
/third_party/musl/src/string/
Dwmemmove.c6 wchar_t *d0 = d; in wmemmove() local
Dstrlcpy.c13 char *d0 = d; in strlcpy() local
/third_party/flutter/skia/src/opts/
DSkBlitRow_opts.h186 auto d0 = (__m256i*)(dst) + 0, in blit_row_s32a_opaque() local
234 auto d0 = (__m128i*)(dst) + 0, in blit_row_s32a_opaque() local
283 auto d0 = (__m128i*)(dst) + 0, in blit_row_s32a_opaque() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdcol565.c115 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() local
249 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() local
347 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() local
/third_party/libjpeg-turbo/
Djdcol565.c115 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() local
249 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() local
347 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdcol565.c115 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() local
249 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() local
347 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() local
/third_party/typescript/tests/baselines/reference/
DarrayLiterals2ES6.js46 var d0 = [1, true, ...temp, ]; // has type (string|number|boolean)[] variable
91 var d0 = [1, true, ...temp,]; // has type (string|number|boolean)[] variable
/third_party/typescript/tests/cases/fourslash/
DreferencesForInheritedProperties8.ts14 const [d0Def, d0, d1Def, d1, c0Def, c0, d2, c1] = test.ranges(); constant
DrenameImportOfReExport2.ts19 const [d0, d1, d2] = dRanges; constant
DfindAllReferencesOfConstructor.ts43 const [a0Def, a0, a1Def, a1, a2Def, a2, a3, a4, b0, c0, d0, d1] = test.ranges(); constant
DfindReferencesJSXTagName3.ts23 const [d0Def, d0, c0Def, c0, d1Def, d1, d2Def, d2, d3, d4, c1Def, c1, c2] = test.ranges(); constant
/third_party/ffmpeg/libavfilter/
Dvf_floodfill.c131 unsigned d0, unsigned d1, unsigned d2, unsigned d3) in set_pixel1()
137 unsigned d0, unsigned d1, unsigned d2, unsigned d3) in set_pixel1_16()
143 unsigned d0, unsigned d1, unsigned d2, unsigned d3) in set_pixel3()
151 unsigned d0, unsigned d1, unsigned d2, unsigned d3) in set_pixel3_16()
159 unsigned d0, unsigned d1, unsigned d2, unsigned d3) in set_pixel4()
168 unsigned d0, unsigned d1, unsigned d2, unsigned d3) in set_pixel4_16()
285 const unsigned d0 = s->d[0]; in filter_frame() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dorthonormalize.inl13 T d0 = dot(r[0], r[1]); local
/third_party/ffmpeg/libavcodec/mips/
Dh263dsp_msa.c35 v8i16 d0, a_d0, str_x2, str; in h263_h_loop_filter_msa() local
98 v8i16 d0, a_d0, str_x2, str; in h263_v_loop_filter_msa() local
Dvp3dsp_idct_msa.c34 v16i8 d0, d1, d2, d3, d4, d5, d6, d7; in idct_msa() local
386 v16i8 d0, d1, d2, d3, d4, d5, d6, d7; in ff_vp3_idct_dc_add_msa() local
451 v16i8 d0, d1, d2, d3; in ff_vp3_v_loop_filter_msa() local
488 v16i8 d0, d1, d2, d3, d4, d5, d6, d7; in ff_vp3_h_loop_filter_msa() local
532 v16i8 d0, d1, d2, d3, d4, d5, d6, d7; in ff_put_no_rnd_pixels_l2_msa() local
/third_party/FreeBSD/contrib/gdtoa/
Dmisc.c627 ULong d0, d1; local
629 #define d0 word0(&d) macro
700 ULong d0, d1; local
702 #define d0 word0(&d) macro
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrlcpy.c13 char *d0 = d; in strlcpy() local
/third_party/openssl/crypto/des/
Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
Dcfb_enc.c34 register DES_LONG d0, d1, v0, v1; in DES_cfb_encrypt() local
/third_party/musl/src/math/
Dsqrtf.c66 uint32_t d0, d1, d2; in sqrtf() local

123456