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