OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_aux
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/pfr/
pfrload.c
720
FT_ULong
num_aux
;
local
770
num_aux
= PFR_NEXT_ULONG( p );
772
if (
num_aux
> 0 )
778
PFR_CHECK(
num_aux
);
779
p +=
num_aux
;
781
while (
num_aux
> 0 )
790
if ( length < 4 || length >
num_aux
)
834
num_aux
-= length;
/external/freetype/src/pfr/
pfrload.c
720
FT_ULong
num_aux
;
local
770
num_aux
= PFR_NEXT_ULONG( p );
772
if (
num_aux
> 0 )
778
PFR_CHECK(
num_aux
);
779
p +=
num_aux
;
781
while (
num_aux
> 0 )
790
if ( length < 4 || length >
num_aux
)
834
num_aux
-= length;
Completed in 1339 milliseconds