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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp.c49 #define CHUNK 4096 macro
56 if (total_read + CHUNK + 1 > text_size) {
57 text_size = text_size ? text_size * 2 : CHUNK + 1;
64 bytes = fread (text + total_read, 1, CHUNK, fp);
67 if (bytes < CHUNK) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp.c49 #define CHUNK 4096 macro
56 if (total_read + CHUNK + 1 > text_size) {
57 text_size = text_size ? text_size * 2 : CHUNK + 1;
64 bytes = fread (text + total_read, 1, CHUNK, fp);
67 if (bytes < CHUNK) {

Completed in 2 milliseconds