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

1 2

  /frameworks/base/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/base/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...]
  /external/stlport/test/unit/
setdiff_test.cpp 75 const char* word2 = "LMNOPQRSTUVWXYZ"; local
78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
126 const char* word2 = "LMNOPQRSTUVWXYZ"; local
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
setinter_test.cpp 69 const char* word2 = "LMNOPQRSTUVWXYZ"; local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 72 const char* word2 = "LMNOPQRSTUVWXYZ"; local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
swap_test.cpp 58 char word2[] = "Hello"; local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
61 CPPUNIT_ASSERT(!strcmp(word2, "World"));
  /ndk/tests/device/test-gnustl-full/unit/
setdiff_test.cpp 75 const char* word2 = "LMNOPQRSTUVWXYZ"; local
78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
126 const char* word2 = "LMNOPQRSTUVWXYZ"; local
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
setinter_test.cpp 69 const char* word2 = "LMNOPQRSTUVWXYZ"; local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 72 const char* word2 = "LMNOPQRSTUVWXYZ"; local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
swap_test.cpp 58 char word2[] = "Hello"; local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
61 CPPUNIT_ASSERT(!strcmp(word2, "World"));
  /ndk/tests/device/test-stlport/unit/
setdiff_test.cpp 75 const char* word2 = "LMNOPQRSTUVWXYZ"; local
78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
126 const char* word2 = "LMNOPQRSTUVWXYZ"; local
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
setinter_test.cpp 69 const char* word2 = "LMNOPQRSTUVWXYZ"; local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 72 const char* word2 = "LMNOPQRSTUVWXYZ"; local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
swap_test.cpp 58 char word2[] = "Hello"; local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
61 CPPUNIT_ASSERT(!strcmp(word2, "World"));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 70 public int compare(WnnWord word1, WnnWord word2) {
71 return word1.stroke.compareTo(word2.stroke);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java 67 public int compare(WnnWord word1, WnnWord word2) {
68 return word1.stroke.compareTo(word2.stroke);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBigramDictionary.java 70 private static final String MAIN_COLUMN_WORD2 = "word2";
109 Bigram(String word1, String word2, int frequency) {
111 this.mWord2 = word2;
160 public int addBigrams(String word1, String word2) {
163 word2 = Character.toLowerCase(word2.charAt(0)) + word2.substring(1);
166 if (word1.equals(word2)) {
170 int freq = super.addBigram(word1, word2, FREQUENCY_FOR_TYPED);
174 mPendingWrites.add(new Bigram(word1, word2, freq))
223 String word2 = cursor.getString(word2Index); local
    [all...]
ExpandableDictionary.java 363 protected int setBigram(String word1, String word2, int frequency) {
364 return addOrSetBigram(word1, word2, frequency, false);
367 protected int addBigram(String word1, String word2, int frequency) {
368 return addOrSetBigram(word1, word2, frequency, true);
377 private int addOrSetBigram(String word1, String word2, int frequency, boolean addFrequency) {
383 Node secondWord = searchWord(mRoots, word2, 0, null);
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 115 ;// M_LOAD_XINT $pSrc, $srcStep, $offset, $word0, $word1, $word2, $word3
129 ;// $word0, $word1, $word2, $word3
137 ;// | Offset | Aligned Ptr | word0 | word1 | word2 | word3 |
151 ;// Note: {$word0, $word1, $word2, $word3} should be registers with ascending
155 M_LOAD_XINT $pSrc, $srcStep, $offset, $word0, $word1, $word2, $word3
157 LDM $pSrc, {$word0, $word1, $word2}
159 LDM $pSrc, {$word0, $word2, $word3}
169 ;// M_EXT_XINT $offset, $word0, $word1, $word2, $word3
175 ;// $word0, $word1, $word2, $word3
181 ;// | Offset | Aligned Ptr | word0 | word1 | word2 | word3
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 259 UInt word2; member in struct:__anon12204::__anon12205::__anon12207
  /external/chromium/base/i18n/
break_iterator_unittest.cc 69 const string16 word2(str.substr(11, 5));
80 EXPECT_EQ(word2, iter.GetString());
177 const string16 word2(str.substr(11, 5));
185 EXPECT_EQ(word2, iter.GetString());
  /packages/apps/Email/emailcommon/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/chromium/sdch/open-vcdiff/src/
blockhash.cc 252 const char* word2) {
255 memcpy(&aligned_word2, word2, sizeof(aligned_word2));
  /external/pcre/
pcrecpp_unittest.cc 418 string word2; local
422 CHECK(r.PartialMatch("foo", &word1, &word2, &word3));
424 CHECK_EQ(word2, "");
426 CHECK(r.PartialMatch("bar", &word1, &word2, &word3));
428 CHECK_EQ(word2, "bar");
430 CHECK(r.PartialMatch("baz", &word1, &word2, &word3));
432 CHECK_EQ(word2, "");
434 CHECK(!r.PartialMatch("f", &word1, &word2, &word3));
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 844 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
861 buf = vmalloc(strlen(word2));
862 memcpy(buf->v, word2, buf->l);
881 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
898 buf = vmalloc(strlen(word2));
899 memcpy(buf->v, word2, buf->l);

Completed in 796 milliseconds

1 2