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

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 240 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 750 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
752 return __gthrw_(pthread_setspecific) (__key, __ptr);
gthr-posix.h 750 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
752 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 724 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
726 return __gthrw_(pthread_setspecific) (__key, __ptr);
gthr-posix.h 724 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
726 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 724 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
726 return __gthrw_(pthread_setspecific) (__key, __ptr);
gthr-posix.h 724 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
726 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 240 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 240 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 737 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
739 return __gthrw_(pthread_setspecific) (__key, __ptr);
gthr-posix.h 737 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
739 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 737 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
739 return __gthrw_(pthread_setspecific) (__key, __ptr);
gthr-posix.h 737 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
739 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 737 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
739 return __gthrw_(pthread_setspecific) (__key, __ptr);
gthr-posix.h 737 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
739 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h 737 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
739 return __gthrw_(pthread_setspecific) (__key, __ptr);
gthr-posix.h 737 __gthread_setspecific (__gthread_key_t __key, const void *__ptr)
739 return __gthrw_(pthread_setspecific) (__key, __ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 1009 void operator()(_Tp* __ptr)
1012 _Alloc_traits::destroy(_M_alloc, __ptr);
1013 _Alloc_traits::deallocate(_M_alloc, __ptr, 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 485 extern void *realloc (void *__ptr, size_t __size)
488 extern void free (void *__ptr) __THROW;
493 extern void cfree (void *__ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 485 extern void *realloc (void *__ptr, size_t __size)
488 extern void free (void *__ptr) __THROW;
493 extern void cfree (void *__ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 485 extern void *realloc (void *__ptr, size_t __size)
488 extern void free (void *__ptr) __THROW;
493 extern void cfree (void *__ptr) __THROW;
  /external/kernel-headers/original/asm-x86/
processor_32.h 433 unsigned long *__ptr = (unsigned long *)(info); \
434 (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h 188 _Tp* __ptr _IsUnused = &__a; // require address of operator
193 const _Tp* __ptr _IsUnused = &__a; // require const address of operator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 752 _M_assign(_Tp* __ptr, const __shared_count<_Lp>& __refcount)
754 _M_ptr = __ptr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h 191 _Tp* __ptr _IsUnused = &__a; // require address of operator
196 const _Tp* __ptr _IsUnused = &__a; // require const address of operator

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>