Searched refs:word1 (Results 1 - 15 of 15) sorted by relevance

/external/stlport/test/unit/
H A Dsetdiff_test.cpp74 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>());
H A Dsetinter_test.cpp68 const char* word1 = "ABCDEFGHIJKLMNO"; local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
H A Dsetunion_test.cpp71 const char* word1 = "ABCDEFGHIJKLMNO"; local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
H A Dswap_test.cpp57 char word1[] = "World"; local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
60 CPPUNIT_ASSERT(!strcmp(word1, "Hello"));
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp104 #define word1(x) (x)->L[1] macro
107 #define word1(x) (x)->L[0] macro
623 word1(&u) = 0;
638 #define d1 word1(&d)
674 #define d1 word1(d)
926 word1(&rv) = 0;
942 word1(&rv) = Big1;
961 word1(&rv) = 0;
967 word1(&rv) &= 0xffffffff << j;
1041 if (dsign || word1(
[all...]
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc308 #define word1(x) (x)->L[0] macro
311 #define word1(x) (x)->L[1] macro
1173 word1(&u) = 0;
1181 word1(&u) = 0;
1186 word1(&u) = L >= 31 ? 1 : 1 << 31 - L;
1209 #define d1 word1(&d)
1256 word1(&d) = d1 >> 16 | d1 << 16;
1281 d1 = word1(d) >> 16 | word1(d) << 16;
1284 #define d1 word1(
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h258 UInt word1; member in struct:__anon10723::__anon10724::__anon10726
/external/chromium/base/i18n/
H A Dbreak_iterator_unittest.cc68 const string16 word1(str.substr(0, 10));
74 EXPECT_EQ(word1, iter.GetString());
176 const string16 word1(str.substr(0, 11));
182 EXPECT_EQ(word1, iter.GetString());
/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc251 inline bool CompareWholeWordValues<1>(const char* word1, argument
254 memcpy(&aligned_word1, word1, sizeof(aligned_word1));
/external/pcre/
H A Dpcrecpp_unittest.cc417 string word1; local
422 CHECK(r.PartialMatch("foo", &word1, &word2, &word3));
423 CHECK_EQ(word1, "foo");
426 CHECK(r.PartialMatch("bar", &word1, &word2, &word3));
427 CHECK_EQ(word1, "");
430 CHECK(r.PartialMatch("baz", &word1, &word2, &word3));
431 CHECK_EQ(word1, "");
434 CHECK(!r.PartialMatch("f", &word1, &word2, &word3));
/external/ipsec-tools/src/racoon/
H A Deaytest.c844 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
851 buf = vmalloc(strlen(word1));
852 memcpy(buf->v, word1, buf->l);
881 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
888 buf = vmalloc(strlen(word1));
889 memcpy(buf->v, word1, buf->l);
/external/icu4c/tools/gennames/
H A Dgennames.c301 compareWords(const void *context, const void *word1, const void *word2);
1032 compareWords(const void *context, const void *word1, const void *word2) { argument
1034 return ((Word *)word2)->weight-((Word *)word1)->weight;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c453 out->LdtEnt.Words.word1 = entry_1;
669 if (gdt[idx].LdtEnt.Words.word1 == 0
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c12063 UInt word1 = 0xE1A0C1EC; local
12067 if (getUIntLittleEndianly(code+ 0) == word1 &&
14223 UInt word1 = 0x0CFCEA4F; local
14227 if (getUIntLittleEndianly(code+ 0) == word1 &&
H A Dguest_ppc_toIR.c9323 UInt word1 = mode64 ? 0x78001800 : 0x54001800; local
9327 if (getUIntBigendianly(code+ 0) == word1 &&

Completed in 600 milliseconds