Searched refs:word3 (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist/
H A Dpcrecpp_unittest.cc420 string word3; local
423 CHECK(r.PartialMatch("foo", &word1, &word2, &word3));
426 CHECK_EQ(word3, "");
427 CHECK(r.PartialMatch("bar", &word1, &word2, &word3));
430 CHECK_EQ(word3, "");
431 CHECK(r.PartialMatch("baz", &word1, &word2, &word3));
434 CHECK_EQ(word3, "baz");
435 CHECK(!r.PartialMatch("f", &word1, &word2, &word3));
/external/regex-re2/re2/testing/
H A Dre2_test.cc322 string word3; local
324 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3));
327 CHECK_EQ(word3, "");
328 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3));
331 CHECK_EQ(word3, "");
332 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3));
335 CHECK_EQ(word3, "baz");
336 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3));
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c14671 UInt word3 = 0xE1A0CEEC; local
14675 getUIntLittleEndianly(code+ 8) == word3 &&
17548 UInt word3 = 0x7C7CEA4F; local
17552 getUIntLittleEndianly(code+ 8) == word3 &&
H A Dguest_arm64_toIR.c13881 UInt word3 = 0x93CCCD8C; local
13885 getUIntLittleEndianly(code+ 8) == word3 &&
H A Dguest_mips_toIR.c12102 UInt word3 = mode64 ? 0x778 : 0xC2; local
12105 getUInt(code + 8) == word3 && getUInt(code + 12) == word4) {
H A Dguest_ppc_toIR.c19079 UInt word3 = mode64 ? 0x7800E802 : 0x5400E83E; local
19084 getUIntPPCendianly(code+ 8) == word3 &&

Completed in 1198 milliseconds