Home
last modified time | relevance | path

Searched refs:res2 (Results 126 - 150 of 198) sorted by relevance

12345678

/third_party/lzma/C/
H A D7zFile.c375 const off_t res2 = lseek(p->fd, pos, SEEK_SET); in File_GetLength()
379 if (res2 != -1) in File_GetLength()
H A DLzma2DecMt.c748 SRes res2; in Lzma2Dec_Decode_ST() local
752 res2 = (written == writeSize) ? SZ_OK : SZ_ERROR_WRITE; in Lzma2Dec_Decode_ST()
759 RINOK(res2) in Lzma2Dec_Decode_ST()
H A DMtDec.c556 SRes res2 = MtDecThread_CreateAndStart(&p->threads[p->numStartedThreads]); in MtDec_ThreadFunc2() local
557 if (res2 == SZ_OK) in MtDec_ThreadFunc2()
570 threadingErrorSRes = res2; in MtDec_ThreadFunc2()
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc168 int res2 = CompareUpToTail(pos1, pos2 + 1) + (1 << kDirectionSizeBits); in CompareUpToTail() local
169 if (res1 == res2) { in CompareUpToTail()
172 } else if (res1 < res2) { in CompareUpToTail()
176 res = res2; in CompareUpToTail()
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs1171 let res2 = i16(s.as_str()); in ints()
1172 assert_eq!(res1, res2); in ints()
1178 let res2 = u32(s.as_str()); in uints()
1179 assert_eq!(res1, res2); in uints()
H A Dcomplete.rs1216 let res2 = i16(s.as_str()); in ints()
1217 assert_eq!(res1, res2); in ints()
1223 let res2 = u32(s.as_str()); in uints()
1224 assert_eq!(res1, res2); in uints()
/third_party/backends/backend/
H A Dibm.h366 SANE_Byte res2[2]; /* anybody know what `COH' may mean ??? */ member
H A Dibm-scsi.c97 SANE_Byte res2; member
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp2197 const HRESULT res2 = WriteStream(_outFileStream, _outMemBuf, reparseSize); in CloseReparseAndFile() local
2199 res = res2; in CloseReparseAndFile()
2207 const HRESULT res2 = CloseFile(); in CloseReparseAndFile() local
2210 res = res2; in CloseReparseAndFile()
2587 const HRESULT res2 = SetDirsTimes(); in CloseArc() local
2589 res = res2; in CloseArc()
/foundation/ability/ability_runtime/test/unittest/connection_state_item_test/
H A Dconnection_state_item_test.cpp458 auto res2 = connectionStateItem->AddDataAbilityConnection(caller, dataAbility, data); in HWTEST_F() local
459 EXPECT_FALSE(res2); in HWTEST_F()
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksAESBasicCallbackJsunit.test.js484 huks.hasKeyItem(srcKeyAlias, huksOptions, (err, res2) => {
485 expect(!res2).assertTrue();
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer_postRA.cpp312 //! v1: %res2:v[2] = v_sub_f32 %b:v[1], %tmp2:v[2] row_half_mirror bound_ctrl:1
313 //! p_unit_test 2, %res2:v[2]
315 Temp res2 = bld.vop2_dpp(aco_opcode::v_sub_f32, bld.def(v1, reg_v2), b, Operand(tmp2, reg_v2), dpp_row_half_mirror); variable
316 writeout(2, Operand(res2, reg_v2));
/third_party/alsa-lib/include/sound/uapi/
H A Demu10k1.h367 unsigned int res2; /* reserved */ member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2169 bool res2 = installChecker.VaildInstallPermissionForShare(checkParam, hapVerifyRes); in HWTEST_F() local
2170 EXPECT_FALSE(res2); in HWTEST_F()
2209 bool res2 = installChecker.VaildInstallPermissionForShare(checkParam, hapVerifyRes); in HWTEST_F() local
2210 EXPECT_FALSE(res2); in HWTEST_F()
2246 bool res2 = installChecker.VaildEnterpriseInstallPermissionForShare(checkParam, provisionInfo); in HWTEST_F() local
2247 EXPECT_TRUE(res2); in HWTEST_F()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c1354 nir_ssa_def *res2 = in build_explicit_io_load() local
1360 return nir_if_phi(b, res1, res2); in build_explicit_io_load()
1372 nir_ssa_def *res2 = in build_explicit_io_load() local
1378 return nir_if_phi(b, res1, res2); in build_explicit_io_load()
1759 nir_ssa_def *res2 = in build_explicit_io_atomic() local
1763 return nir_if_phi(b, res1, res2); in build_explicit_io_atomic()
1773 nir_ssa_def *res2 = in build_explicit_io_atomic() local
1777 return nir_if_phi(b, res1, res2); in build_explicit_io_atomic()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/
H A DarkUIAPi.cpp21 #define res2 ((int)-1) macro
135 ASSERT_EQ(getDirection, res2); in testArkUI013()
/third_party/ffmpeg/libavcodec/ppc/
H A Dme_cmp.c570 #define ONEITERBUTTERFLY(i, res1, res2) \ in hadamard8_diff16x8_altivec()
617 res2 = vec_mladd(but2S, vprod3, op3S); \ in hadamard8_diff16x8_altivec()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_neon.c461 const uint8x16_t res2 = vcombine_u8(res, res); \
463 L = ROTATE32_LEFT(res2); \
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp2433 auto res2 = paragraph->getWordBoundary(wordPos); variable
2434 if (res2.width() == 0) {
2437 wordPos = res2.end;
2439 res2.start, res2.end,
2489 //auto res2 = paragraph->getWordBoundary(res1.position);
2491 auto res2 = paragraph->getRectsForRange(359, 360, RectHeightStyle::kTight, RectWidthStyle::kTight); variable
2503 draw(res2, SK_ColorGREEN);
3415 auto res2 = paragraph->getGlyphPositionAtCoordinate(0,height / 2); variable
3418 SkDebugf("res2
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp224 UnicodeString res1, res2, res3, res4; in testAPI() local
230 res2 = pat.format(l, res2, pos2); in testAPI()
231 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2); in testAPI()
/third_party/lz4/tests/
H A Dfuzzer.c1672 int res1, res2; in FUZ_unitTests() local
1710 res2 = LZ4_decompress_safe(dbuf2, sbuf1, dsz2, src_buf_size); in FUZ_unitTests()
1711 FUZ_CHECKTEST(res2 != srcsz1, "LZ4_compress_HC_destSize() decompression failed!"); in FUZ_unitTests()
1713 FUZ_CHECKTEST(memcmp(sbuf1, sbuf2, (size_t)res2), "LZ4_compress_HC_destSize() decompression corruption!"); in FUZ_unitTests()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DTests.cpp796 ID3D12Resource* res2 = NULL; in TestAliasingMemory() local
803 IID_PPV_ARGS(&res2)) ); in TestAliasingMemory()
804 CHECK_BOOL(res2 != NULL); in TestAliasingMemory()
806 // You can use res1 and res2, but not at the same time! in TestAliasingMemory()
808 res2->Release(); in TestAliasingMemory()
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_mc_uni_msa.c836 v8i16 res0, res1, res2, res3, filt; in common_hz_8t_64w_msa() local
858 res1, res2, res3); in common_hz_8t_64w_msa()
862 res1, res2, res3); in common_hz_8t_64w_msa()
866 res1, res2, res3); in common_hz_8t_64w_msa()
870 res1, res2, res3); in common_hz_8t_64w_msa()
872 SRARI_H4_SH(res0, res1, res2, res3, 6); in common_hz_8t_64w_msa()
873 SAT_SH4_SH(res0, res1, res2, res3, 7); in common_hz_8t_64w_msa()
876 out = PCKEV_XORI128_UB(res2, res3); in common_hz_8t_64w_msa()
882 res1, res2, res3); in common_hz_8t_64w_msa()
886 res1, res2, res in common_hz_8t_64w_msa()
[all...]
H A Dhpeldsp_msa.c503 v16u8 res0, res1, res2, res3, res4, res5, res6, res7; in common_vt_bil_and_aver_dst_16w_msa() local
513 res0, res1, res2, res3); in common_vt_bil_and_aver_dst_16w_msa()
518 AVER_UB4_UB(dst0, res0, dst1, res1, dst2, res2, dst3, res3, in common_vt_bil_and_aver_dst_16w_msa()
519 res0, res1, res2, res3); in common_vt_bil_and_aver_dst_16w_msa()
522 ST_UB8(res0, res1, res2, res3, res4, res5, res6, res7, dst, dst_stride); in common_vt_bil_and_aver_dst_16w_msa()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_ndis.c908 int res, res2; in wpa_driver_ndis_remove_key() local
922 res2 = ndis_set_oid(drv, OID_802_11_REMOVE_WEP, in wpa_driver_ndis_remove_key()
925 res2 = 0; in wpa_driver_ndis_remove_key()
927 if (res < 0 && res2 < 0) in wpa_driver_ndis_remove_key()

Completed in 63 milliseconds

12345678