Searched refs:lineSize (Results 1 – 5 of 5) sorted by relevance
636 int const lineSize = 32; in flushCode() local637 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode()641 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode()
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 31 milliseconds