HomeSort by relevance Sort by last modified time
    Searched refs:ptrdiff_t (Results 351 - 375 of 1335) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 74 typedef ptrdiff_t difference_type;
96 typedef ptrdiff_t difference_type;
atomic_2.h 513 operator+=(ptrdiff_t __d)
517 operator+=(ptrdiff_t __d) volatile
521 operator-=(ptrdiff_t __d)
525 operator-=(ptrdiff_t __d) volatile
646 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst)
650 fetch_add(ptrdiff_t __d,
655 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst)
659 fetch_sub(ptrdiff_t __d,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
extptr_allocator.h 60 typedef std::ptrdiff_t difference_type;
153 typedef std::ptrdiff_t difference_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 72 typedef ptrdiff_t difference_type;
93 typedef ptrdiff_t difference_type;
ptr_traits.h 69 typedef ptrdiff_t __type;
162 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 74 typedef ptrdiff_t difference_type;
96 typedef ptrdiff_t difference_type;
atomic_2.h 513 operator+=(ptrdiff_t __d)
517 operator+=(ptrdiff_t __d) volatile
521 operator-=(ptrdiff_t __d)
525 operator-=(ptrdiff_t __d) volatile
646 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst)
650 fetch_add(ptrdiff_t __d,
655 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst)
659 fetch_sub(ptrdiff_t __d,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
extptr_allocator.h 60 typedef std::ptrdiff_t difference_type;
153 typedef std::ptrdiff_t difference_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
allocator.h 72 typedef ptrdiff_t difference_type;
93 typedef ptrdiff_t difference_type;
ptr_traits.h 69 typedef ptrdiff_t __type;
162 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
allocator.h 67 typedef ptrdiff_t difference_type;
96 typedef ptrdiff_t difference_type;
ptr_traits.h 69 typedef ptrdiff_t __type;
162 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
allocator.h 67 typedef ptrdiff_t difference_type;
96 typedef ptrdiff_t difference_type;
ptr_traits.h 69 typedef ptrdiff_t __type;
157 typedef ptrdiff_t difference_type;
  /external/clang/lib/Headers/
stddef.h 47 /* Always define ptrdiff_t when modules are available. */
51 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /external/clang/tools/diagtool/
DiagnosticNames.h 62 typedef std::ptrdiff_t difference_type;
  /external/eigen/Eigen/src/StlSupport/
details.h 26 typedef ptrdiff_t difference_type;
  /external/freetype/include/config/
ftstdlib.h 38 #define ft_ptrdiff_t ptrdiff_t
  /external/jemalloc/test/unit/
util.c 267 TEST("_1234_", "_%td_", ((ptrdiff_t)1234));
268 TEST("_-1234_", "_%td_", ((ptrdiff_t)-1234));
269 TEST("_1234_", "_%ti_", ((ptrdiff_t)1234));
270 TEST("_-1234_", "_%ti_", ((ptrdiff_t)-1234));
  /external/libcxx/test/std/containers/
stack_allocator.h 28 typedef std::ptrdiff_t difference_type;
  /external/libcxx/test/std/re/re.results/
types.pass.cpp 40 static_assert((std::is_same<typename MR::difference_type, std::ptrdiff_t>::value), "");
  /external/libvpx/libvpx/test/
vp8_decrypt_test.cc 30 ptrdiff_t offset) {
vp9_decrypt_test.cc 30 ptrdiff_t offset) {
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.h 38 #define POSIX_LOG_MEMORY_SHORT_BYTES (4 * sizeof(ptrdiff_t))
  /external/pdfium/third_party/freetype/include/config/
ftstdlib.h 38 #define ft_ptrdiff_t ptrdiff_t

Completed in 1562 milliseconds

<<11121314151617181920>>