Searched refs:kNumLabels (Results 1 – 1 of 1) sorted by relevance
83 const int kNumLabels = 8; variable108 char buf[kNumLabels + 1]; in PrintBinary()109 assert(Len <= kNumLabels); in PrintBinary()110 for (int i = 0; i < kNumLabels; i++) in PrintBinary()125 size_t LenOfLastIteration = kNumLabels; in PrintDataFlow()126 if (auto Tail = InputLen % kNumLabels) in PrintDataFlow()130 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()175 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()188 size_t BaseIdx = Iter * kNumLabels; in main()189 size_t LastIdx = BaseIdx + kNumLabels < NumBytesRead ? BaseIdx + kNumLabels in main()