Searched refs:ThisNopLength (Results 1 – 1 of 1) sorted by relevance
1040 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); in writeNopData() local1041 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData()1044 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()1047 Count -= ThisNopLength; in writeNopData()