Home
last modified time | relevance | path

Searched defs:BIT (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/lib/libc/arch/alpha/gen/
H A Ddivrem.m451 define(BIT, `t0') macro
/netbsd-src/sys/lib/libkern/arch/alpha/
H A Ddivrem.m451 define(BIT, `t0') macro
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dmips-octeon-bbit.c6 #define DEF_BBIT_TAKEN(BRANCH_IF, BIT) \ argument
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dmips-octeon-bbit.c6 #define DEF_BBIT_TAKEN(BRANCH_IF, BIT) \ argument
/netbsd-src/games/larn/
H A Dsignal.c23 #define BIT(a) (1<<((a)-1)) macro
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dbits.h103 #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 Dbitops.h116 #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 Dbasic.s340 #define BIT(N,M) ((((N) & 15) << 5) | (M)) macro
/netbsd-src/usr.bin/lastcomm/
H A Dlastcomm.c184 #define BIT(flag, ch) if (f & flag) *p++ = ch in flagbits() macro
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dvendorid.h38 #define BIT(x) (1 << (x)) macro
/netbsd-src/usr.bin/systat/
H A Dconvtbl.c45 #define BIT (8) macro
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Domap3-gta04.dtsi648 #define BIT(x) (1 << (x)) macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmips-formats.h41 #define BIT(SIZE, LSB, BIAS) \ macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmips-formats.h41 #define BIT(SIZE, LSB, BIAS) \ macro
H A Daarch64-opc.c5165 #define BIT(INSN,BT) (((INSN) >> (BT)) & 1) macro
/netbsd-src/sys/dev/pci/
H A Dvoodoofbreg.h197 #define BIT(x) (1UL << (x)) macro
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dh8300.h649 #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 Dh8300.h649 #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 Dena_plat.h155 #define BIT(x) (1UL << (x)) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h267 BIT, enumerator
/netbsd-src/bin/ksh/
H A Dsh.h159 #define BIT(i) (1<<(i)) /* define bit in flag */ macro
/netbsd-src/external/bsd/file/dist/src/
H A Dfile.h380 #define BIT(A) (1 << (A)) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc1781 #define BITSET_P(VALUE,BIT) (((VALUE) & (1L << (BIT))) != 0) argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c1781 #define BITSET_P(VALUE,BIT) (((VALUE) & (1L << (BIT))) != 0) argument
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.c599 #define BIT(n) (1UL << (n)) in dhcp6_delegateaddr() macro

12