Searched refs:bp_cursor (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DBitmap.cpp52 usword_t *cursor = bp_cursor(bp); // address of first word
76 usword_t *cursor = bp_cursor(bp); // address of first word
94 usword_t *cursor = bp_cursor(bp); // address of first word
161 usword_t *cursor = bp_cursor(bp); // address of bit map data
162 usword_t *first = bp_cursor(0); // first address
190 usword_t *cursor = bp_cursor(bp); // address of bit map data
230 usword_t result = _bitmap.atomic_and_return_orig(~(result_mask << result_shift), _bitmap.bp_cursor(bp));
255 usword_t *start = _bitmap.bp_cursor(_index);
256 usword_t *end = _bitmap.bp_cursor(_max_index);
H A DBitmap.h98 // bp_cursor
102 inline usword_t *bp_cursor(const usword_t bp) const { function in class:Auto::Bitmap
136 inline usword_t bit(const usword_t bp) const { return (*bp_cursor(bp) >> shift(bp)) & 1L; }
145 usword_t *cursor = bp_cursor(bp);
171 *bp_cursor(bp) |= (m << sh); // set bits to 1
181 usword_t *cursor = bp_cursor(bp);
206 *bp_cursor(bp) &= ~(m << sh); // set bits to 0
228 return (*bp_cursor(bp) & (m << sh)) == 0; // see if bits are 0
386 volatile usword_t *cursor = bp_cursor(bp);
411 volatile usword_t *cursor = bp_cursor(b
[all...]

Completed in 188 milliseconds