Searched refs:BSIZ (Results 1 – 1 of 1) sorted by relevance
73 #define BSIZ 400000/*0x10000*/ macro302 ibuff=(SAMPL*)malloc(BSIZ*sizeof(SAMPL)); in main()306 for (n=0; n<BSIZ; n+=r) { in main()307 r = ReadN(fd1,ibuff+n,BSIZ-n); in main()