Searched refs:checkOffset (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 42 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() function 59 if (std::error_code EC = checkOffset(M, Addr, Size)) in getObject() 104 assert(!checkOffset(Data, uintptr_t(Addr), sizeof(*Addr))); in toSymb() 414 if (checkOffset(M, uintptr_t(begin), sizeof(coff_relocation) * NumRelocs)) in getFirstReloc() 1002 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 891 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset() method in RuleBasedBreakIterator 907 checkOffset(offset, fText); in isBoundary()
|
/external/lz4/lib/ |
D | lz4.c | 972 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 KB))); in LZ4_decompress_generic() local 1028 …if ((checkOffset) && (unlikely(match < lowLimit))) goto _output_error; /* Error : offset outside… in LZ4_decompress_generic()
|
/external/chromium-trace/trace-viewer/tracing/third_party/jszip/ |
D | jszip.min.js | 12 …checkOffset:function(a){this.checkIndex(this.index+a)},checkIndex:function(a){if(this.length<a||0>… method
|