/netbsd-src/lib/libc/arch/alpha/gen/ |
H A D | divrem.m4 | 51 define(BIT, `t0') macro
|
/netbsd-src/sys/lib/libkern/arch/alpha/ |
H A D | divrem.m4 | 51 define(BIT, `t0') macro
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
H A D | mips-octeon-bbit.c | 6 #define DEF_BBIT_TAKEN(BRANCH_IF, BIT) \ argument
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
H A D | mips-octeon-bbit.c | 6 #define DEF_BBIT_TAKEN(BRANCH_IF, BIT) \ argument
|
/netbsd-src/games/larn/ |
H A D | signal.c | 23 #define BIT(a) (1<<((a)-1)) macro
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | bits.h | 103 #define BIT(POS) BIT64(POS) macro 105 #define BIT(POS) (((POS) < 32) ? 0 : _BITn(32, (POS)-32)) macro 250 #define BLIT32(V, POS, BIT) \ argument
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | bitops.h | 116 #define BIT(n) ((unsigned long)__BIT(n)) macro 279 #define for_each_set_bit(BIT, PTR, NBITS) \ argument 284 #define for_each_clear_bit(BIT, PTR, NBITS) \ argument [all...] |
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/ft32/ |
H A D | basic.s | 340 #define BIT(N,M) ((((N) & 15) << 5) | (M)) macro
|
/netbsd-src/usr.bin/lastcomm/ |
H A D | lastcomm.c | 184 #define BIT(flag, ch) if (f & flag) *p++ = ch in flagbits() macro
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | vendorid.h | 38 #define BIT(x) (1 << (x)) macro
|
/netbsd-src/usr.bin/systat/ |
H A D | convtbl.c | 45 #define BIT (8) macro
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | omap3-gta04.dtsi | 648 #define BIT(x) (1 << (x)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | mips-formats.h | 41 #define BIT(SIZE, LSB, BIAS) \ macro
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | mips-formats.h | 41 #define BIT(SIZE, LSB, BIAS) \ macro
|
H A D | aarch64-opc.c | 5165 #define BIT(INSN,BT) (((INSN) >> (BT)) & 1) macro
|
/netbsd-src/sys/dev/pci/ |
H A D | voodoofbreg.h | 197 #define BIT(x) (1UL << (x)) macro
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | h8300.h | 649 #define EXPAND2_STD_IND(CODE, WEIGHT, NAME, OPCODE, BIT) \ argument 845 #define EXPAND_TWOOP_B(CODE, NAME, OP1, OP2, OP3, OP4, BIT) \ argument 1022 #define EXPAND_UNOP_EXTENDED_L(CODE, MODEL, NAME, CONST, PREFIX, OP1, OP2, OP3, BIT) \ argument
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | h8300.h | 649 #define EXPAND2_STD_IND(CODE, WEIGHT, NAME, OPCODE, BIT) \ argument 845 #define EXPAND_TWOOP_B(CODE, NAME, OP1, OP2, OP3, OP4, BIT) \ argument 1022 #define EXPAND_UNOP_EXTENDED_L(CODE, MODEL, NAME, CONST, PREFIX, OP1, OP2, OP3, BIT) \ argument
|
/netbsd-src/sys/external/bsd/ena-com/ |
H A D | ena_plat.h | 155 #define BIT(x) (1UL << (x)) macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 267 BIT, enumerator
|
/netbsd-src/bin/ksh/ |
H A D | sh.h | 159 #define BIT(i) (1<<(i)) /* define bit in flag */ macro
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | file.h | 380 #define BIT(A) (1 << (A)) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
H A D | iq2000.cc | 1781 #define BITSET_P(VALUE,BIT) (((VALUE) & (1L << (BIT))) != 0) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
H A D | iq2000.c | 1781 #define BITSET_P(VALUE,BIT) (((VALUE) & (1L << (BIT))) != 0) argument
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | dhcp6.c | 599 #define BIT(n) (1UL << (n)) in dhcp6_delegateaddr() macro
|