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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c44 #define CPUBUFFERSIZE 2048 /* Size of /proc/cpuinfo buffer */ macro
802 count = fread(buf, 1, CPUBUFFERSIZE, cpuInfoFile);
810 if(count >= CPUBUFFERSIZE - 2) {
1066 char buf[CPUBUFFERSIZE];
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c76 #define CPUBUFFERSIZE 2048 /* Size of /proc/cpuinfo buffer */ macro
911 count = fread(buf, 1, CPUBUFFERSIZE, cpuInfoFile);
919 if(count >= CPUBUFFERSIZE - 2) {
1189 char buf[CPUBUFFERSIZE];

Completed in 5 milliseconds