Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c3597 av_set_could_be_blocked_by_bookkeeping_p (av_set_t orig_ops, void *static_params) in av_set_could_be_blocked_by_bookkeeping_p() argument
3610 sparams = (moveop_static_params_p) static_params; in av_set_could_be_blocked_by_bookkeeping_p()
5718 cmpd_local_params_p lparams, void *static_params) in move_op_merge_succs() argument
5720 moveop_static_params_p sparams = (moveop_static_params_p) static_params; in move_op_merge_succs()
5772 void *static_params) in fur_merge_succs() argument
5775 fur_static_params_p sparams = (fur_static_params_p) static_params; in fur_merge_succs()
5984 void *static_params) in move_op_orig_expr_found() argument
5987 moveop_static_params_p params = (moveop_static_params_p) static_params; in move_op_orig_expr_found()
6006 void *static_params) in fur_orig_expr_found() argument
6008 fur_static_params_p params = (fur_static_params_p) static_params; in fur_orig_expr_found()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.cc3597 av_set_could_be_blocked_by_bookkeeping_p (av_set_t orig_ops, void *static_params) in av_set_could_be_blocked_by_bookkeeping_p() argument
3610 sparams = (moveop_static_params_p) static_params; in av_set_could_be_blocked_by_bookkeeping_p()
5718 cmpd_local_params_p lparams, void *static_params) in move_op_merge_succs() argument
5720 moveop_static_params_p sparams = (moveop_static_params_p) static_params; in move_op_merge_succs()
5772 void *static_params) in fur_merge_succs() argument
5775 fur_static_params_p sparams = (fur_static_params_p) static_params; in fur_merge_succs()
5984 void *static_params) in move_op_orig_expr_found() argument
5987 moveop_static_params_p params = (moveop_static_params_p) static_params; in move_op_orig_expr_found()
6006 void *static_params) in fur_orig_expr_found() argument
6008 fur_static_params_p params = (fur_static_params_p) static_params; in fur_orig_expr_found()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparams_test.c402 OSSL_PARAM *static_params; member
542 return test_case_variant(test_cases[i].app->static_params, in test_case()