Searched refs:byteIndex (Results 1 – 1 of 1) sorted by relevance
37 const size_t byteIndex = index / 8; in set() local39 const uint8_t byte = mStorage[byteIndex]; in set()41 mStorage[byteIndex] = newValue; in set()45 const size_t byteIndex = index / 8; in get() local47 const uint8_t byte = mStorage[byteIndex]; in get()