OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_length
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libpng/
pngrutil.c
1057
png_uint_32 profile_size,
profile_length
;
local
[
all
...]
/external/libpng/
pngrutil.c
1073
png_uint_32 profile_size,
profile_length
;
local
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngrutil.c
995
png_uint_32 profile_size,
profile_length
;
local
1067
profile_length
= data_length - prefix_length;
1069
if ( prefix_length > data_length ||
profile_length
< 4)
1083
if(profile_size <
profile_length
)
1084
profile_length
= profile_size;
1086
if(profile_size >
profile_length
)
[
all
...]
Completed in 41 milliseconds