Home | History | Annotate | Download | only in util

Lines Matching refs:ptrmax

237     unsigned long ptrmin = 0, ptrmax = 0;
293 ptrmax = maxcharp(ptr);
296 else if (keymin > ptrmax + 1) first = middle + 1;
359 if (keymax > ptrmax)
366 ptrmax = maxcharp(ptr);
384 ptrmax >= mincharp(ptr2) - 1)
388 if (ptrmax <= maxcharp(ptr2))
389 ptrmax = maxcharp(ptr2);
406 ptr1->max_char_low = ptrmax & 0xff;
407 ptr1->max_char_high = ptrmax >> 8;