Lines Matching refs:implied_hint
453 int64_t implied_hint; in insert_boe() local
457 implied_hint = hint_mask; in insert_boe()
459 implied_hint = hint_mask & ~1; in insert_boe()
463 if (implied_hint == 0) in insert_boe()
466 && (value & hint_mask) != implied_hint) in insert_boe()
474 value |= implied_hint; in insert_boe()
486 int64_t implied_hint; in extract_boe() local
490 implied_hint = hint_mask; in extract_boe()
492 implied_hint = hint_mask & ~1; in extract_boe()
495 || implied_hint == 0 in extract_boe()
496 || (value & hint_mask) != implied_hint) in extract_boe()