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

1 2 3 4 5 6 7 891011>>

  /external/bison/lib/
stdio-impl.h 107 # define _ptr __ptr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 59 operator()(_Tp* __ptr) const
63 delete __ptr;
76 operator()(_Tp* __ptr) const
80 delete [] __ptr;
shared_ptr_base.h 999 void operator()(_Tp* __ptr)
1001 _M_alloc.destroy(__ptr);
1002 _M_alloc.deallocate(__ptr, 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 59 operator()(_Tp* __ptr) const
63 delete __ptr;
76 operator()(_Tp* __ptr) const
80 delete [] __ptr;
shared_ptr_base.h 999 void operator()(_Tp* __ptr)
1001 _M_alloc.destroy(__ptr);
1002 _M_alloc.deallocate(__ptr, 1);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unique_ptr.h 59 operator()(_Tp* __ptr) const
63 delete __ptr;
76 operator()(_Tp* __ptr) const
80 delete [] __ptr;
shared_ptr_base.h 999 void operator()(_Tp* __ptr)
1001 _M_alloc.destroy(__ptr);
1002 _M_alloc.deallocate(__ptr, 1);
    [all...]
  /external/stlport/test/unit/
ptrspec_test.cpp 33 bool operator () (_Tp *__ptr) const {
34 return *__ptr == 0;
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 33 bool operator () (_Tp *__ptr) const {
34 return *__ptr == 0;
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 33 bool operator () (_Tp *__ptr) const {
34 return *__ptr == 0;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 228 #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/sysroot/usr/include/
stdio.h 374 extern int vasprintf (char **__restrict __ptr, __const char *__restrict __f,
377 extern int __asprintf (char **__restrict __ptr,
380 extern int asprintf (char **__restrict __ptr,
678 extern size_t fread (void *__restrict __ptr, size_t __size,
684 extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
706 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
708 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 374 extern int vasprintf (char **__restrict __ptr, __const char *__restrict __f,
377 extern int __asprintf (char **__restrict __ptr,
380 extern int asprintf (char **__restrict __ptr,
678 extern size_t fread (void *__restrict __ptr, size_t __size,
684 extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
706 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
708 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 374 extern int vasprintf (char **__restrict __ptr, __const char *__restrict __f,
377 extern int __asprintf (char **__restrict __ptr,
380 extern int asprintf (char **__restrict __ptr,
678 extern size_t fread (void *__restrict __ptr, size_t __size,
684 extern size_t fwrite (__const void *__restrict __ptr, size_t __size,
706 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
708 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
  /external/wpa_supplicant_8/src/utils/
radiotap.c 34 } __attribute__((packed)) *__ptr = (void *) (p); \
36 __ptr->__val; \
  /ndk/sources/cxx-stl/llvm-libc++/include/
forward_list     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
functional 538 _M_call(_Tp& __ptr, const volatile void *, _ArgTypes... __args) const
539 { return ((*__ptr).*__pmf)(std::forward<_ArgTypes>(__args)...); }
585 _M_call(_Tp& __ptr, const volatile void *, _ArgTypes... __args) const
586 { return ((*__ptr).*__pmf)(std::forward<_ArgTypes>(__args)...); }
631 _M_call(_Tp& __ptr, const volatile void *, _ArgTypes... __args) const
632 { return ((*__ptr).*__pmf)(std::forward<_ArgTypes>(__args)...); }
678 _M_call(_Tp& __ptr, const volatile void *, _ArgTypes... __args) const
679 { return ((*__ptr).*__pmf)(std::forward<_ArgTypes>(__args)...); }
748 _M_call(_Tp& __ptr, const volatile void*) const
749 { return (*__ptr).*__pm;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 201 extern void if_freenameindex (struct if_nameindex *__ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 201 extern void if_freenameindex (struct if_nameindex *__ptr) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 201 extern void if_freenameindex (struct if_nameindex *__ptr) __THROW;
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 240 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__ptr[THREAD_SIZE_LONGS]); })

Completed in 859 milliseconds

1 2 3 4 5 6 7 891011>>