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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp.c52 size_t total_read = 0; local in function:load_text_fp
56 if (total_read + CHUNK + 1 > text_size) {
64 bytes = fread (text + total_read, 1, CHUNK, fp);
65 total_read += bytes;
72 text[total_read] = '\0';
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp.c52 size_t total_read = 0; local in function:load_text_fp
56 if (total_read + CHUNK + 1 > text_size) {
64 bytes = fread (text + total_read, 1, CHUNK, fp);
65 total_read += bytes;
72 text[total_read] = '\0';
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dstandalone.cpp342 size_t total_read = 0; local in function:load_text_file
356 size_t bytes = fread(text + total_read,
357 1, size - total_read, fp);
358 if (bytes < size - total_read) {
368 total_read += bytes;
369 } while (total_read < size);
371 text[total_read] = '\0';
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dstandalone.cpp352 size_t total_read = 0; local in function:load_text_file
366 size_t bytes = fread(text + total_read,
367 1, size - total_read, fp);
368 if (bytes < size - total_read) {
378 total_read += bytes;
379 } while (total_read < size);
381 text[total_read] = '\0';
/xsrc/external/mit/libxcb/dist/src/
H A Dxcbint.h150 uint64_t total_read; member in struct:_xcb_in
H A Dxcb_conn.c571 n = c->in.total_read;
H A Dxcb_in.c1039 c->in.total_read += n;

Completed in 15 milliseconds