/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.25/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...] |
/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 171 LDM $pSrc, {$word0, $word1, $word2} 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 [all...] |
/external/skia/src/sksl/ |
SkSLSPIRVCodeGenerator.h | 254 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, const char* string, 257 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out); 259 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 262 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 265 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 268 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 271 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 274 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
SkSLSPIRVCodeGenerator.cpp | [all...] |
/external/valgrind/VEX/pub/ |
libvex_guest_x86.h | 262 UInt word2; member in struct:__anon37045::__anon37046::__anon37048
|
/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/regex-re2/re2/testing/ |
re2_test.cc | 321 string word2; local 324 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3)); 326 CHECK_EQ(word2, ""); 328 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3)); 330 CHECK_EQ(word2, "bar"); 332 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3)); 334 CHECK_EQ(word2, ""); 336 CHECK(!RE2::PartialMatch("f", r, &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 | 254 const uint16_t word2 = Low16Bits(High32Bits(input)); \ 257 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \ 304 const uint16_t word2 = Low16Bits(High32Bits(input)); local 307 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3,
|
constant_folding_test.cc | 166 const uint16_t word2 = Low16Bits(High32Bits(input)); local 169 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...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-msp430.c | [all...] |
/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/ |
apache-mime4j-core-0.7.2.jar | |
/external/c-ares/ |
configure | [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...] |