OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:comment_length
(Results
1 - 3
of
3
) sorted by null
/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
Completed in 172 milliseconds