Home
last modified time | relevance | path

Searched refs:IsInBounds (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_BitStream.cpp30 if (!IsInBounds()) in readNBits()
52 if (!IsInBounds()) in readNBits()
74 if (!IsInBounds()) in read1Bit()
83 if (!IsInBounds()) in read1Bit()
92 if (!IsInBounds()) in read1Byte()
127 return IsInBounds() ? m_pBuf[m_dwByteIdx] : 0; in getCurByte()
131 if (IsInBounds()) in incByteIdx()
136 return IsInBounds() ? m_pBuf[m_dwByteIdx] : 0xFF; in getCurByte_arith()
185 bool CJBig2_BitStream::IsInBounds() const { in IsInBounds() function in CJBig2_BitStream
DJBig2_BitStream.h43 bool IsInBounds() const;
DJBig2_ArithDecoder.cpp117 if (!m_pStream->IsInBounds()) in BYTEIN()
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunction-templates-expected.cc8 bool IsInBounds(From value) { in IsInBounds() function
14 if (!IsInBounds<To>(value)) in SafeCast()
26 if (!IsInBounds<T>(rhs.value_)) in Checked()
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h230 IsInBounds = (1 << 0) enumerator
237 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()
244 return SubclassOptionalData & IsInBounds; in isInBounds()
/external/llvm/include/llvm/IR/
DOperator.h367 IsInBounds = (1 << 0) enumerator
374 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()
380 return SubclassOptionalData & IsInBounds; in isInBounds()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp1087 std::vector<SPIRVValue *> Indices, SPIRVBasicBlock *BB, bool IsInBounds){ in addPtrAccessChainInst() argument
1089 IsInBounds?OpInBoundsPtrAccessChain:OpPtrAccessChain, in addPtrAccessChainInst()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1618 InBounds ? GEPOperator::IsInBounds : 0); in getGetElementPtr()
/external/llvm/lib/IR/
DConstants.cpp1941 InBounds ? GEPOperator::IsInBounds : 0, None, in getGetElementPtr()