Searched defs:byteCount (Results 1 – 3 of 3) sorted by relevance
20 size_t byteCount = std::min(regData.length() / 2, size_t(4)); in extractData() local
87 char* byteCount = (char*)calloc(11, sizeof(char)); in dumpHex() local
1089 static size_t getBlockCount(size_t byteCount) in getBlockCount()