| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | strverscmp.c | 82 #define LEN 3 macro 114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp() 116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp() 117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp() 118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp() 147 case LEN: in strverscmp()
|
| /freebsd-12-stable/contrib/netbsd-tests/kernel/ |
| D | h_ps_strings2.c | 43 #define LEN 16384 macro 54 if ((argv = calloc(LEN, sizeof(*argv))) == NULL) in main() 56 for (i = 0; i < LEN; ++i) { in main() 62 __ps_strings->ps_nargvstr = LEN; in main()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | compress_zlib.c | 49 #define svnCompressBound(LEN) compressBound(LEN) argument 51 #define svnCompressBound(LEN) ((LEN) + ((LEN) >> 12) + ((LEN) >> 14) + 11) argument
|
| /freebsd-12-stable/contrib/libedit/ |
| D | search.c | 231 #define LEN 2 in ce_inc_search() macro 235 #define LEN 0 in ce_inc_search() macro 244 for (cp = &el->el_search.patbuf[LEN]; in ce_inc_search() 257 if (el->el_search.patlen >= EL_BUFSIZ - LEN) in ce_inc_search() 280 if (el->el_search.patlen > LEN) in ce_inc_search() 295 for (cp = &el->el_search.patbuf[LEN];; cp++) in ce_inc_search() 299 el->el_search.patlen - LEN - 1; in ce_inc_search() 306 EL_BUFSIZ - LEN) { in ce_inc_search() 348 cp >= &el->el_search.patbuf[LEN]; in ce_inc_search() 354 if (el->el_search.patlen > LEN && ch != L'[') { in ce_inc_search() [all …]
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-alpha.h | 76 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) \ argument 77 fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \ 78 LEN == 2 ? BFD_RELOC_16 \ 79 : LEN == 4 ? BFD_RELOC_32 \ 80 : LEN == 8 ? BFD_RELOC_64 \
|
| D | tc-ppc.h | 201 #define md_elf_section_type(STR, LEN) ppc_section_type (STR, LEN) argument 202 #define md_elf_section_word(STR, LEN) ppc_section_word (STR, LEN) argument
|
| D | tc-i386.h | 203 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) x86_cons_fix_new(FRAG, OFF, LEN, EXP) argument 308 #define md_elf_section_word(STR, LEN) x86_64_section_word (STR, LEN) argument
|
| D | tc-cr16.h | 62 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument 63 cr16_cons_fix_new (FRAG, OFF, LEN, EXP)
|
| /freebsd-12-stable/crypto/openssl/crypto/rc4/asm/ |
| D | rc4-c64xplus.pl | 28 ($KEY,$LEN,$INP,$OUT)=("A4","B4","A6","B6"); 50 MV $LEN,B0 61 || MVC $LEN,ILC 114 || ADD $INP,$LEN,$ret ; end of input 145 ||[A0] SUB $INP,$LEN,$INP ; rewind
|
| /freebsd-12-stable/contrib/gdb/gdb/config/i386/ |
| D | nm-i386sol2.h | 56 #define target_insert_watchpoint(ADDR, LEN, TYPE) \ argument 57 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1) 58 #define target_remove_watchpoint(ADDR, LEN, TYPE) \ argument
|
| /freebsd-12-stable/contrib/gdb/gdb/config/sparc/ |
| D | nm-sol2.h | 58 #define target_insert_watchpoint(ADDR, LEN, TYPE) \ argument 59 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1) 60 #define target_remove_watchpoint(ADDR, LEN, TYPE) \ argument
|
| /freebsd-12-stable/sys/net/ |
| D | radix.c | 133 #define LEN(x) ( (int) (*(const u_char *)(x)) ) macro 188 caddr_t lim, lim2 = lim = n + LEN(n); in rn_refines() 189 int longer = LEN(n++) - LEN(m++); in rn_refines() 247 if (LEN(x->rn_key) != LEN(v_arg) || bcmp(x->rn_key, v_arg, LEN(v_arg))) in rn_lookup() 262 int length = min(LEN(cp), LEN(cp2)); in rn_satisfies_leaf() 267 length = min(length, LEN(cp3)); in rn_satisfies_leaf() 286 int off = t->rn_offset, vlen = LEN(cp), matched_off; in rn_match() 433 int head_off = top->rn_offset, vlen = LEN(v); in rn_insert() 502 if ((mlen = LEN(netmask)) > RADIX_MAX_KEY_LEN) in rn_addmask() 568 if (LEN(mp) > LEN(np)) in rn_lexobetter() [all …]
|
| /freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/ |
| D | poly1305-c64xplus.pl | 32 ($CTXA,$INPB,$LEN,$PADBIT)=("A4","B4","A6","B6"); 33 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 110 SHRU $LEN,4,A2 ; A2 is loop counter, number of blocks 267 my ($MAC,$NONCEA,$NONCEB)=($INPB,$LEN,$PADBIT);
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | aof.h | 104 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \ argument 109 for (i = 0; i < (long)(LEN); i++) \ 112 (i + 1 < (long)(LEN) \
|
| D | aout.h | 232 #define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \ argument 233 output_ascii_pseudo_op (STREAM, (const unsigned char *) (PTR), LEN)
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | ser-e7kpc.c | 97 #define dosmemget(FROM, LEN, TO) memcpy ((void *)(TO), (void *)(FROM), (LEN)) argument 98 #define dosmemput(FROM, LEN, TO) memcpy ((void *)(TO), (void *)(FROM), (LEN)) argument
|
| D | inftarg.c | 576 #define NATIVE_XFER_UNWIND_TABLE(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1) in child_xfer_partial() argument 583 #define NATIVE_XFER_AUXV(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1) in child_xfer_partial() argument 590 #define NATIVE_XFER_WCOOKIE(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1) in child_xfer_partial() argument 597 #define NATIVE_XFER_DIRTY(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1) in child_xfer_partial() argument
|
| /freebsd-12-stable/usr.bin/sort/ |
| D | bwstring.h | 46 #define SIZEOF_WCHAR_STRING(LEN) ((LEN)*sizeof(wchar_t)) argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | IdentifierTable.cpp | 318 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() argument 319 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31) in getPPKeywordID() 320 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() argument 321 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID() 322 return memcmp(Name, #NAME, LEN) ? tok::pp_not_keyword : tok::pp_ ## NAME in getPPKeywordID()
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/sat/src/ |
| D | smdefs.h | 617 #define OSSA_WRITE_BYTE_STRING(AGROOT, DEST_ADDR, SRC_ADDR, LEN) \ argument 618 si_memcpy(DEST_ADDR, SRC_ADDR, LEN); 655 #define OSSA_WRITE_BYTE_STRING(AGROOT, DEST_ADDR, SRC_ADDR, LEN) \ argument 656 si_memcpy(DEST_ADDR, SRC_ADDR, LEN);
|
| /freebsd-12-stable/sys/contrib/zlib/ |
| D | infback.c | 313 state->mode = LEN; /* decode codes */ 480 state->mode = LEN; 483 case LEN: 521 state->mode = LEN;
|
| D | inflate.h | 41 LEN, /* i: waiting for length/lit/eob code */ enumerator
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c-lang.c | 77 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME, argument
|
| D | gencheck.c | 27 #define DEFTREECODE(SYM, NAME, TYPE, LEN) #SYM, argument
|
| /freebsd-12-stable/libexec/bootpd/ |
| D | dovend.c | 48 #define NEED(LEN, MSG) do \ argument 49 if (bytesleft < (LEN)) { \
|