Home
last modified time | relevance | path

Searched refs:cp_tmp (Results 1 – 14 of 14) sorted by relevance

/dports/devel/aegis/aegis-4.25.D510/libaegis/view_path/
H A Dnext_change.cc55 change::pointer cp_tmp = change_alloc(pp, change_number); in view_path_next_change() local
56 change_bind_existing(cp_tmp); in view_path_next_change()
57 if (cp_tmp->pfstate_get()) in view_path_next_change()
59 result = cp_tmp; in view_path_next_change()
63 change_free(cp_tmp); in view_path_next_change()
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dgram.f90166 COMPLEX(DP), ALLOCATABLE :: cp_tmp(:) local
177 ALLOCATE( cp_tmp( ngwx ) )
182 cp_tmp = 0.0d0
186 IF( ibgrp_i > 0 ) cp_tmp = cp_bgrp( :, ibgrp_i )
188 CALL mp_sum( cp_tmp, inter_bgrp_comm )
201 temp(ig) = DBLE( cp_bgrp(ig,ibgrp_k) * CONJG(cp_tmp(ig)) )
326 DEALLOCATE( cp_tmp )
H A Dcplib.f901528 REAL(DP), ALLOCATABLE:: becp(:,:), cp_tmp(:), becp_tmp(:) local
1533 ALLOCATE( cp_tmp( SIZE( cp, 1 ) ) )
1549 cp_tmp = cp( :, ibgrp_i )
1551 cp_tmp = 0.0d0
1554 CALL mp_sum( cp_tmp, inter_bgrp_comm )
1562 temp(ig)=CONJG(cp(ig,ibgrp_k))*cp_tmp(ig)
1607 DEALLOCATE(cp_tmp)
/dports/databases/grass7/grass-7.8.6/raster/r.li/r.li.cwed/
H A Dcwed.c778 CoppiaPesata *cp_tmp = NULL; in addCoppia() local
780 cp_tmp = cc[it]; in addCoppia()
782 if ((equalsGenericCell((cp_tmp->c1), ce1) == GC_EQUAL) && in addCoppia()
783 (equalsGenericCell((cp_tmp->c2), ce2) == GC_EQUAL)) { in addCoppia()
785 if ((cp_tmp->d) != pe) { in addCoppia()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_util.c2188 char *cp_tmp = NULL; in test_util_strmisc() local
2290 tor_free(cp_tmp); in test_util_strmisc()
2293 tor_free(cp_tmp); in test_util_strmisc()
2296 tor_free(cp_tmp); in test_util_strmisc()
2304 tor_free(cp_tmp); in test_util_strmisc()
2308 tor_free(cp_tmp); in test_util_strmisc()
2314 tor_free(cp_tmp); in test_util_strmisc()
2320 cp_tmp[3] = 'D'; in test_util_strmisc()
2328 cp_tmp[3] = 3; in test_util_strmisc()
2330 tor_free(cp_tmp); in test_util_strmisc()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_util.c2188 char *cp_tmp = NULL; in test_util_strmisc() local
2290 tor_free(cp_tmp); in test_util_strmisc()
2293 tor_free(cp_tmp); in test_util_strmisc()
2296 tor_free(cp_tmp); in test_util_strmisc()
2304 tor_free(cp_tmp); in test_util_strmisc()
2308 tor_free(cp_tmp); in test_util_strmisc()
2314 tor_free(cp_tmp); in test_util_strmisc()
2320 cp_tmp[3] = 'D'; in test_util_strmisc()
2328 cp_tmp[3] = 3; in test_util_strmisc()
2330 tor_free(cp_tmp); in test_util_strmisc()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass.c949 const char *cp_tmp = codepage; in sub_recode() local
955 cp_tmp = in sub_recode()
960 if ((icdsc = iconv_open(tocp, cp_tmp)) != (iconv_t) (-1)) { in sub_recode()
965 if (cp_tmp != codepage) { in sub_recode()
966 free((void*)cp_tmp); in sub_recode()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass.c949 const char *cp_tmp = codepage; in sub_recode() local
955 cp_tmp = in sub_recode()
960 if ((icdsc = iconv_open(tocp, cp_tmp)) != (iconv_t) (-1)) { in sub_recode()
965 if (cp_tmp != codepage) { in sub_recode()
966 free((void*)cp_tmp); in sub_recode()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass.c949 const char *cp_tmp = codepage; in sub_recode() local
955 cp_tmp = in sub_recode()
960 if ((icdsc = iconv_open(tocp, cp_tmp)) != (iconv_t) (-1)) { in sub_recode()
965 if (cp_tmp != codepage) { in sub_recode()
966 free((void*)cp_tmp); in sub_recode()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/ass/ADM_libass/
H A Dass.c949 const char *cp_tmp = codepage; in sub_recode() local
955 cp_tmp = in sub_recode()
960 if ((icdsc = iconv_open(tocp, cp_tmp)) != (iconv_t) (-1)) { in sub_recode()
965 if (cp_tmp != codepage) { in sub_recode()
966 free((void*)cp_tmp); in sub_recode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Darguments.cpp518 char* cp_tmp = cp; in combined_path() local
521 memcpy(cp_tmp, _items[i], lengths[i]); in combined_path()
522 cp_tmp += lengths[i]; in combined_path()
523 *cp_tmp++ = separator; in combined_path()
526 *--cp_tmp = '\0'; // Replace the extra separator. in combined_path()
548 char* cp_tmp = cp; in add_to_path() local
549 memcpy(cp_tmp, str, str_len); in add_to_path()
550 cp_tmp += str_len; in add_to_path()
551 *cp_tmp = separator; in add_to_path()
556 char* cp_tmp = cp + old_len; in add_to_path() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Darguments.cpp518 char* cp_tmp = cp; in combined_path() local
521 memcpy(cp_tmp, _items[i], lengths[i]); in combined_path()
522 cp_tmp += lengths[i]; in combined_path()
523 *cp_tmp++ = separator; in combined_path()
526 *--cp_tmp = '\0'; // Replace the extra separator. in combined_path()
548 char* cp_tmp = cp; in add_to_path() local
549 memcpy(cp_tmp, str, str_len); in add_to_path()
550 cp_tmp += str_len; in add_to_path()
551 *cp_tmp = separator; in add_to_path()
556 char* cp_tmp = cp + old_len; in add_to_path() local
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libass/
H A Dass.c950 const char *cp_tmp = codepage; in sub_recode() local
956 cp_tmp = in sub_recode()
961 if ((icdsc = iconv_open(tocp, cp_tmp)) != (iconv_t) (-1)) { in sub_recode()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libass/
H A Dass.c950 const char *cp_tmp = codepage; in sub_recode() local
956 cp_tmp = in sub_recode()
961 if ((icdsc = iconv_open(tocp, cp_tmp)) != (iconv_t) (-1)) { in sub_recode()