Home
last modified time | relevance | path

Searched refs:myhash (Results 1 – 7 of 7) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.search/func.search.bmh/
Dimplicit_ctad.pass.cpp28 struct myhash : std::hash<char> { }; in main() struct
30 std::boyer_moore_horspool_searcher searcher(str, str + 3, myhash{}, std::not_equal_to<>()); in main()
31 …ASSERT_SAME_TYPE(decltype(searcher), std::boyer_moore_horspool_searcher<char const*, myhash, std::… in main()
34 struct myhash : std::hash<char> { }; in main() struct
36 std::boyer_moore_horspool_searcher searcher(str, str + 3, myhash{}); in main()
37 …ASSERT_SAME_TYPE(decltype(searcher), std::boyer_moore_horspool_searcher<char const*, myhash, std::… in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.search/func.search.bm/
Dimplicit_ctad.pass.cpp28 struct myhash : std::hash<char> { }; in main() struct
30 std::boyer_moore_searcher searcher(str, str + 3, myhash{}, std::not_equal_to<>()); in main()
31 …ASSERT_SAME_TYPE(decltype(searcher), std::boyer_moore_searcher<char const*, myhash, std::not_equal… in main()
34 struct myhash : std::hash<char> { }; in main() struct
36 std::boyer_moore_searcher searcher(str, str + 3, myhash{}); in main()
37 …ASSERT_SAME_TYPE(decltype(searcher), std::boyer_moore_searcher<char const*, myhash, std::equal_to<… in main()
/external/curl/lib/
Dcookie.c509 size_t myhash; in Curl_cookie_add() local
1072 myhash = cookiehash(co->domain); in Curl_cookie_add()
1073 clist = c->cookies[myhash]; in Curl_cookie_add()
1198 c->cookies[myhash] = co; in Curl_cookie_add()
1431 const size_t myhash = cookiehash(host); in Curl_cookie_getlist() local
1433 if(!c || !c->cookies[myhash]) in Curl_cookie_getlist()
1442 co = c->cookies[myhash]; in Curl_cookie_getlist()
/external/ipsec-tools/src/racoon/
Disakmp_quick.c1508 vchar_t *myhash = NULL; local
1543 myhash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
1544 if (myhash == NULL)
1549 + sizeof(struct isakmp_gen) + myhash->l
1564 p = set_isakmp_payload(p, myhash, ISAKMP_NPTYPE_N);
1596 if (myhash != NULL)
1597 vfree(myhash);
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py949 def myhash(s, magic): function
985 hash = myhash
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py1169 def myhash(s, magic): function
1207 hash = myhash
/external/ow2-asm/tools/retrofitter/src/main/resources/
Djdk1.5.0.12.txt.gz