OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrmax
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libXfont/dist/src/util/
fontutil.c
237
unsigned long ptrmin = 0,
ptrmax
= 0;
local
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
[
all
...]
/xsrc/external/mit/libXfont2/dist/src/util/
fontutil.c
228
unsigned long ptrmin = 0,
ptrmax
= 0;
local
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
[
all
...]
Completed in 6 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026