Home
last modified time | relevance | path

Searched refs:NBITS (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h675 #define NBITS(type) (sizeof(type) * 8) macro
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h8008 const int NBITS = 16; variable
8009 const int A_OFFSET = 1 << (NBITS - 1);
8010 const int M_OFFSET = 1 << (NBITS - 1);
8011 const int MOD_MASK = (1 << NBITS) - 1;