Searched refs:_bit_byte (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dbitstring.h71 #define _bit_byte(bit) \ macro
89 ((name)[_bit_byte(bit)] & _bit_mask(bit))
93 ((name)[_bit_byte(bit)] |= _bit_mask(bit))
97 atomic_bitset_8(&((name)[_bit_byte(bit)]), _bit_mask(bit))
101 ((name)[_bit_byte(bit)] &= ~_bit_mask(bit))
105 atomic_bitclear_8(&((name)[_bit_byte(bit)]), _bit_mask(bit))
111 int _startbyte = _bit_byte(_start); \
112 int _stopbyte = _bit_byte(_stop); \
128 int _startbyte = _bit_byte(_start); \
129 int _stopbyte = _bit_byte(_sto
[all...]
/macosx-10.10/Libc-1044.1.2/include/
H A Dbitstring.h46 #define _bit_byte(bit) \ macro
68 ((name)[_bit_byte(bit)] & _bit_mask(bit))
72 ((name)[_bit_byte(bit)] |= _bit_mask(bit))
76 ((name)[_bit_byte(bit)] &= ~_bit_mask(bit))
82 int _startbyte = _bit_byte(_start); \
83 int _stopbyte = _bit_byte(_stop); \
99 int _startbyte = _bit_byte(_start); \
100 int _stopbyte = _bit_byte(_stop); \
116 int _stopbyte = _bit_byte(_nbits - 1), _value = -1; \
135 int _stopbyte = _bit_byte(_nbit
[all...]
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-compile.c41 register int _stopbyte = _bit_byte(_nbits), _value = -1; \

Completed in 85 milliseconds