Searched defs:BITS (Results 26 - 46 of 46) sorted by relevance

12

/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinflate.c524 #define BITS(n) \ macro
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dopteron_pcbe.c310 #define BITS(v, u, l) (((v) >> (l)) & ((1 << (1 + (u) - (l))) - 1)) macro
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dopteron_pcbe.c310 #define BITS(v, u, l) (((v) >> (l)) & ((1 << (1 + (u) - (l))) - 1)) macro
/netbsd-current/usr.bin/gzip/
H A Dzuncompress.c46 #define BITS 16 /* Default bits. */ macro
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_rawdcf.c411 #define BITS 9 macro
/netbsd-current/usr.bin/compress/
H A Dzopen.c76 #define BITS 16 /* Default bits. */ macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darc-dis.c140 #define BITS(word,s,e) (((word) >> (s)) & ((1ull << ((e) - (s)) << 1) - 1)) macro
H A Daarch64-opc.c4652 #define BITS macro
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Darc-dis.c140 #define BITS(word,s,e) (((word) >> (s)) & ((1ull << ((e) - (s)) << 1) - 1)) macro
H A Daarch64-opc.c5531 #define BITS macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darc-dis.c140 #define BITS(word,s,e) (((word) >> (s)) & ((1ull << ((e) - (s)) << 1) - 1)) macro
H A Daarch64-opc.c5380 #define BITS macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darc-dis.c140 #define BITS(word,s,e) (((word) >> (s)) & ((1ull << ((e) - (s)) << 1) - 1)) macro
H A Daarch64-opc.c5166 #define BITS macro
/netbsd-current/games/battlestar/
H A Dextern.h45 #define BITS (CHAR_BIT * sizeof (unsigned int)) macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmdefs.h187 #define BITS(m,n) ( (ARMword)(instr<<(31-(n))) >> ((31-(n))+(m)) ) /* bits m to n of instr */ macro
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c720 #define BITS(n) \ macro
[all...]
/netbsd-current/external/bsd/ntp/dist/parseutil/
H A Ddcfd.c539 #define BITS 9 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c37 #define BITS "default_bits" macro
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmdefs.h187 #define BITS(m,n) ( (ARMword)(instr<<(31-(n))) >> ((31-(n))+(m)) ) /* bits m to n of instr */ macro
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c34 #define BITS "default_bits" macro

Completed in 474 milliseconds

12