OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_length
(Results
1 - 3
of
3
) 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
293
int
read_length
;
local
296
while ((
read_length
= fread(buf, 1, sizeof(buf), pfin)) > 0) {
298
for (int i = 0; i <
read_length
; i++) {
/external/chromium_org/third_party/qcms/src/
iccread.c
1158
size_t
read_length
;
local
[
all
...]
Completed in 180 milliseconds