Home
last modified time | relevance | path

Searched refs:initial_call (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/pmcstudy/
H A Deval_expr.h53 double run_expr(struct expression *exp, int initial_call, struct expression **lastone);
H A Deval_expr.c569 run_expr(struct expression *exp, int initial_call, struct expression **lastone) in run_expr() argument
641 if ((rest->type == TYPE_PARN_CLOSE) && (initial_call == 0)) { in run_expr()
/src/contrib/jemalloc/src/
H A Djemalloc.c1071 bool initial_call, const char *opts_cache[MALLOC_CONF_NSOURCES], in malloc_conf_init_helper() argument
1088 if (initial_call) { in malloc_conf_init_helper()
1092 if (!initial_call && opt_confirm_conf) { in malloc_conf_init_helper()
1105 if (!initial_call) { \ in malloc_conf_init_helper()
1111 if (!initial_call && opt_confirm_conf \ in malloc_conf_init_helper()
1221 if (initial_call) { in malloc_conf_init_helper()