Home
last modified time | relevance | path

Searched defs:off (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/android/support/src/wcstox/
Dshgetc.c31 int off = f->rpos - f->rstart; in shlim() local
/ndk/tests/device/asan-smoke/jni/
Dasan_oob_test.cc56 NOINLINE void oob_test(int size, int off) { in oob_test()
81 int off = i >= size ? (i - size) : 0; in OOBTest() local
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, in seekoff()
Dstrstream.cpp192 strstreambuf::seekoff(off_type off, in seekoff()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1-gcc-ext.c157 size_t off, len; in _Unwind_Backtrace() local
DUnwind-EHABI.cpp173 size_t off = 0; in unwindOneFrame() local
216 decode_eht_entry(const uint32_t* data, size_t* off, size_t* len) { in decode_eht_entry()
/ndk/sources/cxx-stl/gabi++/src/
Ddynamic_cast.cc45 adjust_pointer(const void* p, std::ptrdiff_t off) in adjust_pointer()
/ndk/tests/build/b9193874-neon/jni/
Db9193874-neon.c246 int off = ((16 * block + 1) + i) * 4; in UpsampleRgbaLinePairNEON() local
294 int off = ((16 * block + 1) + i) * 4; in UpsampleRgbaLinePairNEON() local
/ndk/sources/host-tools/make-3.81/
Dfile.c1026 unsigned long off = p - value; in build_target_list() local
Dvariable.c310 unsigned long off = p - var->value; in handle_special_var() local
Dread.c2624 unsigned long off = p - start; in readline() local
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp491 streamoff off = pos; in seek() local
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp491 streamoff off = pos; in seek() local
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpng.h2547 #define PNG_PASS_MASK(pass,off) ( \ argument