Home
last modified time | relevance | path

Searched refs:tmp_mod (Results 1 – 15 of 15) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dhello_ext.c795 tmp_mod = gnutls_calloc(1, sizeof(*tmp_mod)); in gnutls_ext_register()
796 if (tmp_mod == NULL) in gnutls_ext_register()
800 tmp_mod->free_struct = 1; in gnutls_ext_register()
801 tmp_mod->tls_id = id; in gnutls_ext_register()
802 tmp_mod->gid = gid; in gnutls_ext_register()
814 extfunc[gid] = tmp_mod; in gnutls_ext_register()
864 hello_ext_entry_st tmp_mod; in gnutls_session_ext_register() local
902 tmp_mod.free_struct = 1; in gnutls_session_ext_register()
903 tmp_mod.tls_id = id; in gnutls_session_ext_register()
904 tmp_mod.gid = gid; in gnutls_session_ext_register()
[all …]
/dports/x11-wm/sway/sway-1.5.1/sway/commands/bar/
H A Dmodifier.c17 uint32_t tmp_mod; in bar_cmd_modifier() local
18 if ((tmp_mod = get_modifier_mask_by_name(split->items[i])) > 0) { in bar_cmd_modifier()
19 mod |= tmp_mod; in bar_cmd_modifier()
/dports/lang/py-hy/hy-0.19.0/hy/
H A Dimporter.py49 tmp_mod = False
57 tmp_mod = True
66 if tmp_mod:
/dports/lang/asn1c/asn1c-0.9.27/libasn1fix/
H A Dasn1fix_internal.h97 #define WITH_MODULE(tmp_mod, expr) do { \ argument
99 arg->mod = tmp_mod; \
/dports/science/v_sim/v_sim-3.8.0/m4/
H A Dbind-fortran.m452 for tmp_mod in "conftest" "CONFTEST" "foobar" "FOOBAR" "${foobar}" ; do
56 tmp_func="${tmp_begin}${tmp_mod}${tmp_middle}${tmp_sub}"
75 case "${tmp_mod}x${tmp_sub}" in
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqkeymapper_mac.cpp554 UInt32 tmp_mod = 0L; in translateKeyEventInternal() local
557 tmp_mod |= shiftKey; in translateKeyEventInternal()
559 tmp_mod |= controlKey; in translateKeyEventInternal()
561 tmp_mod |= cmdKey; in translateKeyEventInternal()
563 tmp_mod |= alphaLock; in translateKeyEventInternal()
565 tmp_mod |= optionKey; in translateKeyEventInternal()
567 tmp_mod |= kEventKeyModifierNumLockMask; in translateKeyEventInternal()
568 translatedChar = KeyTranslate(keyboard_layout, tmp_mod | keyCode, &tmp_state); in translateKeyEventInternal()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DAction.cc499 uint tmp_mod; in parseButton() local
503 tmp_mod = ActionConfig::getMod(*it); in parseButton()
504 if (tmp_mod == MOD_ANY) { in parseButton()
508 mod |= tmp_mod; in parseButton()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_utils/
H A Dmulti_socket_bases.h43 MODULE* tmp_mod=static_cast<MODULE*>(mod); \
45 return (tmp_mod->*(tmp_cb->function))(index, TLM_ARG_LIST_WITHOUT_TYPES); \
/dports/astro/gpsman/gpsman-6.4.4.2/gmsrc/
H A Dplugins.tcl900 set tmp_mod [file join $USERTMPDIR gp_3d_mod.tmp]
902 set fh2 [open $tmp_mod w]
1048 puts $fh "splot '$tmp_mod' using 2:1:3 with points pointtype -1 notitle,\
1053 puts $fh "splot '$tmp_mod' using 2:1:3 with points pointtype -1 notitle,\
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/Tutorials/
H A DRect_Waveguide.m70 Sim_Path = 'tmp_mod';
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/
H A Dvarmax.py952 tmp_mod = self.model.clone(tmp_endog, exog=tmp_exog,
956 tmp_mod.ssm.initialize_known(constant=constant,
958 tmp_res = tmp_mod.filter(self.params, transformed=True,
/dports/net/scapy/scapy-2.4.5/scapy/layers/
H A Dinet6.py1016 tmp_mod = (-len(pkt) + 8) % 8
1017 if tmp_mod == 1:
1020 elif tmp_mod >= 2:
1022 tmp_pad = b"\x00" * (tmp_mod - 2)
/dports/net/libyang/libyang-1.0.240/src/
H A Dresolve.c4168 const struct lys_module *tmp_mod, *cur_module; in resolve_schema_leafref() local
4211 tmp_mod = prefix ? lyp_get_module(cur_module, NULL, 0, prefix, pref_len, 0) : cur_module; in resolve_schema_leafref()
4212 if (!tmp_mod) { in resolve_schema_leafref()
4254 if (!tmp_mod->implemented && node) { in resolve_schema_leafref()
4256 last_aug = lys_getnext_target_aug(last_aug, tmp_mod, node); in resolve_schema_leafref()
4261 while ((node = lys_getnext(node, tmp_parent, tmp_mod, LYS_GETNEXT_NOSTATECHECK))) { in resolve_schema_leafref()
4262 if (lys_node_module(node) != lys_main_module(tmp_mod)) { in resolve_schema_leafref()
H A Dxpath.c5716 struct lys_module *moveto_mod, *tmp_mod; in moveto_snode() local
5794 tmp_mod = NULL; in moveto_snode()
5797 tmp_mod = moveto_mod; in moveto_snode()
5799 tmp_mod = local_mod; in moveto_snode()
5803 last_aug = lys_getnext_target_aug(last_aug, tmp_mod, start_parent); in moveto_snode()
H A Dparser_yang.c2672 struct lys_module *module = NULL, *tmp_mod; in yang_read_module() local
2751 tmp_mod = module; in yang_read_module()
2758 lys_free(tmp_mod, NULL, 0, 0); in yang_read_module()