HomeSort by relevance Sort by last modified time
    Searched refs:ptrdiff_t (Results 151 - 175 of 1031) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp 45 typedef istream_iterator<char, ptrdiff_t> istream_char_ite;
46 typedef istream_iterator<int, ptrdiff_t> istream_int_ite;
47 typedef istream_iterator<string, ptrdiff_t> istream_string_ite;
  /ndk/tests/device/test-stlport/unit/
istmit_test.cpp 45 typedef istream_iterator<char, ptrdiff_t> istream_char_ite;
46 typedef istream_iterator<int, ptrdiff_t> istream_int_ite;
47 typedef istream_iterator<string, ptrdiff_t> istream_string_ite;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
malloc.h 31 #define __malloc_ptrdiff_t ptrdiff_t
86 extern void *(*__morecore) __MALLOC_PMT ((ptrdiff_t __size));
89 extern void *__default_morecore __MALLOC_P ((ptrdiff_t __size))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_types.h 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
179 typedef ptrdiff_t difference_type;
190 typedef ptrdiff_t difference_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 46 using std::ptrdiff_t;
54 typedef ptrdiff_t difference_type;
110 typedef ptrdiff_t difference_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
malloc.h 31 #define __malloc_ptrdiff_t ptrdiff_t
94 extern void *(*__morecore) (ptrdiff_t __size);
97 extern void *__default_morecore (ptrdiff_t __size)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_types.h 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
179 typedef ptrdiff_t difference_type;
190 typedef ptrdiff_t difference_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 46 using std::ptrdiff_t;
54 typedef ptrdiff_t difference_type;
110 typedef ptrdiff_t difference_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator_base_types.h 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
179 typedef ptrdiff_t difference_type;
190 typedef ptrdiff_t difference_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 46 using std::ptrdiff_t;
54 typedef ptrdiff_t difference_type;
110 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_types.h 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
179 typedef ptrdiff_t difference_type;
190 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 46 using std::ptrdiff_t;
54 typedef ptrdiff_t difference_type;
110 typedef ptrdiff_t difference_type;
  /bionic/libc/bionic/
brk.cpp 47 void* sbrk(ptrdiff_t increment) {
  /external/clang/test/Driver/
le32-unknown-nacl.cpp 9 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
  /external/elfutils/tests/
dwfl-bug-getmodules.c 55 ptrdiff_t offset = dwfl_getmodules (dwfl, &iterate, dwfl, 0);
  /external/libcxx/test/std/re/re.iter/re.regiter/
types.pass.cpp 20 // typedef ptrdiff_t difference_type;
35 static_assert((std::is_same<typename I::difference_type, std::ptrdiff_t>::value), "");
  /external/libcxx/test/std/re/re.iter/re.tokiter/
types.pass.cpp 20 // typedef ptrdiff_t difference_type;
35 static_assert((std::is_same<typename I::difference_type, std::ptrdiff_t>::value), "");
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 18 typedef void (*intra_pred_fn)(uint8_t *dst, ptrdiff_t stride,
  /external/pdfium/third_party/libopenjpeg20/
bio.h 41 #include <stddef.h> /* ptrdiff_t */
87 ptrdiff_t opj_bio_numbytes(opj_bio_t *bio);
  /external/vboot_reference/firmware/lib20/include/
vb2_common.h 52 ptrdiff_t member_data_offset,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/
types.pass.cpp 20 // typedef ptrdiff_t difference_type;
35 static_assert((std::is_same<typename I::difference_type, std::ptrdiff_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/
types.pass.cpp 20 // typedef ptrdiff_t difference_type;
35 static_assert((std::is_same<typename I::difference_type, std::ptrdiff_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
allocator_types.pass.cpp 19 // typedef ptrdiff_t difference_type;
37 static_assert((std::is_same<std::allocator<char>::difference_type, std::ptrdiff_t>::value), "");
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_deque.i 56 typedef ptrdiff_t difference_type;
93 typedef ptrdiff_t difference_type;
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stddef.h 30 /* Always define ptrdiff_t when modules are available. */
34 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef

Completed in 1025 milliseconds

1 2 3 4 5 67 8 91011>>