Home
last modified time | relevance | path

Searched refs:string_hasher (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/opentype/
H A Dfont_settings.cc31 StringHasher string_hasher; in GetHash() local
34 string_hasher.AddCharacter(tag[j]); in GetHash()
36 WTF::AddIntToHash(computed_hash, string_hasher.GetHash()); in GetHash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/text/
H A Dutf8.cc369 StringHasher string_hasher; in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits() local
375 string_hasher.AddCharacter(*data++); in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits()
404 string_hasher.AddCharacter(static_cast<UChar>(character)); // normal case in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits()
407 string_hasher.AddCharacters(static_cast<UChar>(U16_LEAD(character)), in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits()
415 return string_hasher.HashWithTop8BitsMasked(); in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/
H A Dutf8.cc369 StringHasher string_hasher; in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits() local
375 string_hasher.AddCharacter(*data++); in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits()
404 string_hasher.AddCharacter(static_cast<UChar>(character)); // normal case in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits()
407 string_hasher.AddCharacters(static_cast<UChar>(U16_LEAD(character)), in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits()
415 return string_hasher.HashWithTop8BitsMasked(); in CalculateStringHashAndLengthFromUTF8MaskingTop8Bits()
/dports/lang/gcc12-devel/gcc-12-20211205/libcc1/
H A Dcontext.hh63 struct string_hasher : nofree_ptr_hash<const char> struct
93 hash_table<string_hasher> file_names;
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/examples/word_count/
H A Dword_count.hpp76 std::hash<std::string> string_hasher; in HashWordCountExample() local
90 return HashWordCount(HashWord(string_hasher(word), word), 1); in HashWordCountExample()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dfont_description.cc305 StringHasher string_hasher; in StyleHashWithoutFamilyList() local
312 string_hasher.AddCharacter(tag[j]); in StyleHashWithoutFamilyList()
323 string_hasher.AddCharacter(locale[i]); in StyleHashWithoutFamilyList()
325 WTF::AddIntToHash(hash, string_hasher.GetHash()); in StyleHashWithoutFamilyList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dfont_description.cc331 StringHasher string_hasher; in StyleHashWithoutFamilyList() local
347 string_hasher.AddCharacter(locale[i]); in StyleHashWithoutFamilyList()
349 WTF::AddIntToHash(hash, string_hasher.GetHash()); in StyleHashWithoutFamilyList()
/dports/devel/idutils/idutils-4.6/lib/
H A Dexclude.c167 string_hasher (void const *data, size_t n_buckets) in string_hasher() function
238 : string_hasher, in new_exclude_segment()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dexclude.c160 string_hasher (void const *data, size_t n_buckets) in string_hasher() function
231 : string_hasher, in new_exclude_segment()
/dports/archivers/gtar/tar-1.34/gnu/
H A Dexclude.c198 string_hasher (void const *data, size_t n_buckets) in string_hasher() function
269 : string_hasher, in new_exclude_segment()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dexclude.c198 string_hasher (void const *data, size_t n_buckets) in string_hasher() function
269 : string_hasher, in new_exclude_segment()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dexclude.c198 string_hasher (void const *data, size_t n_buckets) in string_hasher() function
269 : string_hasher, in new_exclude_segment()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dexclude.c198 string_hasher (void const *data, size_t n_buckets) in string_hasher() function
269 : string_hasher, in new_exclude_segment()
/dports/textproc/gnugrep/grep-3.7/lib/
H A Dexclude.c198 string_hasher (void const *data, size_t n_buckets) in string_hasher() function
269 : string_hasher, in new_exclude_segment()
/dports/textproc/diffutils/diffutils-3.8/lib/
H A Dexclude.c198 string_hasher (void const *data, size_t n_buckets) in string_hasher() function
269 : string_hasher, in new_exclude_segment()
/dports/lang/gcc6-aux/gcc-6-20180516/libcc1/
H A DChangeLog37 * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
H A Dplugin.cc134 struct string_hasher : nofree_ptr_hash<const char> struct
176 hash_table<string_hasher> file_names;
/dports/lang/gnat_util/gcc-6-20180516/libcc1/
H A DChangeLog37 * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
H A Dplugin.cc134 struct string_hasher : nofree_ptr_hash<const char> struct
176 hash_table<string_hasher> file_names;
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dvolume.cc160 std::hash<std::string> string_hasher; in operator ()() local
161 return BLI_ghashutil_combine_hash(string_hasher(entry.filepath), in operator ()()
162 string_hasher(entry.grid_name)); in operator ()()
/dports/lang/gcc8/gcc-8.5.0/libcc1/
H A Dlibcc1plugin.cc135 struct string_hasher : nofree_ptr_hash<const char> struct
177 hash_table<string_hasher> file_names;
/dports/lang/gcc10/gcc-10.3.0/libcc1/
H A Dlibcc1plugin.cc135 struct string_hasher : nofree_ptr_hash<const char> struct
177 hash_table<string_hasher> file_names;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libcc1/
H A Dlibcc1plugin.cc135 struct string_hasher : nofree_ptr_hash<const char> struct
177 hash_table<string_hasher> file_names;
/dports/lang/gcc11-devel/gcc-11-20211009/libcc1/
H A Dlibcc1plugin.cc135 struct string_hasher : nofree_ptr_hash<const char> struct
177 hash_table<string_hasher> file_names;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libcc1/
H A Dlibcc1plugin.cc135 struct string_hasher : nofree_ptr_hash<const char> struct
177 hash_table<string_hasher> file_names;

123