HomeSort by relevance Sort by last modified time
    Searched refs:word2 (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 91 uint32 pred_word, word1, word2; local
119 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */
121 pred_word = word1 | (word2 << 24); /* b5 b4 b3 b2 */
125 word2 >>= 8; /* 0 b8 b7 b6 */
126 pred_word = word2 | (word1 << 24); /* b9 b8 b7 b6 */
141 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */
143 pred_word = word1 | (word2 << 16); /* b6 b5 b4 b3 */
147 word2 >>= 16; /* 0 0 b8 b7 */
148 pred_word = word2 | (word1 << 16); /* b10 b9 b8 b7 */
164 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 *
191 uint32 word1, word2, word3, word12; local
520 uint32 word1, word2, word3, word12, word22; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 358 ULong pred_word, word1, word2; local
389 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */
391 pred_word = word1 | (word2 << 24); /* b5 b4 b3 b2 */
395 word2 >>= 8; /* 0 b8 b7 b6 */
396 pred_word = word2 | (word1 << 24); /* b9 b8 b7 b6 */
411 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */
413 pred_word = word1 | (word2 << 16); /* b6 b5 b4 b3 */
417 word2 >>= 16; /* 0 0 b8 b7 */
418 pred_word = word2 | (word1 << 16); /* b10 b9 b8 b7 */
433 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 *
458 ULong word1, word2, word3, word12; local
783 ULong word1, word2, word3, word12, word22; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 71 public int compare(WnnWord word1, WnnWord word2) {
72 return word1.stroke.compareTo(word2.stroke);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java 68 public int compare(WnnWord word1, WnnWord word2) {
69 return word1.stroke.compareTo(word2.stroke);
  /toolchain/binutils/binutils-2.27/opcodes/
i960-dis.c 54 unsigned int word1, word2 = 0xdeadbeef; local
61 /* Read word1. Only read word2 if the instruction
83 /* Read word2. */
91 word2 = bfd_getl32 (buffer + 4);
95 return pinsn( memaddr, word1, word2 );
121 pinsn (bfd_vma memaddr, unsigned long word1, unsigned long word2)
126 put_abs (word1, word2);
133 ctrl (memaddr, word1, word2);
137 cobr (memaddr, word1, word2);
149 instr_len = mem (memaddr, word1, word2, 0)
    [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.h 280 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string,
283 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
285 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
288 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
291 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
294 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
297 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
300 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
SkSLSPIRVCodeGenerator.cpp 274 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
278 this->writeWord(word2, out);
282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
286 this->writeWord(word2, out);
289 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
293 this->writeWord(word2, out);
297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
301 this->writeWord(word2, out);
306 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
311 this->writeWord(word2, out)
    [all...]
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.h 280 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string,
283 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
285 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
288 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
291 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
294 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
297 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
300 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
SkSLSPIRVCodeGenerator.cpp 274 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
278 this->writeWord(word2, out);
282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
286 this->writeWord(word2, out);
289 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
293 this->writeWord(word2, out);
297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
301 this->writeWord(word2, out);
306 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,
311 this->writeWord(word2, out)
    [all...]
  /external/valgrind/VEX/pub/
libvex_guest_x86.h 262 UInt word2; member in struct:__anon42067::__anon42068::__anon42070
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 530 String word2 = encodeB(prefix, part2, 0, charset, bytes2); local
532 return word1 + " " + word2;
558 String word2 = encodeQ(prefix, part2, usage, 0, charset, bytes2); local
560 return word1 + " " + word2;
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 422 string word2; local
426 CHECK(r.PartialMatch("foo", &word1, &word2, &word3));
428 CHECK_EQ(word2, "");
430 CHECK(r.PartialMatch("bar", &word1, &word2, &word3));
432 CHECK_EQ(word2, "bar");
434 CHECK(r.PartialMatch("baz", &word1, &word2, &word3));
436 CHECK_EQ(word2, "");
438 CHECK(!r.PartialMatch("f", &word1, &word2, &word3));
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 843 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
860 buf = vmalloc(strlen(word2));
861 memcpy(buf->v, word2, buf->l);
880 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
897 buf = vmalloc(strlen(word2));
898 memcpy(buf->v, word2, buf->l);
  /art/compiler/optimizing/
codegen_test.cc 258 const uint16_t word2 = Low16Bits(High32Bits(input)); \
261 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \
308 const uint16_t word2 = Low16Bits(High32Bits(input)); local
311 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3,
constant_folding_test.cc 162 const uint16_t word2 = Low16Bits(High32Bits(input)); local
165 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3,
  /kernel/tests/net/test/
cstruct.py 64 >>> NN = cstruct.Struct("NN", "SHS", "s1 word2 n3", [S, N])
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 190 final String word1, final String word2, final int probability) {
192 new NgramContext(new WordInfo(word1), new WordInfo(word0)), word2,
207 final String word0, final String word1, final String word2) {
209 new NgramContext(new WordInfo(word1), new WordInfo(word0)), word2);
    [all...]
  /external/libavc/decoder/
ih264d_parse_cavlc.c 212 UWORD32 word, word2, cur_bit, cur_word, code_val, code_num, clz; local
218 word2 = pu4_bitstrm_buf[cur_word + 1];
223 word2 >>= (32 - cur_bit);
224 word |= word2;
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
atl1e.c 956 tpd->word2 = ((tpd->word2 & ~TPD_BUFLEN_MASK) |
    [all...]
atl1e.h 84 u32 word2; member in struct:atl1e_tpd_desc
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-linux.c 294 out->LdtEnt.Words.word2 = entry_2;
547 && gdt[idx].LdtEnt.Words.word2 == 0)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar 
  /toolchain/binutils/binutils-2.27/bfd/
elf32-msp430.c     [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 20627 IRTemp word2 = newTemp( Ity_I64 ); local
20695 IRTemp word2 = newTemp( Ity_I64 ); local
20868 IRTemp word2[5]; local
27823 UInt word2 = mode64 ? 0x78006800 : 0x5400683E; local
    [all...]
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 

Completed in 536 milliseconds

1 2