Home
last modified time | relevance | path

Searched defs:checkOffset (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h148 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() function
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZip64ExtendedInformationExtraFieldTest.java234 private static void checkOffset(final byte[] b, final int off) { in checkOffset() method in Zip64ExtendedInformationExtraFieldTest
/external/u-boot/lib/
Dlz4.c97 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 KB))); in LZ4_decompress_generic() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java477 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset() method in RuleBasedBreakIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java491 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset() method in RuleBasedBreakIterator
/external/llvm/lib/Object/
DCOFFObjectFile.cpp42 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp973 const IVec4 checkOffset = (imageSize - checkSize) / 2; in testWithSizeReduction() local
/external/lz4/lib/
Dlz4.c1429 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 KB))); in LZ4_decompress_generic() local