Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/cjkcodecs/
Dcjkcodecs.h320 const struct pair_encodemap *haystack, int haystacksize) in find_pairencmap() argument
326 max = haystacksize; in find_pairencmap()
328 for (pos = haystacksize >> 1; min != max; pos = (min + max) >> 1) { in find_pairencmap()