Searched refs:aControlByte (Results 1 – 1 of 1) sorted by relevance
928 static bool IsEntryCompressed(uint8_t aControlByte) { return (aControlByte & kCompressed); } in IsEntryCompressed() argument937 static uint8_t GetContextId(uint8_t aControlByte) { return (aControlByte & kContextIdMask); } in GetContextId() argument