Searched refs:byteIndex (Results 1 – 1 of 1) sorted by relevance
38 const size_t byteIndex = index / 8; in set() local40 const uint8_t byte = mStorage[byteIndex]; in set()43 mStorage[byteIndex] = newValue; in set()47 const size_t byteIndex = index / 8; in get() local49 const uint8_t byte = mStorage[byteIndex]; in get()