Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h175 static Error checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4.c556 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 KB))); in LZ4_decompress_generic() local