HomeSort by: relevance | last modified time | path
    Searched refs:LENGTH (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/bsd/unbound/dist/contrib/android/
setenv_android.sh 172 LENGTH=${#ANDROID_TOOLCHAIN}
173 SUBSTR=${PATH:0:$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/gpl3/gcc.old/dist/gcc/
gcov-io.h 47 string. Zero length and NULL strings are simply stored as a length
52 string: int32:0 | int32:length char* char:0
88 A record has a tag, length and variable amount of data.
91 header: int32:tag int32:length
97 LENGTH is the number of 4bytes that follow and is usually used to
124 can be inferred from its data length. There is one ARCS record per
126 data length. It enumerates the destination bb and per-arc flags.
245 All length values are in bytes. */
255 #define GCOV_TAG_ARCS_NUM(LENGTH) (((LENGTH / GCOV_WORD_SIZE) - 1) / 2
    [all...]
  /src/bin/expr/
expr.y 75 %left LENGTH
119 | LENGTH expr {
136 | LENGTH
366 } else if (strcmp(p, "length") == 0)
367 retval = LENGTH;
  /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/bsd/unbound/dist/contrib/ios/
setenv_ios.sh 244 LENGTH=${#XCODE_TOOLCHAIN}
245 SUBSTR=${PATH:0:$LENGTH}
  /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/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/games/worm/
worm.c 61 #define LENGTH 7
79 static int start_len = LENGTH;
141 start_len = LENGTH;
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.h 391 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \
392 ((LENGTH) = tilegx_adjust_insn_length ((INSN), (LENGTH)))
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.h 348 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \
349 ((LENGTH) = tilepro_adjust_insn_length ((INSN), (LENGTH)))
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.h 498 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \
499 (LENGTH = avr_adjust_insn_length (INSN, LENGTH))
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.h 652 #define ADJUST_INSN_LENGTH(INSN,LENGTH) \
655 (LENGTH) = rx_adjust_insn_length ((INSN), (LENGTH)); \
  /src/external/gpl3/gcc.old/dist/gcc/config/v850/
v850.h 329 of length N_REG_CLASSES. */
544 /* Length in units of the trampoline for entering a nested function. */
843 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \
844 ((LENGTH) = v850_adjust_insn_length ((INSN), (LENGTH)))
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 88 #define LENGTH 341
ldlex.l 265 <SCRIPT,EXPRESSION>"LENGTH" { RTOKEN(LENGTH); }
336 <SCRIPT>"l" { RTOKEN(LENGTH); }
337 <SCRIPT>"len" { RTOKEN(LENGTH); }
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 141 LENGTH = 342, /* LENGTH */
286 #define LENGTH 342
ldlex.l 265 <SCRIPT,EXPRESSION>"LENGTH" { RTOKEN(LENGTH); }
336 <SCRIPT>"l" { RTOKEN(LENGTH); }
337 <SCRIPT>"len" { RTOKEN(LENGTH); }
  /src/external/gpl3/gcc.old/dist/gcc/config/
elfos.h 465 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
466 default_elf_asm_output_ascii ((FILE), (STR), (LENGTH))
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.h 289 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
290 nvptx_output_ascii (FILE, STR, LENGTH);
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.h 781 /* If defined, modifies the length assigned to instruction INSN as a
782 function of the context in which it is used. LENGTH is an lvalue
783 that contains the initially computed length of the insn and should
784 be updated with the correct length of the insn. */
785 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \
786 ((LENGTH) = iq2000_adjust_insn_length ((INSN), (LENGTH)))
  /src/external/gpl3/binutils/dist/ld/scripttempl/
elfarcv2.sc 124 ICCM : ORIGIN = __TEXT_REGION_ORIGIN__, LENGTH = __TEXT_REGION_LENGTH__
125 DCCM : ORIGIN = __DATA_REGION_ORIGIN__, LENGTH = __DATA_REGION_LENGTH__
295 ${RELOCATING+ PROVIDE (__stack_top = (ORIGIN (${DATA_MEMORY}) + LENGTH (${DATA_MEMORY}) - 1) & -4);}
296 ${RELOCATING+ PROVIDE (__end_heap = ORIGIN (${DATA_MEMORY}) + LENGTH (${DATA_MEMORY}) - 1);}
  /src/external/gpl3/binutils.old/dist/ld/scripttempl/
elfarcv2.sc 124 ICCM : ORIGIN = __TEXT_REGION_ORIGIN__, LENGTH = __TEXT_REGION_LENGTH__
125 DCCM : ORIGIN = __DATA_REGION_ORIGIN__, LENGTH = __DATA_REGION_LENGTH__
295 ${RELOCATING+ PROVIDE (__stack_top = (ORIGIN (${DATA_MEMORY}) + LENGTH (${DATA_MEMORY}) - 1) & -4);}
296 ${RELOCATING+ PROVIDE (__end_heap = ORIGIN (${DATA_MEMORY}) + LENGTH (${DATA_MEMORY}) - 1);}
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.h 142 /* This used to be zero (no max length), but big enums and such can
704 /* Length in units of the trampoline for entering a nested function. */
712 /* Minimum length of a cache line. A length of 16 will work on all
716 PA 1.0, we use a minimum length of 32. */
1048 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \
1049 ((LENGTH) = pa_adjust_insn_length ((INSN), (LENGTH)))

Completed in 67 milliseconds

1 2