Searched refs:MAX_INT_BITS (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_internal.h | 178 #define MAX_INT_BITS(length) ((INT64_C(1) << ((length) - 1)) - 1) macro
|
H A D | cbs_mpeg2.c | 81 MAX_INT_BITS(width))); \ 118 MAX_INT_BITS(width))); \
|
H A D | cbs_av1.c | 589 MAX_INT_BITS(width))); \ 674 MAX_INT_BITS(width))); \
|
H A D | cbs_h2645.c | 272 xi(width, name, current->name, MIN_INT_BITS(width), MAX_INT_BITS(width), 0, ) 287 xi(width, name, current->name, MIN_INT_BITS(width), MAX_INT_BITS(width), subs, __VA_ARGS__)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | DerivedTypes.h | 51 MAX_INT_BITS = (1<<24)-1 ///< Maximum number of bits that can be specified enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 52 MAX_INT_BITS = (1<<24)-1 ///< Maximum number of bits that can be specified enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 246 assert(NumBits <= MAX_INT_BITS && "bitwidth too large"); in get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 480 NumBits > IntegerType::MAX_INT_BITS) { in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2089 if (SizeInBits > IntegerType::MAX_INT_BITS)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1763 NumBits > IntegerType::MAX_INT_BITS) in parseTypeTableBody()
|
Completed in 26 milliseconds