HomeSort by relevance Sort by last modified time
    Searched refs:__p (Results 201 - 225 of 969) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); }
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); }
150 /* __p may not be 0 */
151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n);
159 /* __p may not be 0 */
160 static void _STLP_CALL deallocate(void *__p, size_t __n)
161 { if (__n > (size_t)_MAX_BYTES) __stl_delete(__p); else _M_deallocate(__p, __n);
    [all...]
_rope.h 140 inline void _S_construct_null_aux(_CharT *__p, const __true_type&)
141 { *__p = 0; }
144 inline void _S_construct_null_aux(_CharT *__p, const __false_type&)
145 { _STLP_STD::_Construct(__p); }
148 inline void _S_construct_null(_CharT *__p) {
150 _S_construct_null_aux(__p, _Char_Is_Integral());
634 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {}
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) :
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {
    [all...]
_pthread_alloc.h 79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
145 void deallocate(pointer __p, size_type __n) {
146 _STLP_ASSERT( (__p == 0) == (__n == 0) )
147 if (__p != 0) {
149 memset((char*)__p, _STLP_SHRED_BYTE, __n * sizeof(value_type));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_alloc.h 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); }
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); }
150 /* __p may not be 0 */
151 static void _STLP_CALL _M_deallocate(void *__p, size_t __n);
159 /* __p may not be 0 */
160 static void _STLP_CALL deallocate(void *__p, size_t __n)
161 { if (__n > (size_t)_MAX_BYTES) __stl_delete(__p); else _M_deallocate(__p, __n);
    [all...]
_rope.h 140 inline void _S_construct_null_aux(_CharT *__p, const __true_type&)
141 { *__p = 0; }
144 inline void _S_construct_null_aux(_CharT *__p, const __false_type&)
145 { _STLP_STD::_Construct(__p); }
148 inline void _S_construct_null(_CharT *__p) {
150 _S_construct_null_aux(__p, _Char_Is_Integral());
634 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {}
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) :
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {
    [all...]
_pthread_alloc.h 79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
145 void deallocate(pointer __p, size_type __n) {
146 _STLP_ASSERT( (__p == 0) == (__n == 0) )
147 if (__p != 0) {
149 memset((char*)__p, _STLP_SHRED_BYTE, __n * sizeof(value_type));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 78 construct(pointer __p, const _Tp& __val)
79 { ::new((void *)__p) value_type(__val); }
84 construct(pointer __p, _Args&&... __args)
85 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
89 destroy(pointer __p) { __p->~_Tp(); }
  /external/stlport/stlport/stl/
_rope.h 140 inline void _S_construct_null_aux(_CharT *__p, const __true_type&)
141 { *__p = 0; }
144 inline void _S_construct_null_aux(_CharT *__p, const __false_type&)
145 { _STLP_STD::_Construct(__p); }
148 inline void _S_construct_null(_CharT *__p) {
150 _S_construct_null_aux(__p, _Char_Is_Integral());
634 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {}
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) :
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {
    [all...]
_pthread_alloc.h 79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
145 void deallocate(pointer __p, size_type __n) {
146 _STLP_ASSERT( (__p == 0) == (__n == 0) )
147 if (__p != 0) {
149 memset((char*)__p, _STLP_SHRED_BYTE, __n * sizeof(value_type));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 140 inline void _S_construct_null_aux(_CharT *__p, const __true_type&)
141 { *__p = 0; }
144 inline void _S_construct_null_aux(_CharT *__p, const __false_type&)
145 { _STLP_STD::_Construct(__p); }
148 inline void _S_construct_null(_CharT *__p) {
150 _S_construct_null_aux(__p, _Char_Is_Integral());
634 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {}
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) :
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {
    [all...]
_pthread_alloc.h 79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
145 void deallocate(pointer __p, size_type __n) {
146 _STLP_ASSERT( (__p == 0) == (__n == 0) )
147 if (__p != 0) {
149 memset((char*)__p, _STLP_SHRED_BYTE, __n * sizeof(value_type));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 140 inline void _S_construct_null_aux(_CharT *__p, const __true_type&)
141 { *__p = 0; }
144 inline void _S_construct_null_aux(_CharT *__p, const __false_type&)
145 { _STLP_STD::_Construct(__p); }
148 inline void _S_construct_null(_CharT *__p) {
150 _S_construct_null_aux(__p, _Char_Is_Integral());
634 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {}
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) :
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {
    [all...]
_pthread_alloc.h 79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
145 void deallocate(pointer __p, size_type __n) {
146 _STLP_ASSERT( (__p == 0) == (__n == 0) )
147 if (__p != 0) {
149 memset((char*)__p, _STLP_SHRED_BYTE, __n * sizeof(value_type));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 140 inline void _S_construct_null_aux(_CharT *__p, const __true_type&)
141 { *__p = 0; }
144 inline void _S_construct_null_aux(_CharT *__p, const __false_type&)
145 { _STLP_STD::_Construct(__p); }
148 inline void _S_construct_null(_CharT *__p) {
150 _S_construct_null_aux(__p, _Char_Is_Integral());
634 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {}
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) :
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {
    [all...]
_pthread_alloc.h 79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
145 void deallocate(pointer __p, size_type __n) {
146 _STLP_ASSERT( (__p == 0) == (__n == 0) )
147 if (__p != 0) {
149 memset((char*)__p, _STLP_SHRED_BYTE, __n * sizeof(value_type));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h 140 inline void _S_construct_null_aux(_CharT *__p, const __true_type&)
141 { *__p = 0; }
144 inline void _S_construct_null_aux(_CharT *__p, const __false_type&)
145 { _STLP_STD::_Construct(__p); }
148 inline void _S_construct_null(_CharT *__p) {
150 _S_construct_null_aux(__p, _Char_Is_Integral());
634 _Rope_self_destruct_ptr(_Rope_RopeRep<_CharT,_Alloc>* __p) : _M_ptr(__p) {}
664 _Rope_char_ref_proxy(_My_rope* __r, size_t __p) :
665 _M_pos(__p), _M_current_valid(false), _M_root(__r) {
    [all...]
_pthread_alloc.h 79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
145 void deallocate(pointer __p, size_type __n) {
146 _STLP_ASSERT( (__p == 0) == (__n == 0) )
147 if (__p != 0) {
149 memset((char*)__p, _STLP_SHRED_BYTE, __n * sizeof(value_type));
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
random.h 851 * 0 <= @p __r <= @p __p
853 template<typename _RandomNumberEngine, size_t __p, size_t __r>
856 static_assert(1 <= __r && __r <= __p,
864 static constexpr size_t block_size = __p;
3762 double __p; local
3763 __is >> __p; local
    [all...]
  /external/clang/lib/Headers/
mm_malloc.h 69 _mm_free(void *__p)
71 free(__p);
  /external/kernel-headers/original/linux/
percpu.h 31 struct percpu_data *__p = (struct percpu_data *)~(unsigned long)(ptr); \
32 (__typeof__(ptr))__p->ptrs[(cpu)]; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_0.h 64 __i_type* __p = &_ATOMIC_MEMBER_; \
65 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
67 __i_type __r = *__p; \
73 __i_type* __p = &_ATOMIC_MEMBER_; \
75 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
77 *__p = __w; \
83 __i_type* __p = &_ATOMIC_MEMBER_; \
85 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
87 __i_type __r = *__p; \
88 *__p __o __w;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_0.h 64 __i_type* __p = &_ATOMIC_MEMBER_; \
65 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
67 __i_type __r = *__p; \
73 __i_type* __p = &_ATOMIC_MEMBER_; \
75 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
77 *__p = __w; \
83 __i_type* __p = &_ATOMIC_MEMBER_; \
85 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
87 __i_type __r = *__p; \
88 *__p __o __w;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 64 __i_type* __p = &_ATOMIC_MEMBER_; \
65 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
67 __i_type __r = *__p; \
73 __i_type* __p = &_ATOMIC_MEMBER_; \
75 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
77 *__p = __w; \
83 __i_type* __p = &_ATOMIC_MEMBER_; \
85 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
87 __i_type __r = *__p; \
88 *__p __o __w;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 64 __i_type* __p = &_ATOMIC_MEMBER_; \
65 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
67 __i_type __r = *__p; \
73 __i_type* __p = &_ATOMIC_MEMBER_; \
75 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
77 *__p = __w; \
83 __i_type* __p = &_ATOMIC_MEMBER_; \
85 __atomic_flag_base* __g = __atomic_flag_for_address(__p); \
87 __i_type __r = *__p; \
88 *__p __o __w;
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 69 _mm_free(void *__p)
71 free(__p);

Completed in 3481 milliseconds

1 2 3 4 5 6 7 891011>>