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

/macosx-10.10.1/libauto-186/
H A DSubzone.h143 static inline bool is_youngest(unsigned char sd) { return ((sd & age_mask)>>age_mask_log2) == youngest_age; } function in class:Auto::Subzone
475 inline bool is_newest(usword_t q) const { ASSERTION(!is_thread_local(q)); return is_youngest(_side_data[q]); }

Completed in 66 milliseconds