Searched refs:word1 (Results 1 – 9 of 9) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | setdiff_test.cpp | 74 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()
|
D | setinter_test.cpp | 68 const char* word1 = "ABCDEFGHIJKLMNO"; in setintr2() local 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setintr2()
|
D | setunion_test.cpp | 71 const char* word1 = "ABCDEFGHIJKLMNO"; in setunon2() local 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setunon2()
|
D | swap_test.cpp | 57 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()
|
/ndk/tests/device/test-stlport/unit/ |
D | setdiff_test.cpp | 74 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()
|
D | setinter_test.cpp | 68 const char* word1 = "ABCDEFGHIJKLMNO"; in setintr2() local 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setintr2()
|
D | setunion_test.cpp | 71 const char* word1 = "ABCDEFGHIJKLMNO"; in setunon2() local 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setunon2()
|
D | swap_test.cpp | 57 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()
|
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 223 #define word1(x) ((x).ul[0]) macro 226 #define word1(x) ((x).ul[1]) macro 1286 word1(a) = 0; 1293 word1(a) = 0; 1298 word1(a) = L >= 31 ? 1 : 1 << (31 - L); 1320 #define d1 word1(d) 1370 word1(d) = d1 >> 16 | d1 << 16; 1397 d1 = word1(d) >> 16 | word1(d) << 16; 1400 #define d1 word1(d) 1648 word1(rv) = NAN_WORD1; [all …]
|