OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_length
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_reflection_cpp.cpp
209
int
read_length
;
local
212
while ((
read_length
= fread(buf, 1, sizeof(buf), pfin)) > 0) {
214
for(int i = 0; i <
read_length
; i++) {
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
;
Completed in 1789 milliseconds