Home
last modified time | relevance | path

Searched refs:co_type (Results 1 – 25 of 59) sorted by relevance

123

/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcontrol.c286 switch (bl->co_type) { in doblock()
543 bl->co_type); in doblock()
697 cend[stackp]->co_type = CO_WHILE; in cp_evloop()
705 cend[stackp]->co_type = CO_DOWHILE; in cp_evloop()
714 cend[stackp]->co_type = CO_REPEAT; in cp_evloop()
746 cend[stackp]->co_type = CO_IF; in cp_evloop()
755 cend[stackp]->co_type = CO_FOREACH; in cp_evloop()
772 cend[stackp]->co_type = CO_LABEL; in cp_evloop()
788 cend[stackp]->co_type = CO_GOTO; in cp_evloop()
798 cend[stackp]->co_type = CO_CONTINUE; in cp_evloop()
[all …]
H A Dcom_cdump.c31 switch (cc->co_type) { in dodump()
128 fprintf(cp_out, "bad type %d\n", cc->co_type); in dodump()
H A Dcontrol.h18 int co_type; /* One of CO_* ... */ member
/dports/cad/jspice3/jspice3-2.5/src/lib/cp/
H A Dfront.c413 cur->co_type = CO_WHILE;
421 cur->co_type = CO_DOWHILE;
429 cur->co_type = CO_REPEAT;
459 cur->co_type = CO_IF;
467 cur->co_type = CO_FOREACH;
482 cur->co_type = CO_LABEL;
499 cur->co_type = CO_GOTO;
522 cur->co_type = CO_BREAK;
639 switch (bl->co_type) {
914 bl->co_type);
[all …]
/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_object.c358 switch (co->co_type){ in co_pref()
406 co->co_type = CO_COMMAND; in co_new()
437 co->co_type = CO_VARIABLE; in cov_new()
547 if (co->co_type == CO_VARIABLE){ in co_copy()
643 eq = !(co1->co_type == co2->co_type); in co_eq()
648 if (co1->co_type == CO_REFERENCE) in co_eq()
650 if (co2->co_type == CO_REFERENCE) in co_eq()
653 if (co1->co_type == CO_COMMAND){ in co_eq()
664 switch (co1->co_type){ in co_eq()
773 if (co->co_type == CO_VARIABLE){ in co_free()
H A Dcligen_match.c156 switch (co->co_type){ in match_object()
517 if (co->co_type != CO_VARIABLE && co->co_ref == NULL){ in pt_onlyvars()
707 if (p < pref_lower && co->co_type == CO_VARIABLE){ in match_vec()
769 if (co->co_type == CO_VARIABLE){ in match_bindvars()
775 else if (co->co_type == CO_COMMAND && co_orig->co_type == CO_VARIABLE){ in match_bindvars()
913 (co_match->co_type == CO_VARIABLE && ISREST(co_match))){ in match_pattern_sets_local()
931 if (co_match->co_type == CO_COMMAND && in match_pattern_sets_local()
932 co_orig && co_orig->co_type == CO_VARIABLE) in match_pattern_sets_local()
1275 if (co->co_type == CO_COMMAND && string1 && in match_pattern_exact()
1281 if (co->co_type != CO_VARIABLE) in match_pattern_exact()
[all …]
H A Dcligen_expand.c107 if (co->co_type == CO_VARIABLE){ in co_expand_sub()
212 co->co_type = CO_COMMAND; in transform_var_to_cmd()
331 if (co->co_type == CO_REFERENCE && !co_flags_get(co, CO_FLAGS_REFDONE)){ in pt_expand_treeref()
542 if (co->co_type == CO_VARIABLE && co->co_choice != NULL){ in pt_expand()
549 else if (co->co_type == CO_VARIABLE && in pt_expand()
H A Dcligen_print.c167 switch (co->co_type){ in co2cbuf()
367 switch (co->co_type){ in co_dump1()
H A Dcligen_object.h164 enum cg_objtype co_type; /* Type of object: command, variable or tree member
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dcrypto_dummy.c152 .co_type = dummy_pkey_type,
165 .co_type = dummy_sym_type,
175 .co_type = dummy_mac_type,
H A Dcrypto_umac.c111 .co_type = umac_type,
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/reductions/cone2cone/
H A Daffine2direct.py323 for co_type in [ZERO, NONNEG, SOC, EXP, POW3D]:
333 co_dim = cone_lens[co_type]
335 r = row_offsets[co_type]
338 if co_type in affine:
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/gemm/
H A Dgen_gemm_kernel.hpp92 data_type_t c_type, data_type_t co_type, data_type_t acc_type, in init()
103 problem_.Tco = convert_dnnl_to_kernel_type(co_type); in init()
159 data_type_t b_type, data_type_t c_type, data_type_t co_type, in init()
174 problem_.Tco = convert_dnnl_to_kernel_type(co_type); in init()
H A Dxe_hp_systolic_gemm_kernel.hpp47 ngen::DataType co_type = ngen::DataType::invalid; member
94 && (co_type == acc_type || co_type == a_type)) in valid()
95 || co_type == c_type); in valid()
H A Dgen_gemm.hpp335 auto co_type = pd()->with_bias() ? d->bias_type() : c_type; in init_nocopy() local
356 d->b_type(), c_type, co_type, acc_type, pd()->eff_align_a(), in init_nocopy()
H A Dxe_hp_systolic_gemm.cpp376 cfg.co_type = cfg.c_type; in init_compute_old()
379 cfg.co_type = convert_dnnl_type_to_ngen(pd()->desc()->bias_type()); in init_compute_old()
466 auto co_type = pd()->with_bias() ? pd()->desc()->bias_type() : c_type; in init_compute_new() local
509 co_type, acc_type, pd()->unroll_m(), pd()->unroll_n(), in init_compute_new()
/dports/net/mpich/mpich-3.4.3/src/mpi/debugger/
H A Ddll_mpich.c284 mqs_type *co_type = dbgr_find_type(image, (char *) "MPIR_Comm", mqs_lang_c); in mqs_image_has_queues() local
285 if (co_type) { in mqs_image_has_queues()
286 i_info->comm_name_offs = dbgr_field_offset(co_type, (char *) "name"); in mqs_image_has_queues()
287 i_info->comm_next_offs = dbgr_field_offset(co_type, (char *) "comm_next"); in mqs_image_has_queues()
288 i_info->comm_rsize_offs = dbgr_field_offset(co_type, (char *) "remote_size"); in mqs_image_has_queues()
289 i_info->comm_rank_offs = dbgr_field_offset(co_type, (char *) "rank"); in mqs_image_has_queues()
290 i_info->comm_context_id_offs = dbgr_field_offset(co_type, (char *) "context_id"); in mqs_image_has_queues()
292 dbgr_field_offset(co_type, (char *) "recvcontext_id"); in mqs_image_has_queues()
294 int comm_dev_offs = dbgr_field_offset(co_type, (char *) "dev"); in mqs_image_has_queues()
/dports/net/mpich2/mpich2-1.5/src/mpi/debugger/
H A Ddll_mpich2.c292 mqs_type *co_type = dbgr_find_type( image, (char *)"MPID_Comm", mqs_lang_c ); in mqs_image_has_queues() local
293 if (co_type) { in mqs_image_has_queues()
295 i_info->comm_name_offs = dbgr_field_offset( co_type, (char *)"name" ); in mqs_image_has_queues()
296 i_info->comm_next_offs = dbgr_field_offset( co_type, (char *)"comm_next" ); in mqs_image_has_queues()
297 i_info->comm_rsize_offs = dbgr_field_offset( co_type, (char *)"remote_size" ); in mqs_image_has_queues()
298 i_info->comm_rank_offs = dbgr_field_offset( co_type, (char *)"rank" ); in mqs_image_has_queues()
299 i_info->comm_context_id_offs = dbgr_field_offset( co_type, (char *)"context_id" ); in mqs_image_has_queues()
300 i_info->comm_recvcontext_id_offs = dbgr_field_offset( co_type, (char *)"recvcontext_id" ); in mqs_image_has_queues()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dconfig.h111 ConfigType co_type; member
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dconfig.h111 ConfigType co_type; member
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dslap-config.h129 ConfigType co_type; member
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dslap-config.h129 ConfigType co_type; member
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dslap-config.h129 ConfigType co_type; member
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dslap-config.h129 ConfigType co_type; member
/dports/net-im/telepathy-sofiasip/telepathy-sofiasip-0.4.5/src/
H A Dsip-media-stream.c1542 guint co_id, co_type, co_clockrate, co_channels; in priv_update_local_sdp() local
1551 2, &co_type, in priv_update_local_sdp()
1557 g_return_if_fail (co_type == priv->media_type); in priv_update_local_sdp()

123