Searched refs:secondHalf (Results 1 – 6 of 6) sorted by relevance
340 int secondHalf = getSecondHalf(p, lower32); local341 if (secondHalf != 0) {342 otherHalf_ = secondHalf | 0xc0; // continuation CE399 int secondHalf = getSecondHalf(p, lower32); in previous() local400 if (secondHalf != 0) { in previous()409 return secondHalf | 0xc0; // continuation CE in previous()
350 int secondHalf = getSecondHalf(p, lower32); local351 if (secondHalf != 0) {352 otherHalf_ = secondHalf | 0xc0; // continuation CE410 int secondHalf = getSecondHalf(p, lower32); in previous() local411 if (secondHalf != 0) { in previous()420 return secondHalf | 0xc0; // continuation CE in previous()
133 uint32_t secondHalf = getSecondHalf(p, lower32); in next() local134 if (secondHalf != 0) { in next()135 otherHalf_ = secondHalf | 0xc0; // continuation CE in next()205 uint32_t secondHalf = getSecondHalf(p, lower32); in previous() local206 if (secondHalf != 0) { in previous()215 return secondHalf | 0xc0; // continuation CE in previous()
285 const size_t secondHalf = fullFrameBytes - firstHalf; in DEF_TEST() local308 haltingStream->addNewData(secondHalf); in DEF_TEST()
542 secondHalf = byteord(curByte) << numBitsCut543 newByte = (firstHalf | secondHalf) & ((1<<numBits)-1)