Home
last modified time | relevance | path

Searched refs:MIN_INT_BITS (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_internal.h177 #define MIN_INT_BITS(length) (-(INT64_C(1) << ((length) - 1))) macro
Dcbs_mpeg2.c80 MIN_INT_BITS(width), \
117 MIN_INT_BITS(width), \
Dcbs_av1.c588 MIN_INT_BITS(width), \
673 MIN_INT_BITS(width), \
Dcbs_h2645.c274 xi(width, name, current->name, MIN_INT_BITS(width), MAX_INT_BITS(width), 0, )
289 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/
DDerivedTypes.h50 MIN_INT_BITS = 1, ///< Minimum number of bits that can be specified enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h51 MIN_INT_BITS = 1, ///< Minimum number of bits that can be specified enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp245 assert(NumBits >= MIN_INT_BITS && "bitwidth too small"); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp479 if (NumBits < IntegerType::MIN_INT_BITS || in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1762 if (NumBits < IntegerType::MIN_INT_BITS || in parseTypeTableBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8645 static_cast<unsigned>(IntegerType::MIN_INT_BITS)); in lowerRangeToAssertZExt()