Home
last modified time | relevance | path

Searched refs:LENGTH (Results 1 – 25 of 49) sorted by relevance

12

/NextBSD/contrib/gcc/
HDc-lang.c53 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE, argument
66 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH, argument
HDgcov-io.h302 #define GCOV_TAG_BLOCKS_NUM(LENGTH) (LENGTH) argument
305 #define GCOV_TAG_ARCS_NUM(LENGTH) (((LENGTH) - 1) / 2) argument
309 #define GCOV_TAG_COUNTER_NUM(LENGTH) ((LENGTH) / 2) argument
HDggc.h240 #define ggc_alloc_tree(LENGTH) ((tree) ggc_alloc_zone (LENGTH, &tree_zone)) argument
/NextBSD/contrib/gcc/cp/
HDcp-lang.c61 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE, argument
76 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH, argument
/NextBSD/lib/libmd/
HDmdXhl.c27 unsigned char digest[LENGTH]; in MDXEnd()
31 buf = malloc(2*LENGTH + 1); in MDXEnd()
35 for (i = 0; i < LENGTH; i++) { in MDXEnd()
/NextBSD/contrib/gcc/config/i386/
HDptx4-i.h57 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument
62 const unsigned char *limit = _ascii_bytes + (LENGTH); \
HDi386elf.h65 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument
70 const unsigned char *limit = _ascii_bytes + (LENGTH); \
HDsysv4.h52 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument
57 const unsigned char *limit = _ascii_bytes + (LENGTH); \
HDi386-interix.h183 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument
188 const unsigned char *limit = _ascii_bytes + (LENGTH); \
/NextBSD/usr.sbin/ppp/
HDchap_ms.c191 #define LENGTH 20 macro
196 unsigned char digest[LENGTH]; in SHA1_End()
200 buf = malloc(2*LENGTH + 1); in SHA1_End()
204 for (i = 0; i < LENGTH; i++) { in SHA1_End()
/NextBSD/contrib/gcc/config/
HDelfos.h429 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument
434 const unsigned char *limit = _ascii_bytes + (LENGTH); \
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
/NextBSD/lib/libz/
HDinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
/NextBSD/contrib/gdb/gdb/
HDscm-valprint.c200 (sizet) LENGTH (name), in scm_scmval_print()
336 LENGTH (svalue), in scm_scmval_print()
/NextBSD/sys/tools/
HDacpi_quirks2h.awk66 LENGTH = length();
/NextBSD/contrib/binutils/ld/scripttempl/
HDelf32cr16.sc26 rom : ORIGIN = 0x2, LENGTH = 3M
27 ram : ORIGIN = 4M, LENGTH = 10M
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZPatterns.td117 // LENGTH is the number of bytes loaded by LOAD.
125 // The other operand is a load of type LOAD, which accesses LENGTH bytes.
135 // LOAD/VT/LENGTH combination.
HDSystemZOperands.td71 // LENGTH is "LenN" for addresses with an N-bit length field, otherwise it
82 // BITSIZE, DISPSIZE and LENGTH are the parameters to an associated
98 // FORMAT, BITSIZE, DISPSIZE and LENGTH are the parameters to an associated
/NextBSD/contrib/binutils/ld/
HDldgram.y143 %token LENGTH CREATE_OBJECT_SYMBOLS INPUT GROUP OUTPUT CONSTRUCTORS
696 LENGTH '=' mustbe_exp
886 | LENGTH '(' NAME ')'
887 { $$ = exp_nameop (LENGTH, $3); }
HDldlex.l250 <BOTH,SCRIPT,EXPRESSION>"LENGTH" { RTOKEN(LENGTH);}
309 <BOTH,SCRIPT>"l" { RTOKEN( LENGTH);}
310 <BOTH,SCRIPT>"len" { RTOKEN( LENGTH);}
/NextBSD/sys/dev/ppbus/
HDppi.c463 #define LENGTH MS_PARAM(0, 1, MS_TYP_INT) in ppiwrite()
482 ppb_MS_init_msq(msq, 2, ADDRESS, buffer, LENGTH, len); in ppiwrite()
/NextBSD/contrib/binutils/opcodes/
HDcgen-ibld.in111 LENGTH is the length of VALUE in bits.
136 /* If LENGTH is zero, this operand doesn't contribute to the value. */
403 LENGTH is the length of VALUE in bits.
436 /* If LENGTH is zero, this operand doesn't contribute to the value
/NextBSD/contrib/netbsd-tests/lib/libc/regex/data/att/
HDcategorization.dat48 |E (aba|a*b)* ababa (0,4)(3,4) # LENGTH=first
/NextBSD/usr.bin/bc/
HDscan.l138 "length" return LENGTH;
/NextBSD/contrib/gcc/config/mips/
HDmips.h2328 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \ argument
2329 ((LENGTH) = mips_adjust_insn_length ((INSN), (LENGTH)))

12