HomeSort by relevance Sort by last modified time
    Searched full:__ptr (Results 126 - 150 of 372) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 213 __destroy_range(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
215 __destroy_range_aux(__first, __last, __ptr, _Trivial_destructor());
232 __destroy_mv_srcs(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
234 __destroy_range_aux(__first, __last, __ptr, _CompleteMove());
_threads.h 48 * __stl_atomic_t _STLP_ATOMIC_INCREMENT(volatile __stl_atomic_t* __ptr) :
49 * increment *__ptr by 1 and returns the new value
50 * __stl_atomic_t _STLP_ATOMIC_DECREMENT(volatile __stl_atomic_t* __ptr) :
51 * decrement *__ptr by 1 and returns the new value
54 * void* _STLP_ATOMIC_EXCHANGE_PTR(void* volatile* __target, void* __ptr) :
55 * assign __ptr to *__target and returns former *__target value
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 130 struct cmsghdr * __ptr; local
132 __ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) + CMSG_ALIGN(__cmsg->cmsg_len));
133 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size)
136 return __ptr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 130 struct cmsghdr * __ptr; local
132 __ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) + CMSG_ALIGN(__cmsg->cmsg_len));
133 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size)
136 return __ptr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 130 struct cmsghdr * __ptr; local
132 __ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) + CMSG_ALIGN(__cmsg->cmsg_len));
133 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size)
136 return __ptr;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 213 __destroy_range(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
215 __destroy_range_aux(__first, __last, __ptr, _Trivial_destructor());
232 __destroy_mv_srcs(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
234 __destroy_range_aux(__first, __last, __ptr, _CompleteMove());
_threads.h 48 * __stl_atomic_t _STLP_ATOMIC_INCREMENT(volatile __stl_atomic_t* __ptr) :
49 * increment *__ptr by 1 and returns the new value
50 * __stl_atomic_t _STLP_ATOMIC_DECREMENT(volatile __stl_atomic_t* __ptr) :
51 * decrement *__ptr by 1 and returns the new value
54 * void* _STLP_ATOMIC_EXCHANGE_PTR(void* volatile* __target, void* __ptr) :
55 * assign __ptr to *__target and returns former *__target value
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 213 __destroy_range(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
215 __destroy_range_aux(__first, __last, __ptr, _Trivial_destructor());
232 __destroy_mv_srcs(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
234 __destroy_range_aux(__first, __last, __ptr, _CompleteMove());
_threads.h 48 * __stl_atomic_t _STLP_ATOMIC_INCREMENT(volatile __stl_atomic_t* __ptr) :
49 * increment *__ptr by 1 and returns the new value
50 * __stl_atomic_t _STLP_ATOMIC_DECREMENT(volatile __stl_atomic_t* __ptr) :
51 * decrement *__ptr by 1 and returns the new value
54 * void* _STLP_ATOMIC_EXCHANGE_PTR(void* volatile* __target, void* __ptr) :
55 * assign __ptr to *__target and returns former *__target value
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h 213 __destroy_range(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
215 __destroy_range_aux(__first, __last, __ptr, _Trivial_destructor());
232 __destroy_mv_srcs(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
234 __destroy_range_aux(__first, __last, __ptr, _CompleteMove());
_threads.h 48 * __stl_atomic_t _STLP_ATOMIC_INCREMENT(volatile __stl_atomic_t* __ptr) :
49 * increment *__ptr by 1 and returns the new value
50 * __stl_atomic_t _STLP_ATOMIC_DECREMENT(volatile __stl_atomic_t* __ptr) :
51 * decrement *__ptr by 1 and returns the new value
54 * void* _STLP_ATOMIC_EXCHANGE_PTR(void* volatile* __target, void* __ptr) :
55 * assign __ptr to *__target and returns former *__target value
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_construct.h 213 __destroy_range(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
215 __destroy_range_aux(__first, __last, __ptr, _Trivial_destructor());
232 __destroy_mv_srcs(_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr) {
234 __destroy_range_aux(__first, __last, __ptr, _CompleteMove());
_threads.h 48 * __stl_atomic_t _STLP_ATOMIC_INCREMENT(volatile __stl_atomic_t* __ptr) :
49 * increment *__ptr by 1 and returns the new value
50 * __stl_atomic_t _STLP_ATOMIC_DECREMENT(volatile __stl_atomic_t* __ptr) :
51 * decrement *__ptr by 1 and returns the new value
54 * void* _STLP_ATOMIC_EXCHANGE_PTR(void* volatile* __target, void* __ptr) :
55 * assign __ptr to *__target and returns former *__target value
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_uninitialized.h 535 _Construct_default_a_impl(_Tp* __ptr, _Allocator& __alloc, void*)
536 -> decltype(__alloc.construct(__ptr))
537 { return __alloc.construct(__ptr); }
541 _Construct_default_a_impl(_Tp* __ptr, _Allocator& __alloc, ...)
542 { _Construct(__ptr); }
546 _Construct_default_a(_Tp* __ptr, _Allocator& __alloc)
547 { _Construct_default_a_impl(__ptr, __alloc, nullptr); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_uninitialized.h 535 _Construct_default_a_impl(_Tp* __ptr, _Allocator& __alloc, void*)
536 -> decltype(__alloc.construct(__ptr))
537 { return __alloc.construct(__ptr); }
541 _Construct_default_a_impl(_Tp* __ptr, _Allocator& __alloc, ...)
542 { _Construct(__ptr); }
546 _Construct_default_a(_Tp* __ptr, _Allocator& __alloc)
547 { _Construct_default_a_impl(__ptr, __alloc, nullptr); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_uninitialized.h 535 _Construct_default_a_impl(_Tp* __ptr, _Allocator& __alloc, void*)
536 -> decltype(__alloc.construct(__ptr))
537 { return __alloc.construct(__ptr); }
541 _Construct_default_a_impl(_Tp* __ptr, _Allocator& __alloc, ...)
542 { _Construct(__ptr); }
546 _Construct_default_a(_Tp* __ptr, _Allocator& __alloc)
547 { _Construct_default_a_impl(__ptr, __alloc, nullptr); }
  /external/stlport/stlport/stl/
_threads.h 48 * __stl_atomic_t _STLP_ATOMIC_INCREMENT(volatile __stl_atomic_t* __ptr) :
49 * increment *__ptr by 1 and returns the new value
50 * __stl_atomic_t _STLP_ATOMIC_DECREMENT(volatile __stl_atomic_t* __ptr) :
51 * decrement *__ptr by 1 and returns the new value
54 * void* _STLP_ATOMIC_EXCHANGE_PTR(void* volatile* __target, void* __ptr) :
55 * assign __ptr to *__target and returns former *__target value
  /external/kernel-headers/original/linux/
socket.h 131 struct cmsghdr * __ptr; local
133 __ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) + CMSG_ALIGN(__cmsg->cmsg_len));
134 if ((unsigned long)((char*)(__ptr+1) - (char *) __ctl) > __size)
137 return __ptr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
unique_ptr.h 60 operator()(_Tp* __ptr) const
64 delete __ptr;
75 operator()(_Tp* __ptr) const
79 delete [] __ptr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
functions.h 57 __check_singular(const _Tp* __ptr)
58 { return __ptr == 0; }
76 __check_dereferenceable(const _Tp* __ptr)
77 { return __ptr; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mcheck.h 54 extern enum mcheck_status mprobe (void *__ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
functions.h 57 __check_singular(const _Tp* __ptr)
58 { return __ptr == 0; }
76 __check_dereferenceable(const _Tp* __ptr)
77 { return __ptr; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mcheck.h 54 extern enum mcheck_status mprobe (void *__ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mcheck.h 54 extern enum mcheck_status mprobe (void *__ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
functions.h 57 __check_singular(const _Tp* __ptr)
58 { return __ptr == 0; }
76 __check_dereferenceable(const _Tp* __ptr)
77 { return __ptr; }

Completed in 1146 milliseconds

1 2 3 4 56 7 8 91011>>