HomeSort by relevance Sort by last modified time
    Searched refs:read_length (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 180 int read_length; local
183 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {
184 GenerateSegmentMethod(buff, read_length, seg_num, pfout);
186 total_length += read_length;
slang_rs_reflection_cpp.cpp 260 int read_length; local
263 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) {
265 for (int i = 0; i < read_length; i++) {

Completed in 233 milliseconds