HomeSort by relevance Sort by last modified time
    Searched refs:sig_bytes (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
login_library.cc 313 uint8 sig_bytes[] = { 0, 0 }; local
314 CryptoBlob sig = { sig_bytes, arraysize(sig_bytes) };
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 142 png_byte sig_bytes; /* magic bytes read/written from start of file */ member in struct:png_struct_def
  /external/libpng/
pngpread.c 121 png_size_t num_checked = png_ptr->sig_bytes,
131 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes + num_to_check);
143 if (png_ptr->sig_bytes >= 8)
    [all...]
pngread.c 366 if (png_ptr->sig_bytes < 8)
368 png_size_t num_checked = png_ptr->sig_bytes,
372 png_ptr->sig_bytes = 8;
    [all...]
png.c 110 png_ptr->sig_bytes = (png_byte)(num_bytes < 0 ? 0 : num_bytes);
pngwutil.c 68 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],
69 (png_size_t)(8 - png_ptr->sig_bytes));
70 if (png_ptr->sig_bytes < 3)
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 107 png_size_t num_checked = png_ptr->sig_bytes,
117 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes+num_to_check);
129 if (png_ptr->sig_bytes >= 8)
    [all...]
pngread.c 330 if (png_ptr->sig_bytes < 8)
332 png_size_t num_checked = png_ptr->sig_bytes,
336 png_ptr->sig_bytes = 8;
    [all...]
png.c 105 png_ptr->sig_bytes = (png_byte)(num_bytes < 0 ? 0 : num_bytes);
pngwutil.c 136 png_write_data(png_ptr, &png_signature[png_ptr->sig_bytes],
137 (png_size_t)8 - png_ptr->sig_bytes);
138 if(png_ptr->sig_bytes < 3)
    [all...]
png.h 1195 png_byte sig_bytes; \/* magic bytes read\/written from start of file *\/ member in struct:png_struct_def
    [all...]

Completed in 316 milliseconds