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

1 2 3

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 91 uint32 pred_word, word1, word2; local
118 word1 = *((uint32*)prev); /* read 4 bytes, b4 b3 b2 b1 */
120 word1 >>= 8; /* 0 b4 b3 b2 */
121 pred_word = word1 | (word2 << 24); /* b5 b4 b3 b2 */
124 word1 = *((uint32*)(prev += 4)); /* b12 b11 b10 b9 */
126 pred_word = word2 | (word1 << 24); /* b9 b8 b7 b6 */
136 prev -= 2; /* word1-aligned */
140 word1 = *((uint32*)prev); /* read 4 bytes, b4 b3 b2 b1 */
142 word1 >>= 16; /* 0 0 b4 b3 */
143 pred_word = word1 | (word2 << 16); /* b6 b5 b4 b3 *
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
388 word1 = *((ULong*)(prev += lx)); /* read 4 bytes, b4 b3 b2 b1 */
390 word1 >>= 8; /* 0 b4 b3 b2 */
391 pred_word = word1 | (word2 << 24); /* b5 b4 b3 b2 */
394 word1 = *((ULong*)(prev + 8)); /* b12 b11 b10 b9 */
396 pred_word = word2 | (word1 << 24); /* b9 b8 b7 b6 */
404 prev -= 2; /* word1-aligned */
410 word1 = *((ULong*)(prev += lx)); /* read 4 bytes, b4 b3 b2 b1 */
412 word1 >>= 16; /* 0 0 b4 b3 */
413 pred_word = word1 | (word2 << 16); /* b6 b5 b4 b3 *
458 ULong word1, word2, word3, word12; local
783 ULong word1, word2, word3, word12, word22; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ulp.c 53 word1(&a) = 0;
60 word1(&a) = 0;
65 word1(&a) = L >= 31 ? 1 : 1 << (31 - L);
strtod.c 77 word1(&u) = 0;
309 word1(&rv) = 0;
321 word1(&rv) = bits[0];
326 word1(&rv) = NAN_WORD1;
467 word1(&rv) = Big1;
471 word1(&rv) = 0;
475 word1(&rv) = 0;
484 word1(&rv) = Big1;
513 word1(&rv) = Big1;
536 word1(&rv) = 0
    [all...]
  /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
71 word1 = bfd_getl32 (buffer);
74 switch ( (word1 >> 28) & 0xf )
95 return pinsn( memaddr, word1, word2 );
121 pinsn (bfd_vma memaddr, unsigned long word1, unsigned long word2)
126 put_abs (word1, word2);
129 switch ((word1 >> 28) & 0xf)
133 ctrl (memaddr, word1, word2);
137 cobr (memaddr, word1, word2)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
setdiff_test.cpp 74 const char* word1 = "ABCDEFGHIJKLMNO"; local
78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
125 const char* word1 = "ABCDEFGHIJKLMNO"; local
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
setinter_test.cpp 68 const char* word1 = "ABCDEFGHIJKLMNO"; local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 71 const char* word1 = "ABCDEFGHIJKLMNO"; local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
swap_test.cpp 57 char word1[] = "World"; local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
60 CPPUNIT_ASSERT(!strcmp(word1, "Hello"));
  /ndk/tests/device/test-stlport/unit/
setdiff_test.cpp 74 const char* word1 = "ABCDEFGHIJKLMNO"; local
78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
125 const char* word1 = "ABCDEFGHIJKLMNO"; local
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
setinter_test.cpp 68 const char* word1 = "ABCDEFGHIJKLMNO"; local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 71 const char* word1 = "ABCDEFGHIJKLMNO"; local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
swap_test.cpp 57 char word1[] = "World"; local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
60 CPPUNIT_ASSERT(!strcmp(word1, "Hello"));
  /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);
  /external/ltrace/sysdeps/linux-gnu/ia64/
trace.c 55 } word1; member in struct:bundle_t::__anon18431
102 unsigned long top = 0UL | bundle.bitmap.word1.top_slot1;
108 insn = bundle.bitmap.word1.slot2;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 184 final String word1, final int probability) {
185 binaryDictionary.addNgramEntry(new NgramContext(new WordInfo(word0)), word1, probability,
190 final String word1, final String word2, final int probability) {
192 new NgramContext(new WordInfo(word1), new WordInfo(word0)), word2,
197 final String word0, final String word1) {
198 return binaryDictionary.isValidNgram(new NgramContext(new WordInfo(word0)), word1);
202 final String word0, final String word1) {
203 return binaryDictionary.getNgramProbability(new NgramContext(new WordInfo(word0)), word1);
207 final String word0, final String word1, final String word2) {
209 new NgramContext(new WordInfo(word1), new WordInfo(word0)), word2)
338 final String word1 = words.get(random.nextInt(wordCount)); local
476 final String word1 = words.get(random.nextInt(wordCount)); local
556 final String word1 = words.get(word1Index); local
662 final String word1 = words.get(random.nextInt(words.size())); local
737 final String word1 = words.get(word1Index); local
764 final String word1 = bigramTarget.mWord; local
809 final String word1 = words.get(word1Index); local
841 final String word1 = bigramTarget.mWord; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
atof-ieee.c 261 LITTLENUM_TYPE word1;
443 word1 = ((generic_floating_point_number.sign == '+')
472 *lp++ = word1;
496 *lp++ = word1;
504 word1 |= next_bits ((LITTLENUM_NUMBER_OF_BITS - 1)
506 *lp++ = word1;
559 word1 = ((generic_floating_point_number.sign == '+')
562 word1 |= (1
565 *lp++ = word1;
597 word1 |= (exponent_4 << ((LITTLENUM_NUMBER_OF_BITS - 1) - exponent_bits)
259 LITTLENUM_TYPE word1; 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
171 LDM $pSrc, {$word0, $word1, $word2}
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, $word
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
romfs_fs.h 23 __be32 word1; member in struct:romfs_super_block
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 219 uint32 word1, word2, word3, word4; local
234 word1 = *((uint32*)(top)); /* read 4 bytes from top */
241 *((uint32*)(pred += 16)) = word1;
248 sum = word1 & 0xFF00FF;
249 word1 = (word1 >> 8) & 0xFF00FF;
250 sum += word1;
251 word1 = (word2 & 0xFF00FF);
252 sum += word1;
255 word1 = (word3 & 0xFF00FF)
    [all...]
  /bionic/libc/kernel/uapi/linux/
romfs_fs.h 39 __be32 word1; member in struct:romfs_super_block
  /development/ndk/platforms/android-21/include/linux/
romfs_fs.h 39 __be32 word1; member in struct:romfs_super_block
  /external/kernel-headers/original/uapi/linux/
romfs_fs.h 26 __be32 word1; member in struct:romfs_super_block
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
romfs_fs.h 26 __be32 word1; member in struct:romfs_super_block

Completed in 824 milliseconds

1 2 3