HomeSort by relevance Sort by last modified time
    Searched full:partlen (Results 1 - 1 of 1) sorted by null

  /external/quake/quake/src/QW/client/
md4.c 131 unsigned int i, index, partLen;
142 partLen = 64 - index;
145 if (inputLen >= partLen)
147 memcpy((POINTER)&context->buffer[index], (POINTER)input, partLen);
150 for (i = partLen; i + 63 < inputLen; i += 64)

Completed in 593 milliseconds