Home
last modified time | relevance | path

Searched refs:CHAR_BITS (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSYS/include/
Dmachine_type.h172 #define CHAR_BITS 8 macro
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp3649 : INT32_BITS - (CHAR_BITS * typeWidthInBytes(Src0Ty))); in lowerCast()
3653 : (1 << (CHAR_BITS * typeWidthInBytes(Src0Ty))) - 1); in lowerCast()
4602 const uint32_t Mask = (1 << (CHAR_BITS * typeWidthInBytes(DestTy))) - 1; in lowerIntrinsicCall()
4687 const uint32_t Mask = (1 << (CHAR_BITS * typeWidthInBytes(Ty))) - 1; in lowerIntrinsicCall()
4738 (INT32_BITS - CHAR_BITS * typeWidthInBytes(DestTy)); in lowerIntrinsicCall()
4739 const uint32_t Mask = (1 << (CHAR_BITS * typeWidthInBytes(DestTy))) - 1; in lowerIntrinsicCall()
4829 INT32_BITS - (CHAR_BITS * typeWidthInBytes(DestTy)); in lowerIntrinsicCall()
4830 const uint32_t Mask = (1 << (CHAR_BITS * typeWidthInBytes(DestTy))) - 1; in lowerIntrinsicCall()
DIceTargetLoweringMIPS32.h854 static constexpr uint32_t CHAR_BITS = 8; variable