Searched refs:readBytesAs (Results 1 – 2 of 2) sorted by relevance
114 auto V = readBytesAs<uint16_t>(MatchTable + CurrentIdx); in executeMatchTable()120 auto V = readBytesAs<uint32_t>(MatchTable + CurrentIdx); in executeMatchTable()126 auto V = readBytesAs<uint64_t>(MatchTable + CurrentIdx); in executeMatchTable()256 readBytesAs<uint32_t>(MatchTable + CurrentIdx + (EntryIdx * 4)); in executeMatchTable()303 readBytesAs<uint32_t>(MatchTable + CurrentIdx + (NumEntry * 4)); in executeMatchTable()
710 template <typename Ty> static Ty readBytesAs(const uint8_t *MatchTable) { in readBytesAs() function