Searched refs:fHigh (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.h48 uint32_t fHigh; /*forbidden High */ member in struct:__anon12109
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp304 uint64_t fHigh; member in struct:ASTCBlock
309 const uint64_t newLow = reverse64(this->fHigh);
310 this->fHigh = reverse64(this->fLow);
366 result = (block.fHigh >> (from - 64)) & ((1ULL << nBits) - 1);
374 ((block.fHigh & ((1ULL << nHigh) - 1)) << nLow);
1913 dst->fBlock.fHigh = SkEndian_SwapLE64(qword[1]);

Completed in 146 milliseconds