Searched refs:sizes (Results 1 – 1 of 1) sorted by relevance
/dalvik/tools/hprof-conv/ |
D | HprofConv.c | 324 static const int sizes[] = { -1, -1, 4, -1, 1, 2, 4, 8, 1, 2, 4, 8 }; in computeBasicLen() local 325 static const size_t maxSize = sizeof(sizes) / sizeof(sizes[0]); in computeBasicLen() 330 return sizes[basicType]; in computeBasicLen()
|