Home
last modified time | relevance | path

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

/external/python/cpython3/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()
/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()