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

/haiku/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...]

Completed in 38 milliseconds