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

/ast/src/cmd/paxlib/calib/
H A Dcamap.c57 unsigned char buff0[32*1024], buff1[32*1024], *buff[2]; local
62 buff[0] = buff0;
64 if((n[0]=read(in,buff[0],sizeof(buff0)))<=0)
71 n[odd]=read(in,buff[odd],sizeof(buff0));

Completed in 6 milliseconds