Searched refs:buffBase (Results 1 – 1 of 1) sorted by relevance
112 auto buffBase = new uint8_t[buffSizeBase]; in CompareByBitmap() local118 if (flag && (memset_s(buffBase, buffSizeBase, 0, buffSizeBase) != EOK)) { in CompareByBitmap()126 int32_t retBase = read(fdBase, buffBase, buffSizeBase); in CompareByBitmap()142 if (buffBase[j] != buffRun[j]) { in CompareByBitmap()149 delete [] buffBase; in CompareByBitmap()150 buffBase = nullptr; in CompareByBitmap()