HomeSort by: relevance | last modified time | path
    Searched defs:LENGTH (Results 1 - 23 of 23) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 469 #define LENGTH 78
500 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_chat.c 39 /* line or else zero if the length limit was exceeded.
318 #define LENGTH 78
346 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
  /src/games/worm/
worm.c 61 #define LENGTH 7
79 static int start_len = LENGTH;
141 start_len = LENGTH;
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.h 27 EXLEN, /* i: waiting for extra length (gzip) */
36 STORED, /* i: waiting for stored size (length and complement) */
39 LENLENS, /* i: waiting for code length code lengths */
40 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit code */
42 LENEXT, /* i: waiting for length extra bits */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
75 CHECK -> LENGTH -> DONE
99 unsigned length; /* literal or length of data to copy * member in struct:inflate_state
    [all...]
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_util.c 622 #define LENGTH 79
628 line_wrap(STR(bounce_info->buf), LENGTH, INDENT,
  /src/common/dist/zlib/
inflate.h 25 EXLEN, /* i: waiting for extra length (gzip) */
34 STORED, /* i: waiting for stored size (length and complement) */
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
42 LENEXT, /* i: waiting for length extra bits */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
77 CHECK -> LENGTH -> DONE
105 unsigned length; /* literal or length of data to copy * member in struct:inflate_state
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length : stride ]
25 /// [ lower-bound : length : ]
26 /// [ lower-bound : length ]
30 /// [ : length : stride ]
31 /// [ : length : ]
32 /// [ : length ]
39 /// subscript expressions can be used to specify length-one dimensions of
41 /// Each of the lower-bound, length, and stride expressions if specified must be
46 /// lower-bound + ((length - 1) * stride) }
48 /// The lower-bound and length must evaluate to non-negative integers
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
inflate.h 25 EXLEN, /* i: waiting for extra length (gzip) */
34 STORED, /* i: waiting for stored size (length and complement) */
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
42 LENEXT, /* i: waiting for length extra bits */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
77 CHECK -> LENGTH -> DONE
105 unsigned length; /* literal or length of data to copy * member in struct:inflate_state
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
inflate.h 25 EXLEN, /* i: waiting for extra length (gzip) */
34 STORED, /* i: waiting for stored size (length and complement) */
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
42 LENEXT, /* i: waiting for length extra bits */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
77 CHECK -> LENGTH -> DONE
105 unsigned length; /* literal or length of data to copy * member in struct:inflate_state
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
inflate.h 25 EXLEN, /* i: waiting for extra length (gzip) */
34 STORED, /* i: waiting for stored size (length and complement) */
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
42 LENEXT, /* i: waiting for length extra bits */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
77 CHECK -> LENGTH -> DONE
105 unsigned length; /* literal or length of data to copy * member in struct:inflate_state
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
inflate.h 25 EXLEN, /* i: waiting for extra length (gzip) */
34 STORED, /* i: waiting for stored size (length and complement) */
38 LENLENS, /* i: waiting for code length code lengths */
39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
42 LENEXT, /* i: waiting for length extra bits */
48 LENGTH, /* i: waiting for 32-bit length (gzip) */
77 CHECK -> LENGTH -> DONE
105 unsigned length; /* literal or length of data to copy * member in struct:inflate_state
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 21 * - Remove unnecessary second byte pull from length extra in inffast.c
78 * - Changed inflateBack() argument and in_func typedef to swap the length
114 EXLEN, /* i: waiting for extra length (gzip) */
123 STORED, /* i: waiting for stored size (length and complement) */
126 LENLENS, /* i: waiting for code length code lengths */
127 CODELENS, /* i: waiting for length/lit and distance code lengths */
128 LEN, /* i: waiting for length/lit code */
129 LENEXT, /* i: waiting for length extra bits */
135 LENGTH, /* i: waiting for 32-bit length (gzip) *
220 unsigned length; \/* literal or length of data to copy *\/ member in struct:inflate_state
    [all...]
  /src/bin/sh/
expand.c 1210 #define LENGTH (expdest - START)
1253 VTRACE(DBG_EXPAND, (": %.*s\n", LENGTH, START));
1275 (":= \"%s\"\n", showstr(START, LENGTH)));
1299 (":: \"%s\"\n", showstr(START, LENGTH)));
1316 VTRACE(DBG_EXPAND, (": \"%s\"\n", showstr(START, LENGTH)));
1336 VTRACE(DBG_EXPAND, (": \"%s\"\n", showstr(START, LENGTH)));
1344 VTRACE(DBG_EXPAND, (": %.*s\n", LENGTH, START));
2180 * String is modified in place, and we return the length of the result
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 88 #define LENGTH 341
ldgram.c 224 #define LENGTH 341
2105 "NOCROSSREFS","NOCROSSREFS_TO","ORIGIN","FILL","LENGTH","CREATE_OBJECT_SYMBOLS",
2119 "wildcard_maybe_reverse","length","phdr_qualifiers","nocrossref_list",
2300 "statement : length '(' mustbe_exp ')'",
2312 "length : QUAD",
2313 "length : SQUAD",
2314 "length : LONG",
2315 "length : SHORT",
2316 "length : BYTE",
2348 "length_spec : LENGTH '=' mustbe_exp"
    [all...]
ldlex.c 2097 { RTOKEN(LENGTH); }
2452 { RTOKEN(LENGTH); }
2457 { RTOKEN(LENGTH); }
3735 /** Get the length of the current token.
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 141 LENGTH = 342, /* LENGTH */
286 #define LENGTH 342
ldlex.c 2097 { RTOKEN(LENGTH); }
2452 { RTOKEN(LENGTH); }
2457 { RTOKEN(LENGTH); }
3735 /** Get the length of the current token.
ldgram.c 242 LENGTH = 342, /* LENGTH */
387 #define LENGTH 342
599 YYSYMBOL_LENGTH = 103, /* LENGTH */
708 YYSYMBOL_length = 212, /* length */
1270 "NOFLOAT", "NOCROSSREFS", "NOCROSSREFS_TO", "ORIGIN", "FILL", "LENGTH",
1292 "statement_list", "statement_list_opt", "length", "fill_exp", "fill_opt",
3447 case 159: /* statement: length '(' mustbe_exp ')' */
3502 case 171: /* length: QUAD */
3508 case 172: /* length: SQUAD *
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 322 LENGTH = 620,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 326 LENGTH = 620,
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 344 HOST_WIDE_INT length; local
382 gfc_extract_hwi (len, &length);
383 string = gfc_get_wide_string (length + 1);
384 gfc_wide_memset (string, 0, length);
389 gfc_extract_hwi (len, &length);
390 string = gfc_get_wide_string (length + 1);
391 gfc_wide_memset (string, 255, length);
395 length = 0;
399 string[length] = '\0';
400 e->value.character.length = length
4521 HOST_WIDE_INT istart, iend, length; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 318 HOST_WIDE_INT length; local
356 gfc_extract_hwi (len, &length);
357 string = gfc_get_wide_string (length + 1);
358 gfc_wide_memset (string, 0, length);
363 gfc_extract_hwi (len, &length);
364 string = gfc_get_wide_string (length + 1);
365 gfc_wide_memset (string, 255, length);
369 length = 0;
373 string[length] = '\0';
374 e->value.character.length = length
4466 HOST_WIDE_INT istart, iend, length; local
    [all...]

Completed in 42 milliseconds