Home
last modified time | relevance | path

Searched refs:bitset (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/powerpc/
Dtest-arith.c90 #define bitset(count, value) \ in pattern_fill() macro
102 bitset((bitoffset+i), ptn >> (3-i) & 1); in pattern_fill()
104 bitset((bitoffset+i), ptn >> 0 & 1); in pattern_fill()
114 bitset((bitoffset+i), ptn >> 3 & 1); in pattern_fill()
116 bitset((bitoffset+i), ptn >> (count-1-i) & 1); in pattern_fill()
118 bitset((bitoffset+i), ptn >> 2 & 1); in pattern_fill()
124 bitset(bitoffset, ptn & 1); in pattern_fill()
129 bitset(bitoffset, rand() & 1); in pattern_fill()
136 bitset(bitoffset, op ^= (rand() & 1)); in pattern_fill()
137 bitset(bitoffset, op); in pattern_fill()
[all …]
/glibc-2.36/manual/
Dresource.texi1236 This data set is a bitset where each bit represents a CPU. How the
1237 system's CPUs are mapped to bits in the bitset is system dependent.
1245 To manipulate the bitset, to set and reset bits, a number of macros are
1247 it is important to never exceed the size of the bitset. The following
1248 macro specifies the number of bits in the @code{cpu_set_t} bitset.
1372 The bitset is not valid. This might mean that the affinity set might
Dctype.texi294 with a bitset per character. For a given character, the appropriate
295 bitset is read from a table and a test is performed as to whether a
/glibc-2.36/ChangeLog.old/
DChangeLog.168138 Change bitset word type from unsigned int to unsigned long int,
8140 bitset type name to bitset_t.
8144 argument is a bitset. This is merely a style issue, but it makes
8159 (bitset_word_t): New type, replacing 'unsigned int' for bitset uses.
DChangeLog.142995 (re_dfa_t): Change word_char type to bitset. Add word_ops_used field.
3272 iterations on each bitset item.
12655 when compiling Bison 1.875's `bitset bset = obstack_alloc
DChangeLog.227772 y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitset