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

/macosx-10.10/libmalloc-53.1.1/src/
H A Dbitarray.c97 STATIC_INLINE bool word_zap_bit_changed(uint64_t *word, unsigned bit) { function
173 return word_zap_bit_changed(word + (bit >> 6), bit & 63);

Completed in 70 milliseconds