Searched defs:has_no_chance (Results 1 – 1 of 1) sorted by relevance
404 … inline bool has_no_chance (void) const { return unlikely (num_items && idx + num_items >= end); } in has_no_chance() function474 inline bool has_no_chance (void) const { return unlikely (idx < num_items); } in has_no_chance() function