Home | History | Annotate | Download | only in tests

Lines Matching full:bbuffer

124     BYTE* const BBuffer = (BYTE*)buffer;
130 BBuffer[pos++] = (BYTE)(FUZ_rand(seed));
142 while (pos < d) BBuffer[pos++] = BBuffer[match++];
147 while (pos < d) BBuffer[pos++] = (BYTE)(FUZ_rand(seed) >> 5);