Searched defs:clear_bit (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/sys/dev/pv/ |
H A D | xenvar.h | 23 clear_bit(u_int b, volatile void *p) in clear_bit() function
|
H A D | hypervvar.h | 166 clear_bit(u_int b, volatile void *p) in clear_bit() function
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-outof-ssa.c | 1698 kill_expr (temp_expr_table_p tab, int partition, bool clear_bit) in kill_expr() 1715 kill_virtual_exprs (temp_expr_table_p tab, bool clear_bit) in kill_virtual_exprs()
|
/openbsd-src/usr.sbin/nsd/ |
H A D | util.c | 237 clear_bit(uint8_t bits[], size_t index) in clear_bit() function
|
/openbsd-src/sys/dev/pci/drm/include/linux/ |
H A D | atomic.h | 256 clear_bit(u_int b, volatile void *p) in clear_bit() function
|
/openbsd-src/sys/dev/pci/ |
H A D | if_qwx_pci.c | 91 #define clear_bit(i, a) ((a)) &= ~(1 << (i)) macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-xtensa.c | 316 #define clear_bit(bit, bf) ((bf) &= ~(0x01ll << (bit))) macro
|
/openbsd-src/sys/dev/ic/ |
H A D | qwx.c | 102 #define clear_bit(i, a) ((a)) &= ~(1 << (i)) macro
|