Searched refs:byteIndex (Results 1 – 2 of 2) 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()
48 const size_t byteIndex = index / 8; in set() local53 const uint8_t byte = mStorage[byteIndex]; in set()55 mStorage[byteIndex] = newValue; in set()60 const size_t byteIndex = index / 8; in get() local65 const uint8_t byte = mStorage[byteIndex]; in get()