Searched refs:SCRATCHSIZE (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/libFS/dist/src/ | ||
| H A D | FSlibInt.c | 604 #define SCRATCHSIZE 2048 macro 605 char buf[SCRATCHSIZE]; 608 register long bytes_read = (n > SCRATCHSIZE) ? SCRATCHSIZE : n; 613 #undef SCRATCHSIZE |
Completed in 2 milliseconds