Searched refs:CHUNKSIZE (Results 1 – 9 of 9) sorted by relevance
/minix/minix/tests/ |
H A D | test44.c | 19 #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 D | mdsetimage.c | 65 #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 D | strfile.c | 96 # 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 D | dlpisubs.c | 34 #define CHUNKSIZE 65536 macro 40 #define PKTBUFSIZE CHUNKSIZE 315 chunksize = CHUNKSIZE; in pcap_conf_bufmod()
|
H A D | pcap-nit.c | 65 #define CHUNKSIZE (2*1024) macro 70 #define BUFSPACE (4*CHUNKSIZE) 247 nioc.nioc_chunksize = CHUNKSIZE; in nit_setflags()
|
H A D | pcap-snit.c | 77 #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 D | bufgap.c | 50 #ifndef CHUNKSIZE 51 #define CHUNKSIZE 256 macro
|
/minix/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | bufgap.c | 61 #ifndef CHUNKSIZE 62 #define CHUNKSIZE 256 macro
|
/minix/sys/ufs/lfs/ |
H A D | lfs_segment.c | 2278 #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,
|