Home | History | Annotate | Download | only in utils

Lines Matching refs:fHigh

304     uint64_t fHigh;
309 const uint64_t newLow = reverse64(this->fHigh);
310 this->fHigh = reverse64(this->fLow);
366 result = (block.fHigh
374 ((block.fHigh & ((1ULL << nHigh) - 1)) << nLow);
1913 dst->fBlock.fHigh = SkEndian_SwapLE64(qword[1]);