/third_party/node/deps/icu-small/source/common/ |
H A D | ushape.cpp | 402 char16_t temp; in invertBuffer() local 405 temp = buffer[i]; in invertBuffer() 407 buffer[j] = temp; in invertBuffer() 1554 * because at first we copy source->temp in u_shapeArabic()
|
H A D | ubidiln.cpp | 814 int32_t start, end, limit, temp; in ubidi_reorderVisual() local 855 temp=indexMap[start]; in ubidi_reorderVisual() 857 indexMap[end]=temp; in ubidi_reorderVisual()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_ra.c | 1107 unsigned temp = make_compiler_temp(ctx); in mir_demote_uniforms() local 1116 .dest = temp, in mir_demote_uniforms() 1132 mir_rewrite_index_src_single(ins, ins->src[i], temp); in mir_demote_uniforms()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 1690 time_t temp, diff; in do_utime() local 1692 temp = statter.st_atime - asymlink.st_atime; in do_utime() 1695 temp; in do_utime()
|
/third_party/lzma/C/ |
H A D | LzFindMt.c | 63 UInt32 temp = MF_CRC[cur[0]] ^ cur[1]; \
64 h2 = temp & (kHash2Size - 1); \
65 h3 = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
69 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
70 h3 = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
73 UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
74 h2 = temp & (kHash2Size - 1); \
75 temp ^= ((UInt32)cur[2] << 8); \
76 h3 = temp & (kHash3Size - 1); \
77 h4 = (temp [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_vtest.c | 288 char temp[256]; in vtest_vcmd_get_capset() local 291 const size_t temp_size = MIN2(read_size, ARRAY_SIZE(temp)); in vtest_vcmd_get_capset() 292 vtest_read(vtest, temp, temp_size); in vtest_vcmd_get_capset()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 834 size_t temp = 0; in generate_cookie_callback() local 835 int res = generate_stateless_cookie_callback(ssl, cookie, &temp); in generate_cookie_callback() 838 *cookie_len = (unsigned int)temp; in generate_cookie_callback()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | digest.c | 669 unsigned int temp = 0; in EVP_Q_digest() local 673 ret = EVP_Digest(data, datalen, md, &temp, digest, NULL); in EVP_Q_digest() 677 *mdlen = temp; in EVP_Q_digest()
|
/third_party/openssl/crypto/evp/ |
H A D | digest.c | 669 unsigned int temp = 0; in EVP_Q_digest() local 673 ret = EVP_Digest(data, datalen, md, &temp, digest, NULL); in EVP_Q_digest() 677 *mdlen = temp; in EVP_Q_digest()
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 834 size_t temp = 0; in generate_cookie_callback() local 835 int res = generate_stateless_cookie_callback(ssl, cookie, &temp); in generate_cookie_callback() 838 *cookie_len = (unsigned int)temp; in generate_cookie_callback()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | mathutil.h | 1370 auto temp = value + alignment - static_cast<T>(1); in roundUp() local 1371 return temp - temp % alignment; in roundUp()
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-ffi_darwin.c | 346 the asm's temp regs. */ in ffi_prep_cif_machdep() 828 double temp; in ffi_closure_helper_DARWIN() local 940 temp = pfr->d; in ffi_closure_helper_DARWIN() 941 pfr->f = (float)temp; in ffi_closure_helper_DARWIN()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiln.cpp | 814 int32_t start, end, limit, temp; in ubidi_reorderVisual() local 855 temp=indexMap[start]; in ubidi_reorderVisual() 857 indexMap[end]=temp; in ubidi_reorderVisual()
|
H A D | ushape.cpp | 402 UChar temp; in invertBuffer() local 405 temp = buffer[i]; in invertBuffer() 407 buffer[j] = temp; in invertBuffer() 1554 * because at first we copy source->temp in u_shapeArabic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1809 APInt temp(*this); 1810 --temp; 1811 return temp.getActiveBits();
|
/third_party/protobuf/js/binary/ |
H A D | writer.js | 118 var temp = this.encoder_.end(); 119 this.blocks_.push(temp); 121 this.totalLength_ += temp.length + arr.length; 230 // the temp blocks sooner.
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 3324 Register temp = i.ToRegister(instr->TempAt(0)); in AssembleArchInstruction() local 3325 __ mov(temp, Operand(0x8101820283038)); in AssembleArchInstruction() 3327 __ mtvsrdd(kScratchSimd128Reg, temp, ip); in AssembleArchInstruction() 4286 Register temp = kScratchReg; in AssembleConstructFrame() local 4287 __ LoadU64(temp, src, r0); in AssembleConstructFrame() 4288 __ StoreU64(temp, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4434 DoubleRegister temp = kScratchDoubleReg; in AssembleConstructFrame() local 4436 __ LoadF64(temp, src, r0); in AssembleConstructFrame() 4437 __ StoreF64(temp, g.ToMemOperand(destination), r0); in AssembleConstructFrame() 4439 __ LoadF32(temp, sr in AssembleConstructFrame() [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 1715 UnallocatedOperand* temp = UnallocatedOperand::cast(first->TempAt(i)); in MeetConstraintsAfter() local 1716 if (temp->HasFixedPolicy()) AllocateFixed(temp, instr_index, false, false); in MeetConstraintsAfter() 2256 InstructionOperand* temp = instr->TempAt(i); in ProcessInstructions() local 2258 DCHECK_IMPLIES(temp->IsUnallocated(), in ProcessInstructions() 2259 !UnallocatedOperand::cast(temp)->HasSlotPolicy()); in ProcessInstructions() 2261 if (temp->IsRegister()) continue; in ProcessInstructions() 2262 if (temp->IsUnallocated()) { in ProcessInstructions() 2263 UnallocatedOperand* temp_unalloc = UnallocatedOperand::cast(temp); in ProcessInstructions() 2269 Use(block_start_position, curr_position.End(), temp, spill_mod in ProcessInstructions() [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 674 // Allocate an additional {temp} register to hold the result that should be in AtomicBinop() 675 // stored to memory. Note that {temp} and {store_result} are not allowed to be in AtomicBinop() 677 Register temp = temps.Acquire(); in AtomicBinop() local 705 __ add(temp, result_reg, value.gp()); in AtomicBinop() 708 __ sub(temp, result_reg, value.gp()); in AtomicBinop() 711 __ and_(temp, result_reg, value.gp()); in AtomicBinop() 714 __ or_(temp, result_reg, value.gp()); in AtomicBinop() 717 __ xor_(temp, result_reg, value.gp()); in AtomicBinop() 720 __ mv(temp, value.gp()); in AtomicBinop() 727 __ sb(temp, actual_add in AtomicBinop() 1895 VRegister temp = emit_i8x16_shuffle() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_base.cpp | 763 auto temp = buttonsDisplay_; in DealRenders() local 765 lunarDisplay_ = temp; in DealRenders()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_modifier.cpp | 260 auto temp = matrix.Get(SKEWY); in AdjustMatrix() local 262 matrix.Set(RSMatrix::SCALE_Y, temp); in AdjustMatrix()
|
/foundation/multimedia/av_codec/services/drm_decryptor/ |
H A D | codec_drm_decrypt.cpp | 737 DrmStandard::IMediaDecryptModuleService::SubSample temp({ cencInfo->subSamples[i].clearHeaderLen, in DecryptMediaData() 739 cryptInfo.subSample.emplace_back(temp); in DecryptMediaData()
|
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/ |
H A D | avbuffer_unit_test.cpp | 57 vector<uint8_t> temp(TEST_BUFFER_SIZE, 0); in SetUp() 58 swap(temp, outputBuffer_); in SetUp()
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation_utils.cpp | 392 uint32_t temp = READ_LEN; in DoRecevieSendObject() local 393 context_->mtpDriver->Read(dataBuffer, temp); in DoRecevieSendObject()
|