Searched refs:counter_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dstats.c107 #define OP(counter, counter_type, human) \
108 col = &col_##counter_type[k_##counter_type]; \
109 ++k_##counter_type; \
112 col->width = WIDTH_##counter_type; \
132 #define OP(counter, counter_type, human) \
133 dst = &col_##counter_type[mutex_counter_##counter]; \
134 dst->type = EMITTER_TYPE_##counter_type; \
137 CTL_GET(cmd, (counter_type *)&dst->bool_val, counter_type);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.h93 bool get_nth_most_common_value (gimple *stmt, const char *counter_type,
H A Dvalue-prof.c740 get_nth_most_common_value (gimple *stmt, const char *counter_type, argument
762 && check_counter (stmt, counter_type, &c, &read_all,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.h93 bool get_nth_most_common_value (gimple *stmt, const char *counter_type,
H A Dvalue-prof.cc761 get_nth_most_common_value (gimple *stmt, const char *counter_type, argument
799 && check_counter (stmt, counter_type, &c, &read_all,
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-sflow.c493 u_int counter_type; local
509 counter_type = enterprise & 0x0FFF;
514 (enterprise == 0) ? tok2str(sflow_counter_type_values,"Unknown",counter_type) : "Unknown",
515 counter_type,
524 switch (counter_type) {

Completed in 97 milliseconds