Searched refs:implied_hint (Results 1 – 2 of 2) sorted by relevance
453 int64_t implied_hint; in insert_boe() local457 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() local490 implied_hint = hint_mask; in extract_boe()492 implied_hint = hint_mask & ~1; in extract_boe()495 || implied_hint == 0 in extract_boe()[all …]
452 int64_t implied_hint; in insert_boe() local456 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() local489 implied_hint = hint_mask; in extract_boe()491 implied_hint = hint_mask & ~1; in extract_boe()494 || implied_hint == 0 in extract_boe()[all …]