Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h163 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedBreakIterator.java477 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset() method in RuleBasedBreakIterator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java540 protected static final void checkOffset(int offset, CharacterIterator text) { in checkOffset() method in RuleBasedBreakIterator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp874 const IVec4 checkOffset = (imageSize - checkSize) / 2; in testWithSizeReduction() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp958 const IVec4 checkOffset = (imageSize - checkSize) / 2; in testWithSizeReduction() local
/third_party/lz4/lib/
Dlz4.c1961 const int checkOffset = (dictSize < (int)(64 KB)); in LZ4_decompress_generic() local