Home
last modified time | relevance | path

Searched defs:set_bit (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dboehm.c49 set_bit (low, high, n) in set_bit() function
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_pmdemand.c112 bool set_bit) in intel_pmdemand_update_phys_mask()
168 bool set_bit, in intel_pmdemand_update_connector_phys()
/openbsd/sys/dev/pv/
H A Dxenvar.h29 set_bit(u_int b, volatile void *p) in set_bit() function
H A Dhypervvar.h172 set_bit(u_int b, volatile void *p) in set_bit() function
/openbsd/gnu/usr.bin/perl/
H A Dregcomp_trie.c658 bool set_bit = trie->bitmap ? 1 : 0; /*store the first char in the in Perl_make_trie() local
/openbsd/usr.sbin/nsd/
H A Dutil.c227 set_bit(uint8_t bits[], size_t index) in set_bit() function
/openbsd/sys/dev/pci/drm/include/linux/
H A Datomic.h269 set_bit(u_int b, volatile void *p) in set_bit() function
/openbsd/sys/dev/pci/
H A Dif_qwx_pci.c92 #define set_bit(i, a) ((a)) |= (1 << (i)) macro
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c315 #define set_bit(bit, bf) ((bf) |= (0x01ll << (bit))) macro
/openbsd/sys/dev/ic/
H A Dqwx.c103 #define set_bit(i, a) ((a)) |= (1 << (i)) macro