Searched defs:set_bit (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
H A D | drm_atomic.h | 62 set_bit(int b, volatile void *p) in set_bit() function 92 #define set_bit(b, p) \ macro
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tcmp2.c | 27 set_bit (mpfr_ptr x, unsigned int n, int b) in set_bit() function
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
H A D | route80h.c | 29 static inline void set_bit(volatile uint32_t *flag, int bit, int value) in set_bit() function
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | bitops.h | 290 set_bit(unsigned int bit, volatile unsigned long *ptr) in set_bit() function
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | rl78-decode.c | 139 set_bit (RL78_Opcode_Operand *op, int bit) in set_bit() function
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | rl78-decode.c | 139 set_bit (RL78_Opcode_Operand *op, int bit) in set_bit() function
|
/netbsd-src/sys/dev/hyperv/ |
H A D | vmbusvar.h | 238 set_bit(u_int b, volatile void *p) in set_bit() function
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | util.c | 219 set_bit(uint8_t bits[], size_t index) in set_bit() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | double-int.cc | 1057 double_int::set_bit (unsigned bitpos) const in set_bit() function in double_int
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | double-int.c | 1057 double_int::set_bit (unsigned bitpos) const in set_bit() function
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-xtensa.c | 307 #define set_bit(bit, bf) ((bf) |= (0x01ll << (bit))) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-xtensa.c | 320 #define set_bit(bit, bf) ((bf) |= (0x01ll << (bit))) macro
|