Lines Matching refs:BLKSIZE
40 #define BLKSIZE (8 * 1024) macro
60 uint32_t buf[2 * BLKSIZE / sizeof (uint32_t)]; /* text buffer */ in Pscantext()
140 if ((nbytes = read(P->asfd, buf, 2*BLKSIZE)) <= 0) in Pscantext()
143 if (nbytes < BLKSIZE) in Pscantext()
146 n2bytes = nbytes - BLKSIZE; in Pscantext()
147 nbytes = BLKSIZE; in Pscantext()
158 &buf[BLKSIZE / sizeof (buf[0])], in Pscantext()
162 if (nbytes == BLKSIZE && in Pscantext()
163 offset + BLKSIZE < endoff) in Pscantext()
165 &buf[BLKSIZE / sizeof (buf[0])], in Pscantext()
166 BLKSIZE); in Pscantext()