Searched refs:hash_string (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | scalar_analysis.cpp | 585 std::u32string hash_string{}; in operator ()() local 590 hash_string.push_back(static_cast<char32_t>(ch)); in operator ()() 595 PushToString(node->AsSEConstantNode()->FoldToSingleValue(), &hash_string); in operator ()() 603 &hash_string); in operator ()() 608 &hash_string); in operator ()() 610 &hash_string); in operator ()() 612 return std::hash<std::u32string>{}(hash_string); in operator ()() 618 PushToString(node->AsSEValueUnknown()->ResultId(), &hash_string); in operator ()() 625 PushToString(reinterpret_cast<uintptr_t>(child), &hash_string); in operator ()() 628 return std::hash<std::u32string>{}(hash_string); in operator ()()
|
/third_party/spirv-tools/source/opt/ |
D | scalar_analysis.cpp | 585 std::u32string hash_string{}; in operator ()() local 590 hash_string.push_back(static_cast<char32_t>(ch)); in operator ()() 595 PushToString(node->AsSEConstantNode()->FoldToSingleValue(), &hash_string); in operator ()() 603 &hash_string); in operator ()() 608 &hash_string); in operator ()() 610 &hash_string); in operator ()() 612 return std::hash<std::u32string>{}(hash_string); in operator ()() 618 PushToString(node->AsSEValueUnknown()->ResultId(), &hash_string); in operator ()() 625 PushToString(reinterpret_cast<uintptr_t>(child), &hash_string); in operator ()() 628 return std::hash<std::u32string>{}(hash_string); in operator ()()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | scalar_analysis.cpp | 585 std::u32string hash_string{}; in operator ()() local 590 hash_string.push_back(static_cast<char32_t>(ch)); in operator ()() 595 PushToString(node->AsSEConstantNode()->FoldToSingleValue(), &hash_string); in operator ()() 603 &hash_string); in operator ()() 608 &hash_string); in operator ()() 610 &hash_string); in operator ()() 612 return std::hash<std::u32string>{}(hash_string); in operator ()() 618 PushToString(node->AsSEValueUnknown()->ResultId(), &hash_string); in operator ()() 625 PushToString(reinterpret_cast<uintptr_t>(child), &hash_string); in operator ()() 628 return std::hash<std::u32string>{}(hash_string); in operator ()()
|
/third_party/gettext/gettext-runtime/intl/ |
D | hash-string.h | 27 # define __hash_string hash_string
|
D | ChangeLog.0 | 2541 * hash-string.h: Remove hash_string definition. Declare __hash_string. 2542 * dcigettext.c (_nl_find_msg): Adjust hash_string caller. 2938 * hash-string.h (hash_string): Zero-extend each char from the string; 2966 (hash_string): Use ANSI C function declaration. 5001 * hash-string.h (hash_string): 5027 * hash-string.h: Correct prototype for hash_string. 5031 * hash-string.h (hash_string): Add prototype. 5552 * hash-string.h (hash_string):
|
/third_party/gettext/gnulib-local/lib/ |
D | hash.h.diff | 8 size_t hash_string (const char *, size_t) _GL_ATTRIBUTE_PURE;
|
/third_party/boost/boost/compute/ |
D | program.hpp | 656 std::string hash_string = hash; in build_with_source() local 660 boost::optional<program> prog = load_program_binary(hash_string, context); in build_with_source() 689 save_program_binary(hash_string, prog); in build_with_source()
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | program.hpp | 656 std::string hash_string = hash; in build_with_source() local 660 boost::optional<program> prog = load_program_binary(hash_string, context); in build_with_source() 689 save_program_binary(hash_string, prog); in build_with_source()
|
/third_party/gettext/gettext-tools/src/ |
D | write-qt.c | 349 h = hash_string (str); in string_hashcode()
|
D | read-mo.c | 380 nls_uint32 hash_val = hash_string (msgid); in read_mo_file()
|
D | write-mo.c | 562 nls_uint32 hash_val = hash_string (msg_arr[j].str[M_ID].pointer); in write_table()
|
/third_party/quickjs/ |
D | quickjs.c | 2495 static uint32_t hash_string(const JSString *str, uint32_t h) in hash_string() function 2727 h = hash_string(str, atom_type); in __JS_NewAtom() 45537 h = hash_string(JS_VALUE_GET_STRING(key), 0); in map_hash_key()
|