Searched refs:intBytes0 (Results 1 – 2 of 2) sorted by relevance
605 char intBytes0[5]; in TestDelta() local622 memset(intBytes0, 0, sizeof(intBytes0)); in TestDelta()624 int32_t length0 = BytesTrieBuilder::internalEncodeDelta(delta, intBytes0); in TestDelta()631 uint8_t b0 = intBytes0[i]; in TestDelta()636 const uint8_t *start = (const uint8_t *)intBytes0; in TestDelta()
537 byte[] intBytes0 = new byte[5]; in TestDelta()554 Arrays.fill(intBytes0, (byte)0); in TestDelta()556 int length0 = BytesTrieBuilder.internalEncodeDelta(delta, intBytes0); in TestDelta()562 byte b0 = intBytes0[i]; in TestDelta()566 int pos = BytesTrie.jumpByDelta(intBytes0, 0); in TestDelta()