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

  /external/libjpeg-turbo/
wrjpgcom.c 414 unsigned int comment_length = 0; local
457 comment_length = (unsigned int) strlen(comment_arg);
458 if (comment_length > 0 && comment_arg[comment_length-1] == '"') {
459 comment_arg[comment_length-1] = '\0'; /* zap terminating quote */
478 comment_length = (unsigned int) strlen(comment_arg);
553 comment_length = 0;
556 if (comment_length >= (unsigned int) MAX_COM_LENGTH) {
561 comment_arg[comment_length++] = (char) c;
575 if (comment_length > 0)
    [all...]
  /system/core/libziparchive/
zip_archive_common.h 59 uint16_t comment_length; member in struct:EocdRecord
105 uint16_t comment_length; member in struct:CentralDirectoryRecord
zip_archive.cc 205 const off64_t calculated_length = eocd_offset + sizeof(EocdRecord) + eocd->comment_length;
359 const uint16_t comment_length = cdr->comment_length; local
384 ptr += sizeof(CentralDirectoryRecord) + file_name_length + extra_length + comment_length;
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
archive.h 40 short comment_length; member in struct:cdir
extract.c 244 pcdir->comment_length;
  /external/python/cpython3/PC/bdist_wininst/
archive.h 39 short comment_length; member in struct:cdir
extract.c 243 pcdir->comment_length;
  /bootable/recovery/applypatch/
imgdiff.cpp 816 uint16_t comment_length = get_unaligned<uint16_t>(&file_content_[i + 20]); local
817 size_t file_size = i + 22 + comment_length;
    [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 381 uint16_t comment_length = 0u; // No file comment. variable
    [all...]

Completed in 587 milliseconds