Searched refs:secondHalf (Results 1 – 3 of 3) sorted by relevance
352 int secondHalf = getSecondHalf(p, lower32); local353 if (secondHalf != 0) {354 otherHalf_ = secondHalf | 0xc0; // continuation CE412 int secondHalf = getSecondHalf(p, lower32); in previous() local413 if (secondHalf != 0) { in previous()422 return secondHalf | 0xc0; // continuation CE in previous()
130 uint32_t secondHalf = getSecondHalf(p, lower32); in next() local131 if (secondHalf != 0) { in next()132 otherHalf_ = secondHalf | 0xc0; // continuation CE in next()202 uint32_t secondHalf = getSecondHalf(p, lower32); in previous() local203 if (secondHalf != 0) { in previous()212 return secondHalf | 0xc0; // continuation CE in previous()
533 secondHalf = byteord(curByte) << numBitsCut534 newByte = (firstHalf | secondHalf) & ((1<<numBits)-1)