Searched refs:ThisNopLength (Results 1 – 2 of 2) sorted by relevance
363 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); in writeNopData() local364 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData()367 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()370 Count -= ThisNopLength; in writeNopData()
366 const uint8_t ThisNopLength = (uint8_t) std::min(Count, MaxNopLength); in writeNopData() local367 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData()370 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()373 Count -= ThisNopLength; in writeNopData()