Searched refs:comment_length (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrjpgcom.c420 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 >
[all...]
/external/jpeg/
H A Dwrjpgcom.c420 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 >
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dwrjpgcom.c420 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 >
[all...]
/external/chromium_org/tools/json_schema_compiler/
H A Dcode.py11 def __init__(self, indent_size=2, comment_length=80):
15 self._comment_length = comment_length

Completed in 1413 milliseconds