Searched refs:bitvec (Results 1 – 4 of 4) sorted by relevance
60 is_clear_flag_set(const uint *bitvec, union tile_address addr) in is_clear_flag_set() argument65 bit = bitvec[pos / 32] & (1 << (pos & 31)); in is_clear_flag_set()74 clear_clear_flag(uint *bitvec, union tile_address addr) in clear_clear_flag() argument79 bitvec[pos / 32] &= ~(1 << (pos & 31)); in clear_clear_flag()
144 void fun(bitvec(uint));145 void fun2(bitvec(array(char, 32)*));
190 typedef sigset_t = bitvec(ulong);
107 *** New lens "bitvec" is available