Searched refs:kMaxDim (Results 1 – 1 of 1) sorted by relevance
/art/tools/jfuzz/ |
D | jfuzz.cc | 72 static const uint32_t kMaxDim = 10; variable 73 static const uint32_t kMaxDimSize[kMaxDim + 1] = { 0, 1000, 32, 10, 6, 4, 3, 3, 2, 2, 2 }; 109 array_dim_(random1(kMaxDim)), in JFuzz()
|