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

  /external/chromium_org/third_party/libjpeg_turbo/
wrjpgcom.c 420 unsigned int comment_length = 0; local
458 comment_length = (unsigned int) strlen(comment_arg);
459 if (comment_length > 0 && comment_arg[comment_length-1] == '"') {
460 comment_arg[comment_length-1] = '\0'; /* zap terminating quote */
469 comment_length = (unsigned int) strlen(comment_arg);
544 comment_length = 0;
547 if (comment_length >= (unsigned int) MAX_COM_LENGTH) {
552 comment_arg[comment_length++] = (char) c;
566 if (comment_length > 0)
    [all...]
  /external/jpeg/
wrjpgcom.c 420 unsigned int comment_length = 0; local
458 comment_length = (unsigned int) strlen(comment_arg);
459 if (comment_length > 0 && comment_arg[comment_length-1] == '"') {
460 comment_arg[comment_length-1] = '\0'; /* zap terminating quote */
469 comment_length = (unsigned int) strlen(comment_arg);
544 comment_length = 0;
547 if (comment_length >= (unsigned int) MAX_COM_LENGTH) {
552 comment_arg[comment_length++] = (char) c;
566 if (comment_length > 0)
    [all...]
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 420 unsigned int comment_length = 0; local
458 comment_length = (unsigned int) strlen(comment_arg);
459 if (comment_length > 0 && comment_arg[comment_length-1] == '"') {
460 comment_arg[comment_length-1] = '\0'; /* zap terminating quote */
469 comment_length = (unsigned int) strlen(comment_arg);
544 comment_length = 0;
547 if (comment_length >= (unsigned int) MAX_COM_LENGTH) {
552 comment_arg[comment_length++] = (char) c;
566 if (comment_length > 0)
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
code.py 11 def __init__(self, indent_size=2, comment_length=80):
15 self._comment_length = comment_length
  /system/core/libziparchive/
zip_archive.cc 84 uint16_t comment_length; member in struct:EocdRecord
128 uint16_t comment_length; member in struct:CentralDirectoryRecord
493 + eocd->comment_length;
640 const uint16_t comment_length = cdr->comment_length; local
658 ptr += sizeof(CentralDirectoryRecord) + file_name_length + extra_length + comment_length;
    [all...]

Completed in 90 milliseconds