Searched defs:SEG_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp178 static const int SEG_SIZE = 0x2000; local
179 char *buff = new char[SEG_SIZE];
183 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {

Completed in 48 milliseconds