Searched refs:read_length (Results 1 - 2 of 2) sorted by relevance
/frameworks/compile/slang/ |
H A D | slang_rs_reflect_utils.cpp | 186 int read_length; local 189 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) { 190 GenerateSegmentMethod(buff, read_length, bitwidth, seg_num, out); 192 total_length += read_length;
|
H A D | slang_rs_reflection_cpp.cpp | 434 int read_length; local 437 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) { 439 for (int i = 0; i < read_length; i++) {
|
Completed in 10 milliseconds