Home
last modified time | relevance | path

Searched refs:cur_nm (Results 1 – 5 of 5) sorted by relevance

/dports/net/onioncat/onioncat-0.3.9/src/
H A Docatipv4route.c49 (*root)->dest = route->dest & cur_nm; in ipv4_add_route()
50 (*root)->netmask = cur_nm; in ipv4_add_route()
53 if (route->netmask == cur_nm /*(*root)->netmask*/) in ipv4_add_route()
69 if (cur_nm == 0xffffffff) in ipv4_add_route()
76 cur_nm >>= 1; in ipv4_add_route()
77 cur_nm |= 0x80000000; in ipv4_add_route()
79 return ipv4_add_route(route, &(*root)->next[BRANCH(route->dest, cur_nm)], cur_nm); in ipv4_add_route()
91 cur_nm >>= 1; in ipv4_lookup_route__()
92 cur_nm |= 0x80000000; in ipv4_lookup_route__()
94 if (route->next[BRANCH(ip, cur_nm)]) in ipv4_lookup_route__()
[all …]
/dports/lang/micropython/micropython-1.17/tests/perf_bench/
H A Dbenchrun.py11 cur_nm = (0, 0)
14 if 10 * nm[0] <= 12 * N and nm[1] <= M and nm > cur_nm:
15 cur_nm = nm
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/
H A Ddynamic_cfg.c40 const ucl_object_t *cur_elt, *cur_nm, *it_val; in apply_dynamic_conf() local
52 cur_nm = ucl_object_lookup (cur_elt, "metric"); in apply_dynamic_conf()
53 if (!cur_nm || ucl_object_type (cur_nm) != UCL_STRING) { in apply_dynamic_conf()
59 cur_nm = ucl_object_lookup (cur_elt, "symbols"); in apply_dynamic_conf()
61 if (cur_nm && ucl_object_type (cur_nm) == UCL_ARRAY) { in apply_dynamic_conf()
64 while ((it_val = ucl_object_iterate (cur_nm, &nit, true))) { in apply_dynamic_conf()
94 cur_nm = ucl_object_lookup (cur_elt, "actions"); in apply_dynamic_conf()
96 if (cur_nm && ucl_object_type (cur_nm) == UCL_ARRAY) { in apply_dynamic_conf()
99 while ((it_val = ucl_object_iterate (cur_nm, &nit, true))) { in apply_dynamic_conf()
/dports/mail/rspamd/rspamd-3.1/src/libserver/
H A Ddynamic_cfg.c40 const ucl_object_t *cur_elt, *cur_nm, *it_val; in apply_dynamic_conf() local
52 cur_nm = ucl_object_lookup (cur_elt, "metric"); in apply_dynamic_conf()
53 if (!cur_nm || ucl_object_type (cur_nm) != UCL_STRING) { in apply_dynamic_conf()
59 cur_nm = ucl_object_lookup (cur_elt, "symbols"); in apply_dynamic_conf()
61 if (cur_nm && ucl_object_type (cur_nm) == UCL_ARRAY) { in apply_dynamic_conf()
64 while ((it_val = ucl_object_iterate (cur_nm, &nit, true))) { in apply_dynamic_conf()
94 cur_nm = ucl_object_lookup (cur_elt, "actions"); in apply_dynamic_conf()
96 if (cur_nm && ucl_object_type (cur_nm) == UCL_ARRAY) { in apply_dynamic_conf()
99 while ((it_val = ucl_object_iterate (cur_nm, &nit, true))) { in apply_dynamic_conf()
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_filter.c2520 uintptr_t* cur_nm; in write_missingness_reports() local
2640 cur_nm = sample_include2; in write_missingness_reports()
2645 cur_nm = sample_male_include2; in write_missingness_reports()
2663 lptr2 = cur_nm; in write_missingness_reports()