Searched refs:intBytes1 (Results 1 – 2 of 2) sorted by relevance
606 char intBytes1[5]; in TestDelta() local623 memset(intBytes1, 1, sizeof(intBytes1)); in TestDelta()625 int32_t length1 = BytesTrieBuilder::internalEncodeDelta(delta, intBytes1); in TestDelta()632 uint8_t b1 = intBytes1[i]; in TestDelta()
538 byte[] intBytes1 = new byte[5]; in TestDelta()555 Arrays.fill(intBytes1, (byte)1); in TestDelta()557 int length1 = BytesTrieBuilder.internalEncodeDelta(delta, intBytes1); in TestDelta()563 byte b1 = intBytes1[i]; in TestDelta()