Searched refs:hash_bucket (Results 1 – 9 of 9) sorted by relevance
/third_party/freetype/src/base/ |
D | fthash.c | 105 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/ |
D | fthash.c | 106 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/ |
D | fthash.c | 105 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/ |
D | hash.cpp | 86 #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/ |
D | ChangeLog.26 | 1781 (hash_bucket, ft_hash_free): Use them. 1794 * src/base/fthash.c (hash_bucket): Updated.
|
D | ChangeLog.21 | 5816 * src/bdf/bdflib.c (hash_bucket, hash_lookup): Use `const' for first
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.26 | 1781 (hash_bucket, ft_hash_free): Use them. 1794 * src/base/fthash.c (hash_bucket): Updated.
|
/third_party/freetype/ |
D | ChangeLog.26 | 1781 (hash_bucket, ft_hash_free): Use them. 1794 * src/base/fthash.c (hash_bucket): Updated.
|
D | ChangeLog.21 | 5816 * src/bdf/bdflib.c (hash_bucket, hash_lookup): Use `const' for first
|