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

  /external/libjpeg-turbo/
wrjpgcom.c 413 unsigned int comment_length = 0; local
456 comment_length = (unsigned int) strlen(comment_arg);
457 if (comment_length > 0 && comment_arg[comment_length-1] == '"') {
458 comment_arg[comment_length-1] = '\0'; /* zap terminating quote */
477 comment_length = (unsigned int) strlen(comment_arg);
552 comment_length = 0;
555 if (comment_length >= (unsigned int) MAX_COM_LENGTH) {
560 comment_arg[comment_length++] = (char) c;
574 if (comment_length > 0)
    [all...]
  /system/core/libziparchive/
zip_archive_common.h 59 uint16_t comment_length; member in struct:EocdRecord
104 uint16_t comment_length; member in struct:CentralDirectoryRecord
zip_archive.cc 261 + eocd->comment_length;
405 const uint16_t comment_length = cdr->comment_length; local
424 ptr += sizeof(CentralDirectoryRecord) + file_name_length + extra_length + comment_length;
    [all...]
  /build/tools/ijar/
zip.cc 645 u2 comment_length = get_u2le(p); local
648 if (current + comment_length + CENTRAL_DIR_LOCATOR_SIZE
    [all...]
  /art/compiler/
oat_test.cc 339 uint16_t comment_length = 0u; // No file comment. variable
    [all...]

Completed in 191 milliseconds