Lines Matching refs:ptrmax
228 unsigned long ptrmin = 0, ptrmax = 0;
284 ptrmax = maxcharp(ptr);
287 else if (keymin > ptrmax + 1) first = middle + 1;
350 if (keymax > ptrmax)
357 ptrmax = maxcharp(ptr);
375 ptrmax >= mincharp(ptr2) - 1)
379 if (ptrmax <= maxcharp(ptr2))
380 ptrmax = maxcharp(ptr2);
397 ptr1->max_char_low = ptrmax & 0xff;
398 ptr1->max_char_high = ptrmax >> 8;