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

/macosx-10.9.5/libauto-185.5/
H A DBitmap.h103 return (usword_t *)displace(address(), (bp >> (bits_per_word_log2 - bytes_per_word_log2)) & ~mask(bytes_per_word_log2));
128 static inline const usword_t bytes_needed(usword_t n) { return partition2(n, bits_per_word_log2) << bytes_per_word_log2; }
340 ASSERTION(((uintptr_t)addr & mask(bytes_per_word_log2)) == 0);
H A DDefinitions.h140 bytes_per_word_log2 = is_64BitWord ? 3u : 2u, // ilog2 of bytes_per_word enumerator in enum:Auto::__anon9398

Completed in 160 milliseconds