| /NextBSD/contrib/gcc/ |
| HD | c-lang.c | 53 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE, argument 66 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH, argument
|
| HD | gcov-io.h | 302 #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
|
| HD | ggc.h | 240 #define ggc_alloc_tree(LENGTH) ((tree) ggc_alloc_zone (LENGTH, &tree_zone)) argument
|
| /NextBSD/contrib/gcc/cp/ |
| HD | cp-lang.c | 61 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE, argument 76 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH, argument
|
| /NextBSD/lib/libmd/ |
| HD | mdXhl.c | 27 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/ |
| HD | ptx4-i.h | 57 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument 62 const unsigned char *limit = _ascii_bytes + (LENGTH); \
|
| HD | i386elf.h | 65 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument 70 const unsigned char *limit = _ascii_bytes + (LENGTH); \
|
| HD | sysv4.h | 52 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument 57 const unsigned char *limit = _ascii_bytes + (LENGTH); \
|
| HD | i386-interix.h | 183 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument 188 const unsigned char *limit = _ascii_bytes + (LENGTH); \
|
| /NextBSD/usr.sbin/ppp/ |
| HD | chap_ms.c | 191 #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/ |
| HD | elfos.h | 429 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ argument 434 const unsigned char *limit = _ascii_bytes + (LENGTH); \
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | inflate.h | 48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
|
| /NextBSD/lib/libz/ |
| HD | inflate.h | 48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | scm-valprint.c | 200 (sizet) LENGTH (name), in scm_scmval_print() 336 LENGTH (svalue), in scm_scmval_print()
|
| /NextBSD/sys/tools/ |
| HD | acpi_quirks2h.awk | 66 LENGTH = length();
|
| /NextBSD/contrib/binutils/ld/scripttempl/ |
| HD | elf32cr16.sc | 26 rom : ORIGIN = 0x2, LENGTH = 3M 27 ram : ORIGIN = 4M, LENGTH = 10M
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZPatterns.td | 117 // 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.
|
| HD | SystemZOperands.td | 71 // 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/ |
| HD | ldgram.y | 143 %token LENGTH CREATE_OBJECT_SYMBOLS INPUT GROUP OUTPUT CONSTRUCTORS 696 LENGTH '=' mustbe_exp 886 | LENGTH '(' NAME ')' 887 { $$ = exp_nameop (LENGTH, $3); }
|
| HD | ldlex.l | 250 <BOTH,SCRIPT,EXPRESSION>"LENGTH" { RTOKEN(LENGTH);} 309 <BOTH,SCRIPT>"l" { RTOKEN( LENGTH);} 310 <BOTH,SCRIPT>"len" { RTOKEN( LENGTH);}
|
| /NextBSD/sys/dev/ppbus/ |
| HD | ppi.c | 463 #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/ |
| HD | cgen-ibld.in | 111 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/ |
| HD | categorization.dat | 48 |E (aba|a*b)* ababa (0,4)(3,4) # LENGTH=first
|
| /NextBSD/usr.bin/bc/ |
| HD | scan.l | 138 "length" return LENGTH;
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | mips.h | 2328 #define ADJUST_INSN_LENGTH(INSN, LENGTH) \ argument 2329 ((LENGTH) = mips_adjust_insn_length ((INSN), (LENGTH)))
|