Searched refs:booleanIndex (Results 1 – 2 of 2) sorted by relevance
347 int booleanIndex = BindingsHelper.ALIGNMENT * i + j; in encode() local348 if (booleanIndex < v.length && v[booleanIndex]) { in encode()
340 int booleanIndex = i * BindingsHelper.ALIGNMENT + j; in readBooleans() local341 if (booleanIndex < result.length) { in readBooleans()342 result[booleanIndex] = (bytes[i] & (1 << j)) != 0; in readBooleans()