Home
last modified time | relevance | path

Searched refs:CHUNKSIZE (Results 1 – 9 of 9) sorted by relevance

/minix/minix/tests/
H A Dtest44.c19 #define CHUNKSIZE 8192 in main() macro
34 v[i] = mmap(vaddr, CHUNKSIZE, PROT_READ|PROT_WRITE, 0, in main()
47 vaddr += CHUNKSIZE; in main()
57 #define TOTAL1 (CHUNKS1*CHUNKSIZE) in main()
67 t = v[CHUNKS1]+CHUNKSIZE-2; in main()
68 if((l=read(fd, t, CHUNKSIZE)) != CHUNKSIZE) { in main()
69 fprintf(stderr, "read %d but expected %d\n", l, CHUNKSIZE); in main()
/minix/external/gpl3/binutils/usr.sbin/mdsetimage/
H A Dmdsetimage.c65 #define CHUNKSIZE (64 * 1024) macro
196 char buf[CHUNKSIZE]; in main()
214 todo = (left_to_copy > CHUNKSIZE) ? CHUNKSIZE : left_to_copy; in main()
/minix/games/fortune/strfile/
H A Dstrfile.c96 # define CHUNKSIZE 512 macro
100 ptr = malloc(CHUNKSIZE * sizeof *ptr); \
101 else if (((sz) + 1) % CHUNKSIZE == 0) \
102 ptr = realloc(ptr, ((sz) + CHUNKSIZE) * sizeof *ptr); \
/minix/external/bsd/libpcap/dist/
H A Ddlpisubs.c34 #define CHUNKSIZE 65536 macro
40 #define PKTBUFSIZE CHUNKSIZE
315 chunksize = CHUNKSIZE; in pcap_conf_bufmod()
H A Dpcap-nit.c65 #define CHUNKSIZE (2*1024) macro
70 #define BUFSPACE (4*CHUNKSIZE)
247 nioc.nioc_chunksize = CHUNKSIZE; in nit_setflags()
H A Dpcap-snit.c77 #define CHUNKSIZE (2*1024) macro
82 #define BUFSPACE (4*CHUNKSIZE)
292 int chunksize = CHUNKSIZE; in pcap_activate_snit()
/minix/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbufgap.c50 #ifndef CHUNKSIZE
51 #define CHUNKSIZE 256 macro
/minix/crypto/external/bsd/netpgp/dist/src/lib/
H A Dbufgap.c61 #ifndef CHUNKSIZE
62 #define CHUNKSIZE 256 macro
/minix/sys/ufs/lfs/
H A Dlfs_segment.c2278 #define CHUNKSIZE MAXPHYS macro
2306 while (i && cbp->b_bcount < CHUNKSIZE) {
2309 if (bp->b_bcount > (CHUNKSIZE - cbp->b_bcount))
2323 p = cbp->b_data = lfs_malloc(fs, CHUNKSIZE,