Searched refs:pointer (Results 51 - 75 of 367) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-sflow.c301 const u_char *pointer, u_int len)
308 sflow_gen_counter = (const struct sflow_generic_counter_t *)pointer;
350 const u_char *pointer, u_int len)
357 sflow_eth_counter = (const struct sflow_ethernet_counter_t *)pointer;
384 const u_char *pointer _U_, u_int len _U_)
391 const u_char *pointer, u_int len)
398 sflow_100basevg_counter = (const struct sflow_100basevg_counter_t *)pointer;
431 const u_char *pointer, u_int len)
438 sflow_vlan_counter = (const struct sflow_vlan_counter_t *)pointer;
465 const u_char *pointer, u_in
300 print_sflow_counter_generic(netdissect_options *ndo, const u_char *pointer, u_int len) argument
349 print_sflow_counter_ethernet(netdissect_options *ndo, const u_char *pointer, u_int len) argument
390 print_sflow_counter_basevg(netdissect_options *ndo, const u_char *pointer, u_int len) argument
430 print_sflow_counter_vlan(netdissect_options *ndo, const u_char *pointer, u_int len) argument
464 print_sflow_counter_processor(netdissect_options *ndo, const u_char *pointer, u_int len) argument
489 sflow_print_counter_records(netdissect_options *ndo, const u_char *pointer, u_int len, u_int records) argument
571 sflow_print_counter_sample(netdissect_options *ndo, const u_char *pointer, u_int len) argument
606 sflow_print_expanded_counter_sample(netdissect_options *ndo, const u_char *pointer, u_int len) argument
636 print_sflow_raw_packet(netdissect_options *ndo, const u_char *pointer, u_int len) argument
663 print_sflow_ethernet_frame(netdissect_options *ndo, const u_char *pointer, u_int len) argument
685 print_sflow_extended_switch_data(netdissect_options *ndo, const u_char *pointer, u_int len) argument
708 sflow_print_flow_records(netdissect_options *ndo, const u_char *pointer, u_int len, u_int records) argument
798 sflow_print_flow_sample(netdissect_options *ndo, const u_char *pointer, u_int len) argument
838 sflow_print_expanded_flow_sample(netdissect_options *ndo, const u_char *pointer, u_int len) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconst_iterator.hpp89 // Iterator's pointer type.
90 typedef typename base_type::pointer pointer; typedef in class:pb_ds::detail::binary_heap_const_iterator_
92 // Iterator's const pointer type.
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp87 typedef typename base_type::pointer pointer; typedef in class:pb_ds::detail::binomial_heap_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconst_iterator.hpp86 // Iterator's pointer type.
87 typedef typename base_type::pointer pointer; typedef in class:pb_ds::detail::left_child_next_sibling_heap_const_iterator_
89 // Iterator's const pointer type.
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp68 Allocator> >::other::pointer
122 Allocator> >::other::pointer
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp63 splay_tree_node_<Value_Type, Metadata, Allocator> >::other::pointer
109 splay_tree_node_<Value_Type, null_node_metadata, Allocator> >::other::pointer
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineExpression.d65 inline int * pointer = &`kmem_flags;
/freebsd-11-stable/lib/libc/mips/string/
H A Dstrlen.S51 PTR_ADDU a0, a0, 1 # increment pointer
/freebsd-11-stable/sys/conf/
H A DMakefile.riscv32 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
H A DMakefile.powerpc46 CFLAGS+= -fno-omit-frame-pointer
/freebsd-11-stable/sbin/dhclient/
H A Dhash.c79 unsigned char *pointer)
97 bp->value = pointer;
78 add_hash(struct hash_table *table, const unsigned char *name, int len, unsigned char *pointer) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_iterator.h26 using pointer = typename OptionsT::pointer;
33 using pointer = typename OptionsT::const_pointer;
67 using pointer = typename Traits::pointer;
84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {}
142 pointer operator->() const { return &operator*(); }
188 using SimpleType = typename iterator::pointer;
H A Dilist_node.h166 static ilist_node_impl<OptionsT> *getNodePtr(typename OptionsT::pointer N) {
177 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) {
178 return static_cast<typename OptionsT::pointer>(N);
212 using pointer = typename OptionsT::pointer;
216 static node_type *getNodePtr(pointer N) {
224 static pointer getValuePtr(node_type *N) {
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diterator.h90 typedef _Tp* pointer; typedef in struct:input_iterator
98 typedef void pointer; typedef in struct:output_iterator
107 typedef _Tp* pointer; typedef in struct:forward_iterator
116 typedef _Tp* pointer; typedef in struct:bidirectional_iterator
125 typedef _Tp* pointer; typedef in struct:random_access_iterator
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h82 typedef _Tp* pointer; typedef in class:__detail::__mini_vector
87 typedef pointer iterator;
90 pointer _M_start;
91 pointer _M_finish;
92 pointer _M_end_of_storage;
98 pointer
100 { return static_cast<pointer>(::operator new(__n * sizeof(_Tp))); }
103 deallocate(pointer __p, size_type)
308 // _Tp should be a pointer type.
313 typedef _Tp pointer; typedef in class:__detail::_Inclusive_between
434 typedef _Tp pointer; typedef in class:__detail::_Bitmap_counter
699 typedef void* pointer; typedef in class:bitmap_allocator
717 typedef _Tp* pointer; typedef in class:bitmap_allocator
[all...]
H A Dvstring_util.h59 typedef typename _CharT_alloc_type::pointer pointer; typedef in struct:__vstring_utility
64 __normal_iterator<pointer, __gnu_cxx::
76 __normal_iterator<pointer, __gnu_cxx::
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.c15 //If you decide to use the function pointer approach.
271 //Automatic pointer restoration functions
275 void ** pointer; member in struct:_PointerPair
288 void UnityPointer_Set(void ** pointer, void * newValue) argument
293 pointer_store[pointer_index].pointer = pointer;
294 pointer_store[pointer_index].old_value = *pointer;
295 *pointer = newValue;
304 *(pointer_store[pointer_index].pointer) =
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dobstack.c526 void (obstack_grow) (obstack, pointer, length)
528 POINTER pointer;
531 obstack_grow (obstack, pointer, length);
534 void (obstack_grow0) (obstack, pointer, length)
536 POINTER pointer;
539 obstack_grow0 (obstack, pointer, length);
583 POINTER (obstack_copy) (obstack, pointer, length)
585 POINTER pointer;
588 return obstack_copy (obstack, pointer, length);
591 POINTER (obstack_copy0) (obstack, pointer, lengt
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp72 typedef typename entry_allocator::pointer entry_pointer;
H A Dtypes_traits.hpp70 typedef typename key_allocator::pointer key_pointer;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dconst_child_iterator.hpp56 typedef node_pointer_pointer pointer; typedef in struct:const_iterator
H A Dnode_iterators.hpp93 Node>::other::pointer
103 Leaf>::other::pointer
108 Internal_Node>::other::pointer
272 Node>::other::pointer
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_point_iterator.hpp65 // Iterator's pointer type.
66 typedef pointer_ pointer; typedef in class:const_point_iterator_
68 // Iterator's const pointer type.
/freebsd-11-stable/bin/sh/bltin/
H A Dbltin.h76 pointer stalloc(int);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/
H A Dtst.TypedefDataAssign.d59 typedef int * pointer;
101 pointer p;

Completed in 235 milliseconds

1234567891011>>