HomeSort by relevance Sort by last modified time
    Searched full:profile_length (Results 1 - 3 of 3) sorted by null

  /external/libpng/
pngrutil.c 1067 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...]
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 443 milliseconds