HomeSort by relevance Sort by last modified time
    Searched defs:nLow (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4-aah/security/tf_sdk/include/
mtc.h 60 uint32_t nLow;
  /hardware/ti/omap4xxx/security/tf_sdk/include/
mtc.h 60 uint32_t nLow;
  /external/skia/src/utils/
SkTextureCompressor_ASTC.cpp 370 const int nLow = 64 - from;
371 const int nHigh = nBits - nLow;
373 ((block.fLow >> from) & ((1ULL << nLow) - 1)) |
374 ((block.fHigh & ((1ULL << nHigh) - 1)) << nLow);
    [all...]

Completed in 531 milliseconds