Searched refs:copyNibbles (Results 1 – 2 of 2) sorted by relevance
207 int copyNibbles = Math.min(halfAvailable(s), length >> LOG_HALF_SIZE); in copyBytes() local208 if (copyNibbles > 0) { in copyBytes()210 int delta = copyNibbles << LOG_HALF_SIZE; in copyBytes()214 s.halfOffset += copyNibbles; in copyBytes()
1385 var /** !number */ copyNibbles = min(halfAvailable(s), length >> 1);1386 if (copyNibbles > 0) {1388 var /** !number */ delta = copyNibbles << 1;1392 s.halfOffset += copyNibbles;