Lines Matching refs:Pos
64 UInt32 Pos; 75 Pos = 0; 96 while (Pos < BufferSize) 98 if (GetRndBit() == 0 || Pos < 1) 99 Buffer[Pos++] = (Byte)RG.GetRnd(8); 109 while (Rep0 >= Pos); 113 for (UInt32 i = 0; i < len && Pos < BufferSize; i++, Pos++) 114 Buffer[Pos] = Buffer[Pos - Rep0];