Searched defs:pointer (Results 1 - 25 of 342) sorted by last modified time

1234567891011>>

/external/vixl/src/
H A Dutils-vixl.h162 bool IsWordAligned(T pointer) { argument
163 VIXL_ASSERT(sizeof(pointer) == sizeof(intptr_t)); // NOLINT(runtime/sizeof)
164 return (reinterpret_cast<intptr_t>(pointer) & 3) == 0;
167 // Increment a pointer until it has the specified alignment.
169 T AlignUp(T pointer, size_t alignment) { argument
170 VIXL_STATIC_ASSERT(sizeof(pointer) == sizeof(uintptr_t));
171 uintptr_t pointer_raw = reinterpret_cast<uintptr_t>(pointer);
177 // Decrement a pointer until it has the specified alignment.
179 T AlignDown(T pointer, size_t alignment) { argument
180 VIXL_STATIC_ASSERT(sizeof(pointer)
[all...]
/external/valgrind/main/include/vki/
H A Dvki-linux.h2532 __vki_u8 *buf; /* pointer to msg data */
2675 void __user *pointer; /* Pointer to the data (in user space) */ member in struct:vki_iw_point
/external/tcpdump/
H A Dprint-sflow.c307 print_sflow_counter_generic(const u_char *pointer, u_int len) { argument
315 sflow_gen_counter = (const struct sflow_generic_counter_t *)pointer;
352 print_sflow_counter_ethernet(const u_char *pointer, u_int len){ argument
359 sflow_eth_counter = (const struct sflow_ethernet_counter_t *)pointer;
381 print_sflow_counter_token_ring(const u_char *pointer _U_, u_int len _U_) {
387 print_sflow_counter_basevg(const u_char *pointer, u_int len) { argument
394 sflow_100basevg_counter = (const struct sflow_100basevg_counter_t *)pointer;
422 print_sflow_counter_vlan(const u_char *pointer, u_int len) { argument
429 sflow_vlan_counter = (const struct sflow_vlan_counter_t *)pointer;
451 print_sflow_counter_processor(const u_char *pointer, u_in argument
471 sflow_print_counter_records(const u_char *pointer, u_int len, u_int records) argument
549 sflow_print_counter_sample(const u_char *pointer, u_int len) argument
581 sflow_print_expanded_counter_sample(const u_char *pointer, u_int len) argument
607 print_sflow_raw_packet(const u_char *pointer, u_int len) argument
629 print_sflow_ethernet_frame(const u_char *pointer, u_int len) argument
646 print_sflow_extended_switch_data(const u_char *pointer, u_int len) argument
664 sflow_print_flow_records(const u_char *pointer, u_int len, u_int records) argument
749 sflow_print_flow_sample(const u_char *pointer, u_int len) argument
785 sflow_print_expanded_flow_sample(const u_char *pointer, u_int len) argument
[all...]
/external/stlport/stlport/stl/
H A D_alloc.h249 typedef _Tp* pointer;
254 pointer address(reference __x) const {return &__x;}
260 typedef _Tp* pointer;
278 typedef _Tp* pointer; typedef in class:allocator
298 pointer address(reference __x) const {return &__x;}
316 // __p is permitted to be a null pointer, only if n==0.
317 void deallocate(pointer __p, size_type __n) {
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); }
331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); }
332 void destroy(pointer __
368 typedef void* pointer; typedef in class:allocator
[all...]
H A D_bvector.h171 typedef _Ptr pointer; typedef in struct:_Bit_iter
371 typedef _STLP_PRIV _Bit_reference* pointer; typedef in class:__BVECTOR_QUALIFIED
H A D_deque.h56 * contents of i.node is a pointer to the beginning of a node.
59 * i.cur is a pointer in the range [i.first, i.last). NOTE:
61 * pointer, even if i is a past-the-end iterator.
75 * A pointer in the range [map, map + map_size) points to an allocated node
76 * if and only if the pointer is in the range [start.node, finish.node].
166 typedef typename _Traits::pointer pointer; typedef in struct:_Deque_iterator
409 typedef value_type* pointer; typedef in class:deque
426 typedef pointer* _Map_pointer;
H A D_hash_map.h70 typedef typename _Ht::pointer pointer; typedef in class:hash_map
261 typedef typename _Ht::pointer pointer; typedef in class:hash_multimap
450 typedef void pointer; typedef in class:insert_iterator
477 typedef void pointer; typedef in class:insert_iterator
H A D_hash_set.h64 typedef typename _Ht::pointer pointer; typedef in class:hash_set
250 typedef typename _Ht::pointer pointer; typedef in class:hash_multiset
445 typedef void pointer; typedef in class:insert_iterator
472 typedef void pointer; typedef in class:insert_iterator
H A D_hashtable.h68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
115 typedef typename _Traits::pointer pointer; typedef in struct:_Ht_iterator
240 typedef typename _NonConstTraits::pointer pointer; typedef in class:hashtable
H A D_iostream_string.h52 typedef typename _Base::pointer pointer; typedef in class:__iostring_allocator
69 void deallocate(pointer __p, size_type __n) {
H A D_istreambuf_iterator.h58 typedef const _CharT* pointer; typedef in class:istreambuf_iterator
H A D_iterator.h51 typename iterator_traits<_Iterator>::pointer,
58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR:
59 typedef typename iterator_traits<_Iterator>::pointer pointer; typedef in class:reverse_iterator
H A D_iterator_base.h63 typedef _Pointer pointer; typedef in struct:iterator
72 typedef void pointer; typedef in struct:iterator
152 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits::iterator_traits
170 typedef const _Tp* pointer; typedef in struct:iterator_traits::iterator_traits
179 typedef _Tp* pointer; typedef in struct:iterator_traits::iterator_traits
189 typedef const _Tp* pointer; typedef in struct:iterator_traits::iterator_traits
387 typedef const _Tp* pointer; typedef in struct:iterator_traits::_Const_traits
396 typedef _Tp* pointer; typedef in struct:iterator_traits::_Nonconst_traits
412 typedef const _Tp* pointer; typedef in struct:iterator_traits::_Const_Const_traits
421 typedef const _Tp* pointer; typedef in struct:iterator_traits::_Nonconst_Const_traits
[all...]
H A D_iterator_old.h75 typedef _Pointer pointer; typedef in class:reverse_bidirectional_iterator
77 typedef _Tp* pointer; typedef in class:reverse_bidirectional_iterator
169 typedef _Pointer pointer; typedef in class:reverse_iterator
171 typedef _Tp* pointer; typedef in class:reverse_iterator
H A D_list.h99 typedef typename _Traits::pointer pointer; typedef in struct:_List_iterator
264 typedef value_type* pointer; typedef in class:list
H A D_map.h81 typedef typename _Rep_type::pointer pointer; typedef in class:map
274 typedef typename _Rep_type::pointer pointer; typedef in class:multimap
H A D_ostreambuf_iterator.h53 typedef void pointer; typedef in class:ostreambuf_iterator
H A D_pthread_alloc.h102 typedef _Tp* pointer; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
145 void deallocate(pointer __p, size_type __n) {
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
159 void destroy(pointer _p) { _p->~_Tp(); }
194 typedef void* pointer; typedef in class:pthread_allocator
283 typedef _Tp* pointer; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
328 void deallocate(pointer __p, size_type __n) {
341 void construct(pointer __
377 typedef void* pointer; typedef in class:per_thread_allocator
[all...]
H A D_raw_storage_iter.h50 typedef void pointer; typedef in class:raw_storage_iterator
H A D_rope.h31 // a pointer value.
315 // private to the implementation. A rope is really just a pointer
617 * on the pointer either at normal exit or if an exception
889 typedef const _CharT* pointer; typedef in class:_Rope_const_iterator
987 typedef _Rope_char_ref_proxy<_CharT,_Alloc>* pointer; typedef in class:_Rope_iterator
1100 typedef _Rope_char_ptr_proxy<_CharT,_Alloc> pointer; typedef in class:rope
1144 // Obtain a pointer to the character at the indicated position.
1145 // The pointer can be used to change the character.
1146 // If such a pointer cannot be produced, as is frequently the
H A D_set.h69 typedef typename _Rep_type::pointer pointer; typedef in class:set
240 typedef typename _Rep_type::pointer pointer; typedef in class:multiset
H A D_slist.h83 typedef typename _Traits::pointer pointer; typedef in class:_Slist_iterator
231 typedef value_type* pointer; typedef in class:slist
885 typedef void pointer; typedef in class:insert_iterator
H A D_stream_iterator.h105 typedef const _Tp* pointer; typedef in class:istream_iterator
H A D_string.h134 typedef value_type* pointer; typedef in class:basic_string
474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
475 pointer __new_finish = uninitialized_copy(this->_M_Start(), this->_M_Finish(), __new_start);
578 pointer __cur = this->_M_Start();
673 pointer _M_insert_aux(pointer, _CharT);
692 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
693 pointer __new_finish = uninitialized_copy(this->_M_Start(), __pos, __new_start);
724 pointer __old_finish = this->_M_Finish();
755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __resul
[all...]
H A D_tree.h149 typedef typename _Traits::pointer pointer; typedef in struct:_Rb_tree_iterator
161 /* In STL debug mode we need this constructor implicit for the pointer
303 typedef typename _Traits::pointer pointer; typedef in class:_Rb_tree

Completed in 2710 milliseconds

1234567891011>>