Searched refs:decodeConst (Results 1 – 2 of 2) sorted by relevance
39 c = decodeConst(dim2lvl[l]); in isFloor()49 c = decodeConst(dim2lvl[l]); in isMod()
495 constexpr uint64_t decodeConst(uint64_t v) { return (v >> 20) & 0xfffffu; } in decodeConst() function