Searched refs:BITS (Results 1 - 25 of 129) sorted by relevance

123456

/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/
H A DMakefile3 BITS=64 macro
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc64/
H A DMakefile3 BITS=64 macro
/netbsd-current/sys/arch/hpcsh/include/
H A Dbus_util.h7 #define __TYPENAME(BITS) u_int##BITS##_t
9 #define _BUS_SPACE_READ(PREFIX, BYTES, BITS) \
10 __TYPENAME(BITS) \
12 __TYPENAME(BITS) \
17 return *(volatile __TYPENAME(BITS) *)(bsh + offset); \
20 #define _BUS_SPACE_READ_MULTI(PREFIX, BYTES, BITS) \
23 __TYPENAME(BITS) *, bus_size_t); \
26 bus_size_t offset, __TYPENAME(BITS) *addr, \
29 volatile __TYPENAME(BITS) *
[all...]
/netbsd-current/bin/ksh/
H A Dksh_limval.h23 #ifndef BITS
24 # define BITS(t) (BITSPERBYTE * sizeof(t)) macro
/netbsd-current/sys/arch/pmax/include/
H A Dbus.h41 #define __PB_TYPENAME_PREFIX(BITS) ___CONCAT(u_int,BITS)
42 #define __PB_TYPENAME(BITS) ___CONCAT(__PB_TYPENAME_PREFIX(BITS),_t)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcpu-tilegx.c25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \
27 BITS, /* Bits in a word. */ \
28 BITS, /* Bits in an address. */ \
H A Dcpu-hppa.c25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \
27 BITS, /* Bits in a word. */ \
28 BITS, /* Bits in an address. */ \
H A Dcpu-sparc.c25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \
27 BITS, /* Bits in a word. */ \
28 BITS, /* Bits in an address. */ \
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcpu-tilegx.c25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \
27 BITS, /* Bits in a word. */ \
28 BITS, /* Bits in an address. */ \
H A Dcpu-hppa.c25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \
27 BITS, /* Bits in a word. */ \
28 BITS, /* Bits in an address. */ \
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcpu-tilegx.c25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \
27 BITS, /* Bits in a word. */ \
28 BITS, /* Bits in an address. */ \
H A Dcpu-hppa.c25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \
27 BITS, /* Bits in a word. */ \
28 BITS, /* Bits in an address. */ \
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcpu-tilegx.c25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \
27 BITS, /* Bits in a word. */ \
28 BITS, /* Bits in an address. */ \
H A Dcpu-hppa.c25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \
27 BITS, /* Bits in a word. */ \
28 BITS, /* Bits in an address. */ \
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/
H A DMakefile5 BITS?=32 macro
14 *sha512*) perl $$i ${BITS} sha512; \
21 perl $$i ${BITS} sha256; \
30 if [ ${BITS} = 32 ]; then \
33 perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \
40 *) perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/
H A DMakefile5 BITS?=32 macro
14 *sha512*) perl $$i ${BITS} sha512 > sha512; \
21 perl $$i ${BITS} sha256 > sha256; \
30 if [ ${BITS} = 32 ]; then \
33 perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \
40 *) perl $$i ${BITS} | perl ${XLATE} linux${BITS} | \
/netbsd-current/external/lgpl3/gmp/dist/
H A Dprimesieve.c100 #define SET_OFF1(m1, m2, M1, M2, off, BITS) \
104 if (off <= BITS - GMP_LIMB_BITS) { \
105 m2 = M1 << (BITS - GMP_LIMB_BITS - off) \
108 m1 |= M1 << (BITS - off); \
109 m2 = M1 >> (off + GMP_LIMB_BITS - BITS); \
112 m1 = M1 << (BITS - off) \
114 m2 = M2 << (BITS - off) \
115 | M1 >> (off + GMP_LIMB_BITS - BITS); \
121 #define SET_OFF2(m1, m2, m3, M1, M2, M3, off, BITS) \
130 if (off <= BITS
[all...]
/netbsd-current/sys/arch/arc/arc/
H A Dbus_space.c53 #define bus_space_read(BYTES,BITS) \
54 __CONCAT3(uint,BITS,_t) \
58 return (*(volatile __CONCAT3(uint,BITS,_t) *) \
76 #define bus_space_read_multi(BYTES,BITS) \
80 __CONCAT3(uint,BITS,_t) *datap, bus_size_t count) \
82 volatile __CONCAT3(uint,BITS,_t) *p = \
83 (volatile __CONCAT3(uint,BITS,_t) *) \
105 #define bus_space_read_region(BYTES,BITS) \
109 __CONCAT3(uint,BITS,_t) *datap, bus_size_t count) \
112 volatile __CONCAT3(uint,BITS,_
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmemu.c97 switch (BITS (5, 6)) \
127 switch (BITS (5, 6)) \
156 switch (BITS (5, 6)) \
183 switch (BITS (5, 6)) \
213 switch (BITS (5, 6)) \
240 switch (BITS (5, 6)) \
276 switch (BITS (20, 27))
310 Rd = BITS (12, 15);
311 val = (BITS (16, 19) << 12) | BITS (
[all...]
H A Diwmmxt.c89 reg = BITS (0, 3); \
628 if (BITS (12, 15) != 15)
632 if (BITS (16, 19) != 3)
636 if (BITS (0, 3) != 0)
641 switch (BITS (22, 23))
682 Rn = state->Reg [BITS (12, 15)];
683 if (BITS (12, 15) == 15)
686 wRd = BITS (16, 19);
688 switch (BITS (6, 7))
729 if (BITS (1
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Diwmmxt.c85 reg = BITS (0, 3); \
624 if (BITS (12, 15) != 15)
628 if (BITS (16, 19) != 3)
632 if (BITS (0, 3) != 0)
637 switch (BITS (22, 23))
678 Rn = state->Reg [BITS (12, 15)];
679 if (BITS (12, 15) == 15)
682 wRd = BITS (16, 19);
684 switch (BITS (6, 7))
725 if (BITS (1
[all...]
H A Darmemu.c94 switch (BITS (5, 6)) \
124 switch (BITS (5, 6)) \
153 switch (BITS (5, 6)) \
180 switch (BITS (5, 6)) \
210 switch (BITS (5, 6)) \
237 switch (BITS (5, 6)) \
273 switch (BITS (20, 27))
307 Rd = BITS (12, 15);
308 val = (BITS (16, 19) << 12) | BITS (
[all...]
/netbsd-current/sys/arch/emips/include/
H A Dbus.h41 #define __PB_TYPENAME_PREFIX(BITS) ___CONCAT(u_int,BITS)
42 #define __PB_TYPENAME(BITS) ___CONCAT(__PB_TYPENAME_PREFIX(BITS),_t)
155 #define __EMIPS_bus_space_read_multi(BYTES,BITS) \
158 __PB_TYPENAME(BITS) *, size_t); \
165 __PB_TYPENAME(BITS) *a, \
189 #define __EMIPS_bus_space_read_region(BYTES,BITS) \
192 __PB_TYPENAME(BITS) *, size_t); \
199 __PB_TYPENAME(BITS) *
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dfptr.c47 #define SIGN_EXTEND(VAL,BITS) \
48 ((int) ((VAL) >> ((BITS) - 1) ? ((unsigned)(-1) << (BITS)) | (VAL) : (VAL)))
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dstruct.s39 .bss BITS, BIT_LEN ; 000006 0000 (len = 67)
40 BITS .tag BIT_REC label
41 add BITS.BIT7,a ; 000004 0046

Completed in 412 milliseconds

123456