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