Searched refs:hashed (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/kits/interface/textview_support/
H A DWidthBuffer.cpp239 uint32 hashed = Hash(value) & (table.tableCount - 1); local
242 while ((found = widths[hashed].code) != kInvalidCode) {
246 if (++hashed >= (uint32)table.tableCount)
247 hashed = 0;
254 *escapement = widths[hashed].escapement;
311 uint32 hashed = Hash(value) & (table.tableCount - 1); local
313 while ((found = widths[hashed].code) != kInvalidCode) {
316 if (++hashed >= (uint32)table.tableCount)
317 hashed = 0;
322 widths[hashed]
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddictionary.c173 struct dictionary_hashed hashed; member in union:dictionary::__anon3693
187 #define DICT_HASHED_NBUCKETS(d) (d)->data.hashed.nbuckets
188 #define DICT_HASHED_BUCKETS(d) (d)->data.hashed.buckets
218 hashed dictionaries, the bucket of the last symbol returned. */
220 /* For hashed dictionaries, this points to the last symbol returned;

Completed in 69 milliseconds