Searched refs:best_length (Results 1 – 5 of 5) sorted by relevance
71 size_t best_length = 0; in GetStorageInfoForPath() local81 if (relative.value().size() < best_length) { in GetStorageInfoForPath()83 best_length = relative.value().size(); in GetStorageInfoForPath()
172 uint32_t best_length = 1; in HashChainFindCopy() local191 if (argb[pos + best_length - 1] != argb_start[best_length - 1]) { in HashChainFindCopy()195 if (curr_length < best_length) { in HashChainFindCopy()214 best_length = curr_length; in HashChainFindCopy()220 best_length >= 128) { in HashChainFindCopy()226 *length_ptr = best_length; in HashChainFindCopy()227 return (best_length >= MIN_LENGTH); in HashChainFindCopy()
277 unsigned int best_length = 0; in GetPrefix() local304 prefixlist->PrefixLength > best_length) { in GetPrefix()306 best_length = prefixlist->PrefixLength; in GetPrefix()311 return best_length; in GetPrefix()
268 size_t best_length = in MaybeTakeNewNamespaceEntry() local271 if (candidate_length > best_length) { in MaybeTakeNewNamespaceEntry()273 } else if (candidate_length == best_length && in MaybeTakeNewNamespaceEntry()