Searched defs:byteCount (Results 1 – 4 of 4) sorted by relevance
31 size_t byteCount = std::min(regData.length() / 2, size_t(4)); in extractType0Data() local86 size_t byteCount = std::min(regData.length() / 2, size_t(4)); in extractType1Data() local
52 uint8_t byteCount, responseCode, deviceAddress; in decode() local
75 char* byteCount = (char*)calloc(11, sizeof(char)); in dumpHex() local
1089 static size_t getBlockCount(size_t byteCount) in getBlockCount()