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

/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatmreg.h387 #define BSUP_BLK2SIZE(CHUNK) (8 * (CHUNK))
/freebsd-9.3-release/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-9.3-release/tools/tools/crypto/
H A Dcryptotest.c102 #define CHUNK 64 /* how much to display */ macro
313 hexdump(cleartext, MIN(size, CHUNK));
336 memset(cleartext, 'x', MIN(size, CHUNK));
379 hexdump(cleartext, MIN(size, CHUNK));

Completed in 70 milliseconds