Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pmcstudy/
H A Deval_expr.h55 double run_expr(struct expression *exp, int initial_call, struct expression **lastone);
H A Deval_expr.c571 run_expr(struct expression *exp, int initial_call, struct expression **lastone) in run_expr() argument
643 if ((rest->type == TYPE_PARN_CLOSE) && (initial_call == 0)) { in run_expr()
/freebsd-13.1/contrib/jemalloc/src/
H A Djemalloc.c1026 bool initial_call, const char *opts_cache[MALLOC_CONF_NSOURCES], in malloc_conf_init_helper() argument
1041 if (initial_call) { in malloc_conf_init_helper()
1045 if (!initial_call && opt_confirm_conf) { in malloc_conf_init_helper()
1058 if (!initial_call) { \ in malloc_conf_init_helper()
1064 if (!initial_call && opt_confirm_conf \ in malloc_conf_init_helper()
1175 if (initial_call) { in malloc_conf_init_helper()