Home
last modified time | relevance | path

Searched defs:d0 (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/musl/src/string/
H A Dwmemmove.c6 wchar_t *d0 = d; in wmemmove() local
H A Dstrlcpy.c13 char *d0 = d; in strlcpy() local
/third_party/mesa3d/src/util/
H A Du_memset.h34 long d0, d1; in util_memset32() local
53 long d0, d1; in util_memset64() local
/third_party/typescript/tests/baselines/reference/
H A DdestructuringParameterDeclaration5.js94 function d0(_a) { function
H A DarrayLiterals2ES5.js48 var d0 = [1, true, ...temp,]; // has type (string|number|boolean)[] variable
104 var d0 = __spreadArray([1, true], temp, true); // has type (string|number|boolean)[] variable
H A 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
H A DdestructuringParameterDeclaration1ES5.js63 function d0(x?) { } function
H A DdestructuringParameterDeclaration1ES5iterable.js63 function d0(x?) { } function
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrlcpy.c13 char *d0 = d; in strlcpy() local
/third_party/musl/src/math/
H A Dsqrt.c139 uint64_t d0, d1, d2; in sqrt() local
H A Dsqrtf.c66 uint32_t d0, d1, d2; in sqrtf() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dsqrt.c139 uint64_t d0, d1, d2; in sqrt() local
H A Dsqrtf.c66 uint32_t d0, d1, d2; in sqrtf() local
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dcfb64ede.c96 register DES_LONG d0, d1, v0, v1; in DES_ede3_cfb_encrypt() local
[all...]
H A Dcfb_enc.c34 register DES_LONG d0, d1, v0, v1; in DES_cfb_encrypt() local
[all...]
H A Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
/third_party/openssl/crypto/des/
H A Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
H A Dcfb64ede.c96 register DES_LONG d0, d1, v0, v1; in DES_ede3_cfb_encrypt() local
[all...]
H A Dcfb_enc.c34 register DES_LONG d0, d1, v0, v1; in DES_cfb_encrypt() local
[all...]
/third_party/python/Lib/test/
H A Dtest_userdict.py7 d0 = {} variable
/third_party/ffmpeg/libavutil/ppc/
H A Dfloat_dsp_altivec.c28 vec_f d0, d1, s, zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_altivec() local
H A Dfloat_dsp_vsx.c29 vec_f d0, d1, zero = (vec_f)vec_splat_u32(0); in ff_vector_fmul_vsx() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdcol565.c115 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in ycc_rgb565D_convert_internal() local
249 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; rgb_rgb565D_convert_internal() local
347 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; gray_rgb565D_convert_internal() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A 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
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans_init.h52 const int d0 = s1[x ] - s2[x ]; in compute_safe_ssd_integral_image_c() local

Completed in 8 milliseconds

1234