Home
last modified time | relevance | path

Searched refs:p_counter (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp97 node_const_pointer p_counter = m_p_root; in to_linked_list() local
99 while (p_counter != 0) in to_linked_list()
102 _GLIBCXX_DEBUG_ASSERT(p_counter->m_p_l_child == 0); in to_linked_list()
103 p_counter = p_counter->m_p_next_sibling; in to_linked_list()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp97 node_const_pointer p_counter = m_p_root; in to_linked_list() local
99 while (p_counter != 0) in to_linked_list()
102 _GLIBCXX_DEBUG_ASSERT(p_counter->m_p_l_child == 0); in to_linked_list()
103 p_counter = p_counter->m_p_next_sibling; in to_linked_list()
/netbsd-src/sys/dev/tprof/
H A Dtprof_types.h57 u_int p_counter; /* 0..(TPROF_MAXCOUNTERS-1) */ member
H A Dtprof.c497 c = param->p_counter; in tprof_configure_event()
504 error = tb->tb_ops->tbo_valid_event(param->p_counter, param); in tprof_configure_event()
514 tb->tb_ops->tbo_counter_bitwidth(param->p_counter); in tprof_configure_event()
/netbsd-src/usr.sbin/tprof/
H A Dtprof.c456 params[i].p_counter = i; in tprof_monitor_common()
H A Dtprof_top.c972 params[i].p_counter = i; in tprof_top()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2242 unsigned int *p_counter = (unsigned int *)BIO_get_callback_arg(bio); in count_reads_callback() local
2247 if (p_counter != NULL) in count_reads_callback()
2248 ++*p_counter; in count_reads_callback()
2257 BIO_set_callback_arg(bio, (char *)p_counter); in count_reads_callback()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2310 unsigned int *p_counter = (unsigned int *)BIO_get_callback_arg(bio); in count_reads_callback() local
2315 if (p_counter != NULL) in count_reads_callback()
2316 ++*p_counter; in count_reads_callback()
2325 BIO_set_callback_arg(bio, (char *)p_counter); in count_reads_callback()