HomeSort by relevance Sort by last modified time
    Searched refs:word3 (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 191 uint32 word1, word2, word3, word12; local
221 word3 = word1 | word12; // rnd1 = 1; otherwise word3 = word1&word12
223 word3 &= (~mask); /* 0x1010101, check last bit */
227 word1 += word3;
233 word3 = word2 | word12;
235 word3 &= (~mask); /* 0x1010101, check last bit */
239 word2 += word3;
255 word3 = word1 & word12; // rnd1 = 1; otherwise word3 = word1&word1
520 uint32 word1, word2, word3, word12, word22; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 458 ULong word1, word2, word3, word12; local
484 word3 = word1 | word12; // rnd1 = 1; otherwise word3 = word1&word12
486 word3 &= (~mask); /* 0x1010101, check last bit */
490 word1 += word3;
496 word3 = word2 | word12;
498 word3 &= (~mask); /* 0x1010101, check last bit */
502 word2 += word3;
518 word3 = word1 & word12; // rnd1 = 1; otherwise word3 = word1&word1
783 ULong word1, word2, word3, word12, word22; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 129 ;// M_LOAD_XINT $pSrc, $srcStep, $offset, $word0, $word1, $word2, $word3
143 ;// $word0, $word1, $word2, $word3
151 ;// | Offset | Aligned Ptr | word0 | word1 | word2 | word3 |
165 ;// Note: {$word0, $word1, $word2, $word3} should be registers with ascending
169 M_LOAD_XINT $pSrc, $srcStep, $offset, $word0, $word1, $word2, $word3
173 LDM $pSrc, {$word0, $word2, $word3}
183 ;// M_EXT_XINT $offset, $word0, $word1, $word2, $word3
189 ;// $word0, $word1, $word2, $word3
195 ;// | Offset | Aligned Ptr | word0 | word1 | word2 | word3 |
204 ;// $word0, $word1, $word2, $word3
    [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.h 249 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
252 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
255 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
258 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
261 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
264 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
SkSLSPIRVCodeGenerator.cpp     [all...]
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 423 string word3; local
426 CHECK(r.PartialMatch("foo", &word1, &word2, &word3));
429 CHECK_EQ(word3, "");
430 CHECK(r.PartialMatch("bar", &word1, &word2, &word3));
433 CHECK_EQ(word3, "");
434 CHECK(r.PartialMatch("baz", &word1, &word2, &word3));
437 CHECK_EQ(word3, "baz");
438 CHECK(!r.PartialMatch("f", &word1, &word2, &word3));
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 322 string word3; local
324 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3));
327 CHECK_EQ(word3, "");
328 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3));
331 CHECK_EQ(word3, "");
332 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3));
335 CHECK_EQ(word3, "baz");
336 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3));
    [all...]
  /art/compiler/optimizing/
codegen_test.cc 256 const uint16_t word3 = High16Bits(High32Bits(input)); /* MSW. */ \
258 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \
306 const uint16_t word3 = High16Bits(High32Bits(input)); // MSW. local
308 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3,
constant_folding_test.cc 167 const uint16_t word3 = High16Bits(High32Bits(input)); // MSW. local
169 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3,
  /external/syslinux/gpxe/src/drivers/net/
atl1e.h 85 u32 word3; member in struct:atl1e_tpd_desc
    [all...]
atl1e.c 959 tpd->word3 |= 1 << TPD_EOP_SHIFT;
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 14671 UInt word3 = 0xE1A0CEEC; local
17548 UInt word3 = 0x7C7CEA4F; local
    [all...]
guest_arm64_toIR.c 13881 UInt word3 = 0x93CCCD8C; local
    [all...]
guest_mips_toIR.c 12102 UInt word3 = mode64 ? 0x778 : 0xC2; local
    [all...]
guest_ppc_toIR.c 19079 UInt word3 = mode64 ? 0x7800E802 : 0x5400E83E; local
    [all...]

Completed in 815 milliseconds