HomeSort by relevance Sort by last modified time
    Searched refs:comment_length (Results 1 - 7 of 7) 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);
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...]
  /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 372 uint16_t comment_length = 0u; // No file comment. variable
    [all...]

Completed in 181 milliseconds