Home
last modified time | relevance | path

Searched defs:__p (Results 1 – 25 of 35) sorted by relevance

12

/external/kernel-headers/original/asm-arm/
Dunaligned.h42 #define __get_unaligned_2_le(__p) \ argument
45 #define __get_unaligned_2_be(__p) \ argument
48 #define __get_unaligned_4_le(__p) \ argument
51 #define __get_unaligned_4_be(__p) \ argument
95 static inline void __put_unaligned_2_le(__u32 __v, register __u8 *__p) in __put_unaligned_2_le()
101 static inline void __put_unaligned_2_be(__u32 __v, register __u8 *__p) in __put_unaligned_2_be()
107 static inline void __put_unaligned_4_le(__u32 __v, register __u8 *__p) in __put_unaligned_4_le()
113 static inline void __put_unaligned_4_be(__u32 __v, register __u8 *__p) in __put_unaligned_4_be()
119 static inline void __put_unaligned_8_le(const unsigned long long __v, register __u8 *__p) in __put_unaligned_8_le()
130 static inline void __put_unaligned_8_be(const unsigned long long __v, register __u8 *__p) in __put_unaligned_8_be()
Duaccess.h102 #define __get_user_x(__r2,__p,__e,__s,__i...) \ argument
136 #define __put_user_x(__r2,__p,__e,__s) \ argument
/external/stlport/stlport/stl/
D_construct.h90 inline void _Construct_aux (_T1* __p, const __false_type&) { in _Construct_aux()
95 inline void _Construct_aux (_T1* __p, const __true_type&) { in _Construct_aux()
106 inline void _Construct(_T1* __p) { in _Construct()
118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { in _Copy_Construct_aux()
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { in _Copy_Construct_aux()
130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { in _Copy_Construct()
138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { in _Param_Construct_aux()
143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { in _Param_Construct_aux()
150 inline void _Param_Construct(_T1* __p, const _T2& __val) { in _Param_Construct()
158 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __false_type& /*_IsPOD*/) { in _Move_Construct_Aux()
[all …]
D_alloc.h80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } in deallocate()
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } in deallocate()
160 static void _STLP_CALL deallocate(void *__p, size_t __n) in deallocate()
317 void deallocate(pointer __p, size_type __n) { in deallocate()
328 …void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(val… in deallocate()
331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } in construct()
332 void destroy(pointer __p) { _STLP_STD::_Destroy(__p); } in destroy()
D_alloc.c55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { in deallocate()
D_threads.h71 # define _STLP_ATOMIC_EXCHANGE(__p, __q) test_and_set(__p, __q) argument
73 # define _STLP_ATOMIC_EXCHANGE(__p, __q) __test_and_set((unsigned long*)__p, (unsigned long)__… argument
507 static __stl_atomic_t _S_swap(_STLP_VOLATILE __stl_atomic_t* __p, __stl_atomic_t __q) { in _S_swap()
528 static void* _S_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) { in _S_swap_ptr()
566 static __stl_atomic_t _S_swap(_STLP_VOLATILE __stl_atomic_t* __p, __stl_atomic_t __q) { in _S_swap()
591 static void* _S_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) { in _S_swap_ptr()
623 inline __stl_atomic_t _STLP_CALL _Atomic_swap(_STLP_VOLATILE __stl_atomic_t * __p, __stl_atomic_t _… in _Atomic_swap()
628 inline void* _STLP_CALL _Atomic_swap_ptr(void* _STLP_VOLATILE* __p, void* __q) { in _Atomic_swap_ptr()
D_new.h132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } in __stl_delete()
D_pthread_alloc.h145 void deallocate(pointer __p, size_type __n) { in deallocate()
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct()
D_string_workaround.h346 iterator insert(iterator __p, _CharT __c) in insert()
349 void insert(iterator __p, size_t __n, _CharT __c) in insert()
355 void insert(iterator __p, _InputIter __first, _InputIter __last) { in insert()
362 void insert(iterator __p, const _CharT* __f, const _CharT* __l) { in insert()
369 void _M_insert(iterator __p, const _CharT* __f, const _CharT* __l, bool __self_ref) { in _M_insert()
388 void _M_insertT(iterator __p, _InputIter __first, _InputIter __last, in _M_insertT()
427 void _M_insert_dispatch(iterator __p, _Integer __n, _Integer __x, in _M_insert_dispatch()
432 void _M_insert_dispatch(iterator __p, _InputIter __first, _InputIter __last, in _M_insert_dispatch()
D_auto_ptr.h37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } in auto_ptr_ref()
D_tempbuf.h73 inline void _STLP_CALL return_temporary_buffer(_Tp* __p) { in return_temporary_buffer()
D_iostream_string.h69 void deallocate(pointer __p, size_type __n) { in deallocate()
D_istreambuf_iterator.h83 void _M_init(streambuf_type* __p) { in _M_init()
D_string.h367 void _M_construct_null(_CharT* __p) const in _M_construct_null()
658 iterator insert(iterator __p, _CharT __c) { in insert()
702 void _M_insertT(iterator __p, _InputIter __first, _InputIter __last, in _M_insertT()
741 void _M_insert_dispatch(iterator __p, _Integer __n, _Integer __x, in _M_insert_dispatch()
746 void _M_insert_dispatch(iterator __p, _InputIter __first, _InputIter __last, in _M_insert_dispatch()
772 void insert(iterator __p, _InputIter __first, _InputIter __last) { in insert()
781 void insert(iterator __p, const _CharT* __f, const _CharT* __l) { in insert()
D_istream.c654 const _CharT* __p = __scan_delim(__first, __last); in __read_buffered() local
937 const _CharT* __p = __scan_delim(__buf->_M_gptr(), __buf->_M_egptr()); in _M_ignore_buffered() local
1042 const _CharT* __p = __scan_delim(__buf->_M_gptr(), __last); in _M_ignore_buffered() local
1056 const _CharT* __p = __scan_delim(__buf->_M_gptr(), __buf->_M_egptr()); in _M_ignore_buffered() local
D_algobase.c255 _ForwardIter2 __p = __p1; in search() local
D_tree.c625 _Rb_tree_node_base* __p) { in _M_copy()
/external/tcpdump/
Dcpack.h46 #define cpack_int8(__s, __p) cpack_uint8((__s), (u_int8_t*)(__p)) argument
47 #define cpack_int16(__s, __p) cpack_uint16((__s), (u_int16_t*)(__p)) argument
48 #define cpack_int32(__s, __p) cpack_uint32((__s), (u_int32_t*)(__p)) argument
49 #define cpack_int64(__s, __p) cpack_uint64((__s), (u_int64_t*)(__p)) argument
/external/stlport/src/
Dallocators.cpp64 inline void __stlp_delete_chunck(void* __p) { ::operator delete(__p, __FILE__, __LINE__); } in __stlp_delete_chunck()
76 inline void __stlp_delete_chunck(void* __p) { _STLP_VENDOR_CSTD::free(__p); } in __stlp_delete_chunck()
80 inline void __stlp_delete_chunck(void* __p) { _STLP_STD::__stl_delete(__p); } in __stlp_delete_chunck()
340 void __node_alloc_impl::_M_deallocate(void *__p, size_t __n) { in _M_deallocate()
400 _Obj* __p; in _S_chunk_alloc() local
496 void __node_alloc_impl::_M_deallocate(void *__p, size_t __n) { in _M_deallocate()
599 _Obj* __p = _S_free_list[_S_FREELIST_INDEX(__i)].pop(); in _S_chunk_alloc() local
745 void _STLP_CALL __node_alloc::_M_deallocate(void *__p, size_t __n) in _M_deallocate()
1014 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n) { in deallocate()
1059 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n, __state_type* __a) { in deallocate()
[all …]
/external/stlport/test/eh/
DPrefix.h149 void deallocate(pointer __p, size_type __n) const { in deallocate()
154 …void deallocate(pointer __p) const { if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, si… in deallocate()
156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } in construct()
157 void destroy(pointer __p) const { stlport::destroy(__p); } in destroy()
/external/clang/test/CodeGenCXX/
DDynArrayInit.cpp7 inline void* operator new[](unsigned long, void* __p) { return __p; } in operator new[]()
/external/stlport/stlport/stl/debug/
D_tree.h211 _STLP_STD::pair<_Base_iterator, _Base_iterator> __p; in equal_range_unique() local
217 _STLP_STD::pair<_Base_const_iterator, _Base_const_iterator> __p; in equal_range_unique() local
276 pair<iterator, iterator> __p = equal_range(__x); in erase() local
D_string.h426 iterator insert(iterator __p, _CharT __c) { in insert()
434 void insert(iterator __p, size_t __n, _CharT __c) { in insert()
443 void insert(iterator __p, _InputIter __first, _InputIter __last) { in insert()
455 void insert(iterator __p, const _CharT* __f, const _CharT* __l) { in insert()
468 void insert(iterator __p, const_iterator __f, const_iterator __l) { in insert()
478 void insert(iterator __p, iterator __f, iterator __l) { in insert()
/external/dbus/tools/
Ddbus-monitor.c63 gettimeofday (struct timeval *__p, in gettimeofday()
/external/llvm/test/FrontendC++/
D2010-07-23-DeclLoc.cpp17 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in auto_ptr()

12