Home
last modified time | relevance | path

Searched refs:hash_bucket (Results 1 – 9 of 9) sorted by relevance

/third_party/freetype/src/base/
Dfthash.c105 hash_bucket( FT_Hashkey key, in hash_bucket() function
152 nbp = hash_bucket( (*bp)->key, hash ); in hash_rehash()
239 FT_Hashnode* bp = hash_bucket( key, hash ); in hash_insert()
304 FT_Hashnode* np = hash_bucket( key, hash ); in hash_lookup()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dfthash.c106 hash_bucket( FT_Hashkey key, in hash_bucket() function
153 nbp = hash_bucket( (*bp)->key, hash ); in hash_rehash()
240 FT_Hashnode* bp = hash_bucket( key, hash ); in hash_insert()
305 FT_Hashnode* np = hash_bucket( key, hash ); in hash_lookup()
/third_party/skia/third_party/externals/freetype/src/base/
Dfthash.c105 hash_bucket( FT_Hashkey key, in hash_bucket() function
152 nbp = hash_bucket( (*bp)->key, hash ); in hash_rehash()
239 FT_Hashnode* bp = hash_bucket( key, hash ); in hash_insert()
304 FT_Hashnode* np = hash_bucket( key, hash ); in hash_lookup()
/third_party/boost/tools/build/src/engine/
Dhash.cpp86 #define hash_bucket(hp, keyval) ((hp)->tab.base + ((keyval) % (hp)->tab.nel)) macro
129 ITEM * i = *hash_bucket( hp, keyval ); in hash_search()
168 ITEM * * base = hash_bucket( hp, keyval ); in hash_insert()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.261781 (hash_bucket, ft_hash_free): Use them.
1794 * src/base/fthash.c (hash_bucket): Updated.
DChangeLog.215816 * src/bdf/bdflib.c (hash_bucket, hash_lookup): Use `const' for first
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.261781 (hash_bucket, ft_hash_free): Use them.
1794 * src/base/fthash.c (hash_bucket): Updated.
/third_party/freetype/
DChangeLog.261781 (hash_bucket, ft_hash_free): Use them.
1794 * src/base/fthash.c (hash_bucket): Updated.
DChangeLog.215816 * src/bdf/bdflib.c (hash_bucket, hash_lookup): Use `const' for first