Lines Matching refs:implied_hint
452 int64_t implied_hint; in insert_boe() local
456 implied_hint = hint_mask; in insert_boe()
458 implied_hint = hint_mask & ~1; in insert_boe()
462 if (implied_hint == 0) in insert_boe()
465 && (value & hint_mask) != implied_hint) in insert_boe()
473 value |= implied_hint; in insert_boe()
485 int64_t implied_hint; in extract_boe() local
489 implied_hint = hint_mask; in extract_boe()
491 implied_hint = hint_mask & ~1; in extract_boe()
494 || implied_hint == 0 in extract_boe()
495 || (value & hint_mask) != implied_hint) in extract_boe()