Home
last modified time | relevance | path

Searched refs:word1 (Results 1 – 13 of 13) sorted by relevance

/external/stlport/test/unit/
Dsetdiff_test.cpp74 const char* word1 = "ABCDEFGHIJKLMNO"; in setsymd2() local
78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setsymd2()
125 const char* word1 = "ABCDEFGHIJKLMNO"; in setdiff2() local
129 …set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff)… in setdiff2()
Dsetinter_test.cpp68 const char* word1 = "ABCDEFGHIJKLMNO"; in setintr2() local
72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setintr2()
Dswap_test.cpp57 char word1[] = "World"; in swprnge1() local
59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2); in swprnge1()
60 CPPUNIT_ASSERT(!strcmp(word1, "Hello")); in swprnge1()
Dsetunion_test.cpp71 const char* word1 = "ABCDEFGHIJKLMNO"; in setunon2() local
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setunon2()
/external/openssl/crypto/rc2/
Drrc2.doc106 word0 = ( word0 + ( word1 & ~word3 ) + ( word2 & word3 ) + S[ j+0 ] ) <<< 1
107 word1 = ( word1 + ( word2 & ~word0 ) + ( word3 & word0 ) + S[ j+1 ] ) <<< 2
108 word2 = ( word2 + ( word3 & ~word1 ) + ( word0 & word1 ) + S[ j+2 ] ) <<< 3
109 word3 = ( word3 + ( word0 & ~word2 ) + ( word1 & word2 ) + S[ j+3 ] ) <<< 5
116 word1 = word1 + S[ word0 & 63 ];
117 word2 = word2 + S[ word1 & 63 ];
129 word3 = ( word3 >>> 5 ) - ( word0 & ~word2 ) - ( word1 & word2 ) - S[ j+3 ]
130 word2 = ( word2 >>> 3 ) - ( word3 & ~word1 ) - ( word0 & word1 ) - S[ j+2 ]
131 word1 = ( word1 >>> 2 ) - ( word2 & ~word0 ) - ( word3 & word0 ) - S[ j+1 ]
132 word0 = ( word0 >>> 1 ) - ( word1 & ~word3 ) - ( word2 & word3 ) - S[ j+0 ]
[all …]
/external/webkit/JavaScriptCore/wtf/
Ddtoa.cpp189 #define word1(x) ((uint32_t*)&x)[0] macro
192 #define word1(x) ((uint32_t*)&x)[1] macro
197 #define word1(x) (x)->L[0] macro
200 #define word1(x) (x)->L[1] macro
804 word1(&u) = 0; in ulp()
811 word1(&u) = 0; in ulp()
815 word1(&u) = L >= 31 ? 1 : 1 << 31 - L; in ulp()
834 #define d1 word1(&d) in b2d()
888 #define d1 word1(d) in d2b()
1094 word1(rvp) = x[1]; in hexnan()
[all …]
/external/v8/src/third_party/dtoa/
Ddtoa.c273 #define word1(x) ((ULong *)&x)[0] macro
276 #define word1(x) ((ULong *)&x)[1] macro
281 #define word1(x) ((U*)&x)->L[0] macro
284 #define word1(x) ((U*)&x)->L[1] macro
1125 word1(a) = 0;
1133 word1(a) = 0;
1138 word1(a) = L >= 31 ? 1 : 1 << 31 - L;
1161 #define d1 word1(d)
1208 word1(d) = d1 >> 16 | d1 << 16;
1233 d1 = word1(d) >> 16 | word1(d) << 16;
[all …]
/external/chromium/base/third_party/dmg_fp/
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(d)
1613 word1(rvp) = x[1];
[all …]
/external/ipsec-tools/src/racoon/
Deaytest.c843 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
850 buf = vmalloc(strlen(word1));
851 memcpy(buf->v, word1, buf->l);
880 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
887 buf = vmalloc(strlen(word1));
888 memcpy(buf->v, word1, buf->l);
/external/chromium/base/i18n/
Dword_iterator_unittest.cc77 const std::wstring word1(str.substr(0, 10)); in TEST() local
83 EXPECT_EQ(word1, iter.GetWord()); in TEST()
/external/chromium/sdch/open-vcdiff/src/
Dblockhash.cc251 inline bool CompareWholeWordValues<1>(const char* word1, in CompareWholeWordValues() argument
254 memcpy(&aligned_word1, word1, sizeof(aligned_word1)); in CompareWholeWordValues()
/external/chromium/third_party/icu/source/tools/gennames/
Dgennames.c283 compareWords(const void *context, const void *word1, const void *word2);
916 compareWords(const void *context, const void *word1, const void *word2) { in compareWords() argument
918 return ((Word *)word2)->weight-((Word *)word1)->weight; in compareWords()
/external/icu4c/tools/gennames/
Dgennames.c301 compareWords(const void *context, const void *word1, const void *word2);
1032 compareWords(const void *context, const void *word1, const void *word2) { in compareWords() argument
1034 return ((Word *)word2)->weight-((Word *)word1)->weight; in compareWords()