Searched refs:lineSize (Results 1 – 4 of 4) sorted by relevance
702 int const lineSize = 32; local703 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) {707 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) {
627 int const lineSize = 32; in flushCode() local628 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode()632 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode()
Completed in 44 milliseconds