Searched refs:actionInt (Results 1 – 2 of 2) sorted by relevance
47 int64_t actionInt = (int64_t)(intptr_t)action; in installFooter() local50 assert((actionInt << 6) >> 6 == actionInt); in installFooter()51 Footer encodedFooter = (actionInt << 6) | padding; in installFooter()