Searched refs:BSIZ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_memcpy.c32 #define BSIZ 2048 /* size of /proc/cpuinfo buffer */ macro
522 char buf[BSIZ];
535 count = fread(buf, 1, BSIZ, cpuInfoFile);
541 if (BSIZ == count) {
/xsrc/external/mit/xdm/dist/xdm/
H A Dgenauth.c306 # define BSIZ 0x10000 macro
327 if ((readlen = sumFile (randomFile, BSIZ, SEEK_SET, offset)) == BSIZ) {
331 if ((offset = sumFile (randomFile, BSIZ, SEEK_SET, 0)) == BSIZ)

Completed in 4 milliseconds