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

/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmreg.h387 #define BSUP_BLK2SIZE(CHUNK) (8 * (CHUNK))
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dnmakehlp.c55 #define CHUNK 25 macro
453 if (lastBuf - pi->buffer + CHUNK > STATICBUFFERSIZE) {
457 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dihex.c129 #define CHUNK 16 macro
719 char buf[9 + CHUNK * 2 + 4];
780 if (count > CHUNK)
781 now = CHUNK;
H A Dtekhex.c232 #define CHUNK 21 macro
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptotest.c105 #define CHUNK 64 /* how much to display */ macro
320 hexdump(cleartext, MIN(size, CHUNK));
343 memset(cleartext, 'x', MIN(size, CHUNK));
386 hexdump(cleartext, MIN(size, CHUNK));

Completed in 374 milliseconds