Home
last modified time | relevance | path

Searched refs:data0 (Results 51 - 67 of 67) sorted by relevance

123

/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctint-sse2.asm361 packssdw xmm5, xmm7 ; xmm5=data0=(00 01 02 03 04 05 06 07)
697 packssdw xmm5, xmm4 ; xmm5=data0=(00 10 20 30 40 50 60 70)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_longnames.cpp734 // data0 and data1 should be pattern arrays (UnicodeString[ARRAY_SIZE]) that
741 UnicodeString *data0, in getDerivedGender()
748 return data0[GENDER_INDEX]; in getDerivedGender()
739 getDerivedGender(Locale locale, const char *structure, UnicodeString *data0, UnicodeString *data1, UErrorCode &status) getDerivedGender() argument
/third_party/skia/third_party/externals/brotli/js/
H A Ddecode.js1905 * @param {!string} data0
1910 function unpackDictionaryData(dictionary, data0, data1, skipFlip) {
1911 var /** !Int8Array */ dict = toUsAsciiBytes(data0 + data1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp553 AMDGPU::OpName::data0) != -1) { in updateByEvent()
556 AMDGPU::getNamedOperandIdx(Inst.getOpcode(), AMDGPU::OpName::data0), in updateByEvent()
H A DSILoadStoreOptimizer.cpp1060 TII->getNamedOperand(*CI.I, AMDGPU::OpName::data0); in mergeWrite2Pair()
1062 TII->getNamedOperand(*Paired.I, AMDGPU::OpName::data0); in mergeWrite2Pair()
1102 .add(*Data0) // data0 in mergeWrite2Pair()
H A DSIInstrInfo.cpp306 int Data0Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::data0); in getMemOperandWithOffset()
H A DSIISelLowering.cpp3132 if (MachineOperand *Src = TII->getNamedOperand(MI, AMDGPU::OpName::data0)) in emitGWSMemViolTestLoop()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_module_tests.c1015 static const u8 data0[] = "Hi There"; variable
1208 if (sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in test_sha1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_module_tests.c1164 static const u8 data0[] = "Hi There"; variable
1357 if (sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1, in test_sha1()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c2158 set_reg(dec, dec->reg.data0, addr); in send_cmd()
2900 dec->reg.data0 = RDECODE_VCN1_GPCOM_VCPU_DATA0; in radeon_create_decoder()
2910 dec->reg.data0 = RDECODE_VCN2_GPCOM_VCPU_DATA0; in radeon_create_decoder()
2925 dec->reg.data0 = RDECODE_VCN2_5_GPCOM_VCPU_DATA0; in radeon_create_decoder()
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp1386 const deUint32 data0 = (deUint32)(low >> first) & mask0; in getBits128()
1390 ret = (deUint32)((data1 << len0) | data0); in getBits128()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc10745 uint64_t data0[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10755 __ Mov(x20, reinterpret_cast<uintptr_t>(data0));
10794 ASSERT_EQUAL_64(final_expected, data0[0]);
10811 uint64_t data0[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0};
10821 __ Mov(x20, reinterpret_cast<uintptr_t>(data0));
10856 ASSERT_EQUAL_64(expected, data0[0]);
11071 uint64_t data0[] = {0x1010101010101010, 0x1010101010101010};
11076 uint64_t* data0_aligned = AlignUp(data0, kXRegSizeInBytes * 2);
11260 uint64_t data0[] = {0x1010101010101010, 0x1010101010101010};
11263 uint64_t* data0_aligned = AlignUp(data0, kAtomicAccessGranul
[all...]
/third_party/python/Lib/test/
H A Dtest_mailbox.py287 data0 = file.read()
290 self.assertEqual(data0.decode('ascii').replace(os.linesep, '\n'),
/third_party/ffmpeg/libavfilter/x86/
H A Dcolorspacedsp.asm1034 DEFINE_ARGS data0, stride, ww, h, data1, data2, x
/third_party/ffmpeg/libavcodec/mips/
H A Dqpeldsp_msa.c27 v16u8 data0, data1, data2, data3, data4, data5; \
34 data0 = (v16u8) __msa_sldi_b((v16i8) inp0, (v16i8) tmp0, 15); \
37 ILVRL_B2_UH(data3, data0, sum1_r, sum1_l); \
131 v16u8 data0, data1, data2, data3, data4, data5; \
138 data0 = (v16u8) __msa_sldi_b((v16i8) inp0, (v16i8) tmp0, 15); \
141 ILVRL_B2_UH(data3, data0, sum1_r, sum1_l); \
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp7535 Temp data0 = emit_extract_vector(ctx, data, 0, comp_rc);
7537 ds = bld.ds(op, address, data0, data1, m, offset0, offset1);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 85 milliseconds

123