Searched refs:byteIndex (Results 1 – 5 of 5) sorted by relevance
58 size_t byteIndex = 0; in FragmentedLoadTransaction() local64 getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction()68 getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction()71 byteIndex += fragmentSize; in FragmentedLoadTransaction()72 } while (byteIndex < appBinary.size()); in FragmentedLoadTransaction()
37 byteIndex := 043 for ; byteIndex < minLength; byteIndex++ {44 aByte, bByte = a[byteIndex], b[byteIndex]52 numberStartIndex = byteIndex57 if byteIndex == minLength {83 numberStartIndex = byteIndex
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()
277 for (int byteIndex = 0; byteIndex < 4; ++byteIndex) { in getSupportedPIDs()279 if (fourByteBitSet.getBit(byteIndex, bitIndex)) { in getSupportedPIDs()280 int command = basePid + 8 * byteIndex + 7 - bitIndex; in getSupportedPIDs()
228 int byteIndex = i * 2; in addAndConvertBuffers() local229 dst[byteIndex] = (byte) (sum & 0xff); in addAndConvertBuffers()230 dst[byteIndex + 1] = (byte) ((sum >> 8) & 0xff); in addAndConvertBuffers()