Searched refs:CHUNK (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h351 #define CHUNK 65536 macro
369 for (off = 0; off < psize; off += CHUNK) {
372 size = MIN(CHUNK, psize - off);
381 size = MIN(CHUNK, size - off);
446 for (off = 0; off < csize; off += CHUNK) {
448 size = MIN(CHUNK, csize - off);
455 dsize = (dsize > off) ? MIN(CHUNK, dsize - off) : 0;
525 for (off = 0; off < csize; off += CHUNK) {
527 size = MIN(CHUNK, csize - off);
535 dsize = (dsize > off) ? MIN(CHUNK, dsiz
[all...]
/freebsd-current/tools/tools/crypto/
H A Dcryptotest.c106 #define CHUNK 64 /* how much to display */ macro
328 hexdump(cleartext, MIN(size, CHUNK));
354 memset(cleartext, 'x', MIN(size, CHUNK));
400 hexdump(cleartext, MIN(size, CHUNK));
/freebsd-current/contrib/sqlite3/tea/win/
H A Dnmakehlp.c52 #define CHUNK 25 macro
476 if (lastBuf - pi->buffer + CHUNK > STATICBUFFERSIZE) {
480 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);

Completed in 122 milliseconds