Home
last modified time | relevance | path

Searched refs:SEG_SIZE (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp184 static const int SEG_SIZE = 0x2000; in GenerateJavaCodeAccessorMethodForBitwidth() local
185 char *buff = new char[SEG_SIZE]; in GenerateJavaCodeAccessorMethodForBitwidth()
189 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) { in GenerateJavaCodeAccessorMethodForBitwidth()