Home
last modified time | relevance | path

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

/third_party/python/Modules/cjkcodecs/
Dcjkcodecs.h325 const struct pair_encodemap *haystack, int haystacksize) in find_pairencmap() argument
331 max = haystacksize; in find_pairencmap()
333 for (pos = haystacksize >> 1; min != max; pos = (min + max) >> 1) { in find_pairencmap()