Searched refs:firstHalf (Results 1 – 4 of 4) sorted by relevance
351 int firstHalf = getFirstHalf(p, lower32); local356 return firstHalf;411 int firstHalf = getFirstHalf(p, lower32); in previous() local421 otherHalf_ = firstHalf; in previous()424 return firstHalf; in previous()
129 uint32_t firstHalf = getFirstHalf(p, lower32); in next() local134 return firstHalf; in next()201 uint32_t firstHalf = getFirstHalf(p, lower32); in previous() local211 otherHalf_ = firstHalf; in previous()214 return firstHalf; in previous()
464 etc_compressed firstHalf = *pCompressed; in etc_encode_block_helper() local467 temp.score = firstHalf.score; in etc_encode_block_helper()468 temp.high = firstHalf.high | (i << 2); in etc_encode_block_helper()469 temp.low = firstHalf.low; in etc_encode_block_helper()
528 firstHalf = byteord(curByte) >> cutPoint529 firstHalf = ((1<<numBitsCut)-1) & firstHalf530 newByte = firstHalf534 newByte = (firstHalf | secondHalf) & ((1<<numBits)-1)