Searched refs:CHAR_BIT (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h26 #ifndef CHAR_BIT
27 #define CHAR_BIT 8 /* number of bits in a char */ macro
/frameworks/base/native/android/
H A Dnet.c39 *netid = ((handle >> (CHAR_BIT * sizeof(k32BitMask))) & k32BitMask);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c228 unsigned char part = pNonce[i] + (unsigned char)(blockIndex >> (i * CHAR_BIT));

Completed in 1066 milliseconds