Home
last modified time | relevance | path

Searched refs:res1 (Results 76 - 100 of 151) sorted by relevance

1234567

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java103 StringBuffer res1 = new StringBuffer(); in TestAPI()
112 res1 = def.format(d, res1, pos1); in TestAPI()
113 logln("" + Double.toString(d) + " formatted to " + res1); in TestAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPIC.java106 StringBuffer res1 = new StringBuffer(); in TestAPI()
115 res1 = def.format(d, res1, pos1); in TestAPI()
116 logln("" + Double.toString(d) + " formatted to " + res1); in TestAPI()
/third_party/littlefs/bd/
H A Dlfs_emubd.c312 off_t res1 = lseek(bd->disk->fd, in lfs_emubd_prog() local
315 if (res1 < 0) { in lfs_emubd_prog()
395 off_t res1 = lseek(bd->disk->fd, in lfs_emubd_erase() local
398 if (res1 < 0) { in lfs_emubd_erase()
/third_party/python/Lib/test/
H A Dtest_pkgutil.py53 res1 = pkgutil.get_data(pkg, 'res.txt')
54 self.assertEqual(res1, RESOURCE_DATA)
80 res1 = pkgutil.get_data(pkg, 'res.txt')
81 self.assertEqual(res1, RESOURCE_DATA)
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_idct_lsx.c294 res0, res1, res2, res3, shift) \
304 res1 = __lsx_vmul_w(vec2, cnst55); \
312 res1 = __lsx_vsub_w(res1, __lsx_vmul_w(vec1, cnst29)); \
317 res1 = __lsx_vadd_w(res1, vec3); \
321 res1 = __lsx_vsrari_w(res1, shift); \
325 res1 = __lsx_vsat_w(res1, 1
[all...]
H A Dhevc_mc_uni_lsx.c45 __m128i res0, res1, res2, res3; in common_hz_8t_64w_lsx() local
69 vec3, filt0, res0, res1, res2, res3); in common_hz_8t_64w_lsx()
74 DUP4_ARG3(__lsx_vdp2add_h_bu_b, res0, vec0, filt2, res1, vec1, filt2, in common_hz_8t_64w_lsx()
75 res2, vec2, filt2, res3, vec3, filt2, res0, res1, res2, res3); in common_hz_8t_64w_lsx()
80 DUP4_ARG3(__lsx_vdp2add_h_bu_b, res0, vec4, filt1, res1, vec5, filt1, in common_hz_8t_64w_lsx()
81 res2, vec6, filt1, res3, vec7, filt1, res0, res1, res2, res3); in common_hz_8t_64w_lsx()
86 DUP4_ARG3(__lsx_vdp2add_h_bu_b, res0, vec4, filt3, res1, vec5, filt3, in common_hz_8t_64w_lsx()
87 res2, vec6, filt3, res3, vec7, filt3, res0, res1, res2, res3); in common_hz_8t_64w_lsx()
89 DUP2_ARG3(__lsx_vssrarni_bu_h, res1, res0, 6, res3, res2, 6, in common_hz_8t_64w_lsx()
99 vec3, filt0, res0, res1, res in common_hz_8t_64w_lsx()
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp1893 TBasicType res1 = EbtNumTypes; in getConversionDestinationType() local
1898 return std::make_tuple(res0, res1); in getConversionDestinationType()
1903 res1 = type0; in getConversionDestinationType()
1906 res1 = type1; in getConversionDestinationType()
1908 return std::make_tuple(res0, res1); in getConversionDestinationType()
1914 res1 = EbtDouble; in getConversionDestinationType()
1918 res1 = EbtFloat; in getConversionDestinationType()
1922 res1 = EbtFloat16; in getConversionDestinationType()
1929 res1 = type1; in getConversionDestinationType()
1932 res1 in getConversionDestinationType()
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c3646 int res1 ; variable
3660 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1);
3661 if (!SWIG_IsOK(res1)) {
3662 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WebPGetInfo" "', argument " "1"" of type '" "uint8_t const *""'");
3694 int res1 ; variable
3708 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1);
3709 if (!SWIG_IsOK(res1)) {
3710 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "WebPDecodeRGB" "', argument " "1"" of type '" "uint8_t const *""'");
3747 int res1 ; variable
3761 res1
3800 int res1 ; global() variable
3853 int res1 ; global() variable
3906 int res1 ; global() variable
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Drsaz_exp.h43 int ossl_rsaz_mod_exp_avx512_x2(BN_ULONG *res1,
/third_party/openssl/crypto/bn/
H A Drsaz_exp.h43 int ossl_rsaz_mod_exp_avx512_x2(BN_ULONG *res1,
/third_party/backends/backend/
H A Dsharp.h388 SANE_Byte res1[5]; member
416 SANE_Byte res1; member
H A Dnec.h361 SANE_Byte res1[5]; member
389 SANE_Byte res1; member
/third_party/lzma/CPP/Windows/
H A DSynchronization.h249 const WRes res1 = ::pthread_cond_broadcast(&_cond); in LeaveAndSignal() local
251 return (res2 ? res2 : res1); in LeaveAndSignal()
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl179 my ($ctr0,$ctr1,$ctr2,$ctr3,$res0,$res1,$res2,$res3)=map("v$_",(0..7));
542 mov $t3d, $res1.d[1] @ GHASH block 4k+1 - mid
550 pmull2 $t1.1q, $res1.2d, $h3.2d @ GHASH block 4k+1 - high
560 eor $t3.8b, $t3.8b, $res1.8b @ GHASH block 4k+1 - mid
585 pmull $t2.1q, $res1.1d, $h3.1d @ GHASH block 4k+1 - low
750 pmull $t2.1q, $res1.1d, $h3.1d @ GHASH block 4k+1 - low
755 pmull2 $t1.1q, $res1.2d, $h3.2d @ GHASH block 4k+1 - high
758 mov $t3d, $res1.d[1] @ GHASH block 4k+1 - mid
767 eor $t3.8b, $t3.8b, $res1.8b @ GHASH block 4k+1 - mid
949 fmov $res1
[all...]
/third_party/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl179 my ($ctr0,$ctr1,$ctr2,$ctr3,$res0,$res1,$res2,$res3)=map("v$_",(0..7));
542 mov $t3d, $res1.d[1] @ GHASH block 4k+1 - mid
550 pmull2 $t1.1q, $res1.2d, $h3.2d @ GHASH block 4k+1 - high
560 eor $t3.8b, $t3.8b, $res1.8b @ GHASH block 4k+1 - mid
585 pmull $t2.1q, $res1.1d, $h3.1d @ GHASH block 4k+1 - low
750 pmull $t2.1q, $res1.1d, $h3.1d @ GHASH block 4k+1 - low
755 pmull2 $t1.1q, $res1.2d, $h3.2d @ GHASH block 4k+1 - high
758 mov $t3d, $res1.d[1] @ GHASH block 4k+1 - mid
767 eor $t3.8b, $t3.8b, $res1.8b @ GHASH block 4k+1 - mid
949 fmov $res1
[all...]
/third_party/icu/icu4c/source/common/
H A Duresbund.cpp3391 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){
3392 if(res1==NULL || res2==NULL){
3393 return res1==res2; /* pointer comparison */
3395 if(res1->fKey==NULL|| res2->fKey==NULL){
3396 return (res1->fKey==res2->fKey);
3398 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){
3402 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){
3405 if(res1->fData->fPath == NULL|| res2->fData->fPath==NULL){
3406 return (res1->fData->fPath == res2->fData->fPath);
3408 if(uprv_strcmp(res1
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duresbund.cpp3511 ures_equal(const UResourceBundle* res1, const UResourceBundle* res2){
3512 if(res1==nullptr || res2==nullptr){
3513 return res1==res2; /* pointer comparison */
3515 if(res1->fKey==nullptr|| res2->fKey==nullptr){
3516 return (res1->fKey==res2->fKey);
3518 if(uprv_strcmp(res1->fKey, res2->fKey)!=0){
3522 if(uprv_strcmp(res1->fData->fName, res2->fData->fName)!=0){
3525 if(res1->fData->fPath == nullptr|| res2->fData->fPath==nullptr){
3526 return (res1->fData->fPath == res2->fData->fPath);
3528 if(uprv_strcmp(res1
[all...]
/third_party/python/Python/
H A Dpytime.c467 int res1 = pytime_mul(&t, SEC_TO_NS); in pytime_fromtimespec() local
474 if (raise_exc && (res1 < 0 || res2 < 0)) { in pytime_fromtimespec()
497 int res1 = pytime_mul(&t, SEC_TO_NS); in pytime_fromtimeval() local
504 if (raise_exc && (res1 < 0 || res2 < 0)) { in pytime_fromtimeval()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_msa.c48 v4i32 res0, res1, res2, res3; in ITransformOne() local
62 res0, res1, res2, res3); in ITransformOne()
63 ILVR_H4_SW(zero, res0, zero, res1, zero, res2, zero, res3, in ITransformOne()
64 res0, res1, res2, res3); in ITransformOne()
65 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in ITransformOne()
66 CLIP_SW4_0_255(res0, res1, res2, res3); in ITransformOne()
67 PCKEV_B2_SW(res0, res1, res2, res3, vt0, vt1); in ITransformOne()
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc167 int res1 = CompareUpToTail(pos1 + 1, pos2) + (1 << kDirectionSizeBits); in CompareUpToTail() local
169 if (res1 == res2) { in CompareUpToTail()
170 res = res1; in CompareUpToTail()
172 } else if (res1 < res2) { in CompareUpToTail()
173 res = res1; in CompareUpToTail()
/third_party/ffmpeg/libavcodec/mips/
H A Dvp8_mc_msa.c1193 v16u8 res0, res1, mask0, mask1, mask2; in ff_put_vp8_epel4_h6v4_msa() local
1239 PCKEV_B2_UB(tmp0, tmp0, tmp1, tmp1, res0, res1); in ff_put_vp8_epel4_h6v4_msa()
1240 XORI_B2_128_UB(res0, res1); in ff_put_vp8_epel4_h6v4_msa()
1242 ST_W2(res1, 0, 1, dst + 2 * dst_stride, dst_stride); in ff_put_vp8_epel4_h6v4_msa()
1497 v16u8 filt0, vec0, vec1, res0, res1; in common_hz_2t_4x4_msa() local
1510 PCKEV_B2_UB(vec2, vec2, vec3, vec3, res0, res1); in common_hz_2t_4x4_msa()
1512 ST_W2(res1, 0, 1, dst + 2 * dst_stride, dst_stride); in common_hz_2t_4x4_msa()
1521 v16i8 res0, res1, res2, res3; in common_hz_2t_4x8_msa() local
1537 res0, res1, res2, res3); in common_hz_2t_4x8_msa()
1539 ST_W2(res1, in common_hz_2t_4x8_msa()
1941 v16u8 filt_vt, filt_hz, vec0, vec1, res0, res1; common_hv_2ht_2vt_4x4_msa() local
1975 v16i8 res0, res1, res2, res3; common_hv_2ht_2vt_4x8_msa() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dudat.cpp649 UnicodeString res1; in udat_getSymbols() local
653 res1.setTo(result, 0, resultLength); in udat_getSymbols()
655 syms->getLocalPatternChars(res1); in udat_getSymbols()
656 return res1.extract(result, resultLength, *status); in udat_getSymbols()
/third_party/node/deps/icu-small/source/i18n/
H A Dudat.cpp650 UnicodeString res1; in udat_getSymbols() local
654 res1.setTo(result, 0, resultLength); in udat_getSymbols()
656 syms->getLocalPatternChars(res1); in udat_getSymbols()
657 return res1.extract(result, resultLength, *status); in udat_getSymbols()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dudat.cpp649 UnicodeString res1; in udat_getSymbols() local
653 res1.setTo(result, 0, resultLength); in udat_getSymbols()
655 syms->getLocalPatternChars(res1); in udat_getSymbols()
656 return res1.extract(result, resultLength, *status); in udat_getSymbols()
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs1170 let res1 = digit_to_i16(&s); in ints()
1172 assert_eq!(res1, res2); in ints()
1177 let res1 = digit_to_u32(&s); in uints()
1179 assert_eq!(res1, res2); in uints()

Completed in 55 milliseconds

1234567