Home
last modified time | relevance | path

Searched refs:bitset_which_bit (Results 1 – 3 of 3) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/hackerlab/bitsets/
H A Dbitset.h104 #define bitset_which_bit(N) ((N) & bitset_subset_mask) macro
114 #define bitset_bit_mask(N) ((~(bitset_subset)0L) >> (bits_per_subset - bitset_which_bit (N)))
H A Dbitset.c278 first_bitset_subset_mask = ~(bitset_subset)0 << bitset_which_bit (from); in bitset_is_empty_range()
279 last_bitset_subset_mask = ~(bitset_subset)0 >> (bits_per_subset - (1 + bitset_which_bit (to))); in bitset_is_empty_range()
/dports/devel/tla/tla-1.3.5/src/docs-hackerlab/texi/
H A Dbitsets.texi219 @b{* Macro} @code{bitset_which_bit}@maindex bitset_which_bit
223 #define bitset_which_bit(N) ((N) & bitset_subset_mask)