Searched refs:SEG_SIZE (Results 1 – 1 of 1) sorted by relevance
183 static const int SEG_SIZE = 0x2000; in GenerateJavaCodeAccessorMethodForBitwidth() local184 char *buff = new char[SEG_SIZE]; in GenerateJavaCodeAccessorMethodForBitwidth()188 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) { in GenerateJavaCodeAccessorMethodForBitwidth()