Home
last modified time | relevance | path

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

/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Ddname.c301 ldns_rdf *tmp_sub = NULL; in ldns_dname_is_subdomain() local
331 tmp_sub = ldns_dname_label(sub_clone, j); in ldns_dname_is_subdomain()
333 if (!tmp_sub || !tmp_par) { in ldns_dname_is_subdomain()
335 ldns_rdf_deep_free(tmp_sub); in ldns_dname_is_subdomain()
341 if (ldns_rdf_compare(tmp_sub, tmp_par) != 0) { in ldns_dname_is_subdomain()
343 ldns_rdf_deep_free(tmp_sub); in ldns_dname_is_subdomain()
348 ldns_rdf_deep_free(tmp_sub); in ldns_dname_is_subdomain()
/dports/dns/py-ldns/ldns-1.8.1/
H A Ddname.c301 ldns_rdf *tmp_sub = NULL; in ldns_dname_is_subdomain() local
331 tmp_sub = ldns_dname_label(sub_clone, j); in ldns_dname_is_subdomain()
333 if (!tmp_sub || !tmp_par) { in ldns_dname_is_subdomain()
335 ldns_rdf_deep_free(tmp_sub); in ldns_dname_is_subdomain()
341 if (ldns_rdf_compare(tmp_sub, tmp_par) != 0) { in ldns_dname_is_subdomain()
343 ldns_rdf_deep_free(tmp_sub); in ldns_dname_is_subdomain()
348 ldns_rdf_deep_free(tmp_sub); in ldns_dname_is_subdomain()
/dports/dns/ldns/ldns-1.8.1/
H A Ddname.c301 ldns_rdf *tmp_sub = NULL; in ldns_dname_is_subdomain() local
331 tmp_sub = ldns_dname_label(sub_clone, j); in ldns_dname_is_subdomain()
333 if (!tmp_sub || !tmp_par) { in ldns_dname_is_subdomain()
335 ldns_rdf_deep_free(tmp_sub); in ldns_dname_is_subdomain()
341 if (ldns_rdf_compare(tmp_sub, tmp_par) != 0) { in ldns_dname_is_subdomain()
343 ldns_rdf_deep_free(tmp_sub); in ldns_dname_is_subdomain()
348 ldns_rdf_deep_free(tmp_sub); in ldns_dname_is_subdomain()
/dports/news/pan/pan-0.145/pan/data-impl/
H A Dgroups.cc112 std::vector<Quark> tmp_sub, tmp_unsub; in load_newsrc() local
113 tmp_sub.reserve (1000); in load_newsrc()
126 tmp_sub.push_back (group); in load_newsrc()
139 std::sort (tmp_sub.begin(), tmp_sub.end(), AlphabeticalQuarkOrdering()); in load_newsrc()
141 sub.get_container().swap (tmp_sub); in load_newsrc()
144 tmp.reserve (sub.size() + tmp_sub.size()); in load_newsrc()
146 tmp_sub.begin(), tmp_sub.end(), in load_newsrc()
/dports/science/v_sim/v_sim-3.8.0/m4/
H A Dbind-fortran.m453 for tmp_sub in "foobar" "FOOBAR" "${foobar}" "conftest" "CONFTEST" ; do
56 tmp_func="${tmp_begin}${tmp_mod}${tmp_middle}${tmp_sub}"
75 case "${tmp_mod}x${tmp_sub}" in
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dspatialgradient.cpp70 tmp_sub = v02 - v20, in spatialGradientKernel() local
74 vx = tmp_add + tmp_sub + tmp_x + tmp_x; in spatialGradientKernel()
75 vy = tmp_add - tmp_sub + tmp_y + tmp_y; in spatialGradientKernel()
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_annotation.py331 tmp_sub = np.subtract(tmp_sqrt, tmp_log)
332 ref_res = np.exp(tmp_sub)
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_annotation.py331 tmp_sub = np.subtract(tmp_sqrt, tmp_log)
332 ref_res = np.exp(tmp_sub)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_pass_annotation.py377 tmp_sub = np.subtract(tmp_sqrt, tmp_log)
378 ref_res = np.exp(tmp_sub)
/dports/science/silo/silo-4.10.2-bsd/tools/browser/
H A Dstc.c1435 obj_t tmp_sub=NIL; in stc_sort() local
1449 tmp_sub = self->sub[i]; in stc_sort()
1451 self->sub[mini] = tmp_sub; in stc_sort()
/dports/devel/ga/ga-5.8/global/src/
H A Dghosts.c132 Integer tmp_sub[MAXDIM]; in pnga_access_ghost_element() local
138 for (i=0; i<GA[handle].ndim; i++) tmp_sub[i] = subscript[i] - 1; in pnga_access_ghost_element()
139 gam_LocationWithGhosts(me, handle, tmp_sub, &ptr, ld); in pnga_access_ghost_element()
207 Integer tmp_sub[MAXDIM]; in pnga_access_ghost_element_ptr() local
211 for (i=0; i<GA[handle].ndim; i++) tmp_sub[i] = subscript[i] - 1; in pnga_access_ghost_element_ptr()
212 gam_LocationWithGhosts(me, handle, tmp_sub, &lptr, ld); in pnga_access_ghost_element_ptr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Ddevx.c1987 struct devx_event_subscription *event_sub, *tmp_sub; in UVERBS_HANDLER() local
2106 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()
2139 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Ddevx.c1987 struct devx_event_subscription *event_sub, *tmp_sub; in UVERBS_HANDLER() local
2106 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()
2139 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Ddevx.c1987 struct devx_event_subscription *event_sub, *tmp_sub; in UVERBS_HANDLER() local
2106 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()
2139 list_for_each_entry_safe(event_sub, tmp_sub, &sub_list, event_list) { in UVERBS_HANDLER()
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dutilities.c81 char **tmp_sub; in Unroot_Tree() local
86 tmp_sub = Sub_Trees(subtrees[0],&degree); in Unroot_Tree()
90 Clean_Multifurcation(tmp_sub,degree,2); in Unroot_Tree()
91 for(j=0;j<2;j++) strcpy(subtrees[j],tmp_sub[j]); in Unroot_Tree()
95 tmp_sub = Sub_Trees(subtrees[1],&degree); in Unroot_Tree()
97 Clean_Multifurcation(tmp_sub,degree,2); in Unroot_Tree()
98 for(j=0;j<2;j++) strcpy(subtrees[j],tmp_sub[j]); in Unroot_Tree()
101 for(i=0;i<degree;i++) Free(tmp_sub[i]); in Unroot_Tree()
102 Free(tmp_sub); in Unroot_Tree()