| /freebsd-9-stable/gnu/usr.bin/binutils/ld/ |
| D | Makefile.sparc64 | 15 .for BITS in 64 32 17 EMS+= elf${BITS}_sparc 19 LDSCRIPTS+= elf${BITS}_sparc.${ext} 20 ldscripts/elf${BITS}_sparc.${ext}: eelf${BITS}_sparc.c 23 SRCS+= eelf${BITS}_sparc.c 24 CLEANFILES+= eelf${BITS}_sparc.c 25 eelf${BITS}_sparc.c: emulparams/elf${BITS}_sparc.sh emultempl/elf32.em \ 30 elf${BITS}_sparc "" no elf${BITS}_sparc ${TARGET_TUPLE}
|
| /freebsd-9-stable/crypto/openssl/crypto/bn/asm/ |
| D | ppc.pl | 106 $BITS= 32; 107 $BNSZ= $BITS/8; 129 $BITS= 64; 130 $BNSZ= $BITS/8; 184 if ($BITS==64) { 1715 li r8,$BITS 1734 $SHRI r9,r5,`$BITS/2` # r9 = dh 1740 $SHRI r8,r3,`$BITS/2` #r8 = (h>>BN_BITS4) 1741 $SHRI r11,r4,`$BITS/2` #r11= (l&BN_MASK2h)>>BN_BITS4 1747 $CLRU r8,r8,`$BITS/2` #q = BN_MASK2l [all …]
|
| /freebsd-9-stable/crypto/openssl/crypto/sha/asm/ |
| D | sha512-ia64.pl | 69 $BITS=8*$SZ; 83 $BITS=8*$SZ; 169 $code.=<<___ if ($BITS==64); 197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32); 224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64); 507 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32); 524 $t0="A", $t1="E", $code.=<<___ if ($BITS==64); 595 if ($BITS==64) { 605 print<<___ if ($BITS==32); 627 print<<___ if ($BITS==64);
|
| /freebsd-9-stable/lib/libz/ |
| D | infback.c | 190 #define BITS(n) \ macro 300 state->last = BITS(1); 302 switch (BITS(2)) { 361 state->nlen = BITS(5) + 257; 363 state->ndist = BITS(5) + 1; 365 state->ncode = BITS(4) + 4; 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); 401 here = state->lencode[BITS(state->lenbits)]; 419 copy = 3 + BITS(2); 426 copy = 3 + BITS(3); [all …]
|
| D | inflate.c | 506 #define BITS(n) \ macro 661 ((BITS(8) << 8) + (hold >> 8)) % 31) { 666 if (BITS(4) != Z_DEFLATED) { 672 len = BITS(4) + 8; 835 state->last = BITS(1); 837 switch (BITS(2)) { 899 state->nlen = BITS(5) + 257; 901 state->ndist = BITS(5) + 1; 903 state->ncode = BITS(4) + 4; 918 state->lens[order[state->have++]] = (unsigned short)BITS(3); [all …]
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | inflate.c | 457 #define BITS(n) \ macro 617 ((BITS(8) << 8) + (hold >> 8)) % 31) { 622 if (BITS(4) != Z_DEFLATED) { 628 len = BITS(4) + 8; 799 state->last = BITS(1); 801 switch (BITS(2)) { 857 state->nlen = BITS(5) + 257; 859 state->ndist = BITS(5) + 1; 861 state->ncode = BITS(4) + 4; 877 state->lens[order[state->have++]] = (unsigned short)BITS(3); [all …]
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | arc-dis.c | 61 #define BITS(word,s,e) (((word) << (31 - e)) >> (s + (31 - e))) macro 62 #define OPCODE(word) (BITS ((word), 27, 31)) 63 #define FIELDA(word) (BITS ((word), 21, 26)) 64 #define FIELDB(word) (BITS ((word), 15, 20)) 65 #define FIELDC(word) (BITS ((word), 9, 14)) 69 #define FIELDD(word) (BITS (((signed int)word), 0, 8)) 86 state->nullifyMode = BITS (state->words[0], 5, 6); \ 87 cond = BITS (state->words[0], 0, 4); \ 96 cond = BITS (state->words[0], 0, 4); \ 579 switch (BITS (state->words[0],1,2)) in dsmOneArcInst() [all …]
|
| /freebsd-9-stable/usr.bin/compress/doc/ |
| D | README | 34 o BITS Overrules default set by USERMEM-SACREDMEM 38 o pdp11 BITS=12, NO_UCHAR 39 o z8000 BITS=12 40 o pcxt BITS=12 44 The difference "usermem-sacredmem" determines the maximum BITS that can be 47 memory: at least BITS 55 The default is BITS=16. 79 1. "Block" compression is performed. After the BITS run out, the 99 characters, and the -b BITS is less than or equal to the cutoff 113 The difference "usermem-sacredmem" determines the maximum BITS that can be [all …]
|
| D | revision.log | 12 * used by decompress: tab_suffix[1<<BITS], stack[8000]. Updated USERMEM 39 * Set HSIZE depending on BITS. Set BITS depending on USERMEM. Unrolled
|
| /freebsd-9-stable/usr.bin/compress/ |
| D | zopen.c | 75 #define BITS 16 /* Default bits. */ macro 123 char_type zs_buf[BITS]; 136 char_type zs_gbuf[BITS]; 189 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) 489 if (maxbits > BITS || maxbits < 12) { in zread() 698 bits < 0 || bits > BITS) { in zopen() 706 maxbits = bits ? bits : BITS; /* User settable max # bits/code. */ in zopen()
|
| /freebsd-9-stable/usr.bin/gzip/ |
| D | zuncompress.c | 45 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) 47 #define BITS 16 /* Default bits. */ macro 111 char_type zs_buf[BITS]; 124 char_type zs_gbuf[BITS]; 250 if (zs->zs_maxbits > BITS || zs->zs_maxbits < 12) { in zread()
|
| /freebsd-9-stable/contrib/nvi/common/ |
| D | key.c | 294 #define BITS (sizeof(CHAR_T) * 8) macro 295 #define SHIFT (BITS - BITS % 3) 296 #define TOPMASK (BITS % 3 == 2 ? 3 : 1) << (BITS - BITS % 3) 301 cnt = BITS / 3; cnt-- > 0; mask >>= 3, shift -= 3)
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| D | wlan_tree.def | 113 typedef WlanIfaceFlagsType BITS ( 119 typedef WlanDriverCaps BITS ( 145 typedef WlanCryptoCaps BITS ( 154 typedef WlanHTCaps BITS ( 181 typedef WlanPeerCapabilityFlags BITS ( 195 typedef WlanIfacePeerFlagsType BITS ( 216 typedef WlanIfaceChannelFlagsType BITS ( 239 typedef WlanIfaceChannelStateType BITS ( 272 typedef WlanScanFlagsType BITS ( 627 (7 wlanMeshRouteFlags BITS ( 1 valid 2 proxy ) GET)
|
| D | BEGEMOT-WIRELESS-MIB.txt | 207 SYNTAX BITS { 287 wlanIfaceFlags BITS, 338 SYNTAX BITS { 407 wlanIfParentDriverCapabilities BITS, 408 wlanIfParentCryptoCapabilities BITS, 409 wlanIfParentHTCapabilities BITS 413 SYNTAX BITS { 445 SYNTAX BITS { 461 SYNTAX BITS { 1091 wlanIfacePeerCapabilities BITS, [all …]
|
| /freebsd-9-stable/contrib/ntp/libparse/ |
| D | clk_rawdcf.c | 354 #define BITS 9 in cvt_rawdcf() macro 355 unsigned char histbuf[BITS]; in cvt_rawdcf() 365 for (i = 0; i < BITS; i++) in cvt_rawdcf() 438 for (; i < BITS; i++) in cvt_rawdcf() 452 highmax = BITS-1; in cvt_rawdcf()
|
| /freebsd-9-stable/usr.bin/systat/ |
| D | convtbl.c | 37 #define BITS (1) macro 65 [SC_BIT] = { BIT, BITS, "b", "bit" },
|
| /freebsd-9-stable/contrib/ntp/parseutil/ |
| D | dcfd.c | 537 #define BITS 9 in cvt_rawdcf() macro 538 unsigned char histbuf[BITS]; in cvt_rawdcf() 560 for (i = 0; i < BITS; i++) in cvt_rawdcf() 661 for (; i < BITS; i++) in cvt_rawdcf() 678 highmax = BITS-1; in cvt_rawdcf()
|
| /freebsd-9-stable/contrib/ipfilter/ |
| D | Makefile | 263 …e build AIX=`uname -v` TOP=../.. "DEBUG=-g" $(MFLAGS) "OSREV=`../cpurev`" BITS=`../bootbits.sh`; c… 303 (cd HPUX; $(MAKE) BITS=32 TOP=.. clean) 320 (cd HPUX; $(MAKE) BITS=32 clean)
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | req.c | 94 #define BITS "default_bits" macro 719 if (!NCONF_get_number(req_conf, SECTION, BITS, &newkey)) in MAIN()
|
| /freebsd-9-stable/contrib/bsnmp/ |
| D | NEWS | 2 Support for ENUM and BITS in gensnmp{tree,def}. Include directives
|
| /freebsd-9-stable/contrib/ntp/ntpsnmpd/ |
| D | ntpv4-mib.mib | 674 SYNTAX BITS {
|
| /freebsd-9-stable/contrib/sendmail/cf/m4/ |
| D | proto.m4 | 2835 dnl workspace: <SMTP:ESC> <{VERIFY,ENCR}[:BITS]> <[extensions]> ${verify}
|
| /freebsd-9-stable/games/fortune/datfiles/ |
| D | fortunes | 4906 collection algorithm has been installed. With SI:%DSK-GC-QLX-BITS set to 17, 4909 QLX-BITS set to 23, the new garbage collector is enabled. Unlike most garbage 54121 STIR AND SPRINKLE WITH BACON BITS.
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2005 | 1911 * config/s390/s390.c (s390_decompose_shift_count): Remove BITS
|