Home
last modified time | relevance | path

Searched refs:BITS (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-10-stable/gnu/usr.bin/binutils/ld/
DMakefile.sparc6415 .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-10-stable/sys/dev/etherswitch/arswitch/
Darswitchreg.h298 #define BITS(_shift, _count) (BITM(_count) << _shift) macro
315 #define AR934X_AT_CTRL_AGE_TIME BITS(0, 15)
370 #define AR8327_PAD_RGMII_RXCLK_DELAY_SEL BITS(20, 2)
372 #define AR8327_PAD_RGMII_TXCLK_DELAY_SEL BITS(22, 2)
405 #define AR8327_MAX_FRAME_SIZE_MTU BITS(0, 14)
418 #define AR8327_PORT_VLAN0_DEF_SVID BITS(0, 12)
420 #define AR8327_PORT_VLAN0_DEF_CVID BITS(16, 12)
425 #define AR8327_PORT_VLAN1_OUT_MODE BITS(12, 2)
437 #define AR8327_ATU_FUNC_OP BITS(0, 4)
450 #define AR8327_VTU_FUNC0_EG_MODE BITS(4, 14)
[all …]
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
Dppc.pl106 $BITS= 32;
107 $BNSZ= $BITS/8;
129 $BITS= 64;
130 $BNSZ= $BITS/8;
1635 li r8,$BITS
1654 $SHRI r9,r5,`$BITS/2` # r9 = dh
1660 $SHRI r8,r3,`$BITS/2` #r8 = (h>>BN_BITS4)
1661 $SHRI r11,r4,`$BITS/2` #r11= (l&BN_MASK2h)>>BN_BITS4
1667 $CLRU r8,r8,`$BITS/2` #q = BN_MASK2l
1673 $CLRU r10,r5,`$BITS/2` #r10=dl
[all …]
Dppc-mont.pl30 $BITS= 32;
31 $BNSZ= $BITS/8;
49 $BITS= 64;
50 $BNSZ= $BITS/8;
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
Dsha512-ia64.pl69 $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-10-stable/contrib/zlib/
Dinfback.c190 #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 …]
Dinflate.c523 #define BITS(n) \ macro
680 ((BITS(8) << 8) + (hold >> 8)) % 31) {
685 if (BITS(4) != Z_DEFLATED) {
691 len = BITS(4) + 8;
858 state->last = BITS(1);
860 switch (BITS(2)) {
922 state->nlen = BITS(5) + 257;
924 state->ndist = BITS(5) + 1;
926 state->ncode = BITS(4) + 4;
941 state->lens[order[state->have++]] = (unsigned short)BITS(3);
[all …]
/freebsd-10-stable/contrib/unbound/smallapp/
Dunbound-control-setup.sh.in49 BITS=3072
100 openssl genrsa -out $SVR_BASE.key $BITS || error "could not genrsa"
106 openssl genrsa -out $CTL_BASE.key $BITS || error "could not genrsa"
111 echo "default_bits=$BITS\n" >> request.cfg
128 echo "default_bits=$BITS\n" >> request.cfg
Dunbound-control-setup.sh49 BITS=3072
100 openssl genrsa -out $SVR_BASE.key $BITS || error "could not genrsa"
106 openssl genrsa -out $CTL_BASE.key $BITS || error "could not genrsa"
111 echo "default_bits=$BITS\n" >> request.cfg
128 echo "default_bits=$BITS\n" >> request.cfg
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
Dinflate.c457 #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-10-stable/contrib/binutils/opcodes/
Darc-dis.c61 #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-10-stable/usr.bin/compress/doc/
DREADME34 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 …]
Drevision.log12 * used by decompress: tab_suffix[1<<BITS], stack[8000]. Updated USERMEM
39 * Set HSIZE depending on BITS. Set BITS depending on USERMEM. Unrolled
/freebsd-10-stable/usr.bin/compress/
Dzopen.c75 #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-10-stable/usr.bin/gzip/
Dzuncompress.c45 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
47 #define BITS 16 /* Default bits. */ macro
110 char_type zs_buf[BITS];
123 char_type zs_gbuf[BITS];
249 if (zs->zs_maxbits > BITS || zs->zs_maxbits < 12) { in zread()
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_tree.def113 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)
DBEGEMOT-WIRELESS-MIB.txt207 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-10-stable/contrib/ntp/libparse/
Dclk_rawdcf.c354 #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-10-stable/usr.bin/systat/
Dconvtbl.c37 #define BITS (1) macro
65 [SC_BIT] = { BIT, BITS, "b", "bit" },
/freebsd-10-stable/contrib/ntp/parseutil/
Ddcfd.c537 #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-10-stable/contrib/ipfilter/
DMakefile264 …e build AIX=`uname -v` TOP=../.. "DEBUG=-g" $(MFLAGS) "OSREV=`../cpurev`" BITS=`../bootbits.sh`; c…
304 (cd HPUX; $(MAKE) BITS=32 TOP=.. clean)
321 (cd HPUX; $(MAKE) BITS=32 clean)
/freebsd-10-stable/contrib/bsnmp/
DNEWS2 Support for ENUM and BITS in gensnmp{tree,def}. Include directives
/freebsd-10-stable/crypto/openssl/apps/
Dreq.c94 #define BITS "default_bits" macro
625 if (!NCONF_get_number(req_conf, SECTION, BITS, &newkey)) { in MAIN()
/freebsd-10-stable/contrib/ntp/ntpsnmpd/
Dntpv4-mib.mib674 SYNTAX BITS {
/freebsd-10-stable/contrib/sendmail/cf/m4/
Dproto.m42835 dnl workspace: <SMTP:ESC> <{VERIFY,ENCR}[:BITS]> <[extensions]> ${verify}

12