Home
last modified time | relevance | path

Searched refs:e_tmp (Results 1 – 25 of 109) sorted by relevance

12345

/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_conscache.c193 consensus_cache_entry_t *e_tmp; in test_conscache_cleanup() local
195 tt_assert(e_tmp); in test_conscache_cleanup()
198 tt_assert(e_tmp); in test_conscache_cleanup()
199 tt_assert(consensus_cache_entry_is_mapped(e_tmp)); in test_conscache_cleanup()
201 tt_assert(e_tmp); in test_conscache_cleanup()
202 tt_assert(consensus_cache_entry_is_mapped(e_tmp)); in test_conscache_cleanup()
216 tt_ptr_op(e_tmp, OP_EQ, NULL); // so deleted. in test_conscache_cleanup()
224 tt_assert(e_tmp); in test_conscache_cleanup()
225 tt_assert(consensus_cache_entry_is_mapped(e_tmp)); in test_conscache_cleanup()
229 tt_assert(e_tmp); in test_conscache_cleanup()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_conscache.c193 consensus_cache_entry_t *e_tmp; in test_conscache_cleanup() local
195 tt_assert(e_tmp); in test_conscache_cleanup()
198 tt_assert(e_tmp); in test_conscache_cleanup()
199 tt_assert(consensus_cache_entry_is_mapped(e_tmp)); in test_conscache_cleanup()
201 tt_assert(e_tmp); in test_conscache_cleanup()
202 tt_assert(consensus_cache_entry_is_mapped(e_tmp)); in test_conscache_cleanup()
216 tt_ptr_op(e_tmp, OP_EQ, NULL); // so deleted. in test_conscache_cleanup()
224 tt_assert(e_tmp); in test_conscache_cleanup()
225 tt_assert(consensus_cache_entry_is_mapped(e_tmp)); in test_conscache_cleanup()
229 tt_assert(e_tmp); in test_conscache_cleanup()
[all …]
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_sort.cpp81 work_memory[work_size], *e_tmp, *e_end; in ON_hsort() local
94 memcpy(e_tmp,e_end,width); /* e_tmp = e[i_end]; */ in ON_hsort()
97 memcpy(base,e_tmp,width); /* e[0] = e_tmp; */ in ON_hsort()
111 if (compar(e_tmp,e_j)<0 /* e_tmp < e[j] */) { in ON_hsort()
118 memcpy(e_i,e_tmp,width); /* e[i] = e_tmp; */ in ON_hsort()
121 if (width > work_size) onfree(e_tmp); in ON_hsort()
130 work_memory[work_size], *e_tmp, *e_end; in ON_hsort() local
143 memcpy(e_tmp,e_end,width); /* e_tmp = e[i_end]; */ in ON_hsort()
146 memcpy(base,e_tmp,width); /* e[0] = e_tmp; */ in ON_hsort()
167 memcpy(e_i,e_tmp,width); /* e[i] = e_tmp; */ in ON_hsort()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_sort.cpp85 work_memory[work_size], *e_tmp, *e_end; in ON_hsort() local
98 memcpy(e_tmp,e_end,width); /* e_tmp = e[i_end]; */ in ON_hsort()
101 memcpy(base,e_tmp,width); /* e[0] = e_tmp; */ in ON_hsort()
115 if (compar(e_tmp,e_j)<0 /* e_tmp < e[j] */) { in ON_hsort()
122 memcpy(e_i,e_tmp,width); /* e[i] = e_tmp; */ in ON_hsort()
125 if (width > work_size) onfree(e_tmp); in ON_hsort()
134 work_memory[work_size], *e_tmp, *e_end; in ON_hsort() local
147 memcpy(e_tmp,e_end,width); /* e_tmp = e[i_end]; */ in ON_hsort()
150 memcpy(base,e_tmp,width); /* e[0] = e_tmp; */ in ON_hsort()
171 memcpy(e_i,e_tmp,width); /* e[i] = e_tmp; */ in ON_hsort()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-monitor/
H A Dsearch.c62 *e_tmp; in monitor_send_children() local
84 e_tmp = e_ch; in monitor_send_children()
87 e_tmp = mp->mp_next; in monitor_send_children()
89 if ( e_tmp == NULL ) { in monitor_send_children()
93 } while ( e_tmp ); in monitor_send_children()
99 for ( ; e != NULL; e = e_tmp ) { in monitor_send_children()
109 e_tmp = mp->mp_next; in monitor_send_children()
143 for ( ; e_tmp != NULL; ) { in monitor_send_children()
145 e = e_tmp; in monitor_send_children()
146 e_tmp = mp->mp_next; in monitor_send_children()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-monitor/
H A Dsearch.c62 *e_tmp; in monitor_send_children() local
84 e_tmp = e_ch; in monitor_send_children()
87 e_tmp = mp->mp_next; in monitor_send_children()
89 if ( e_tmp == NULL ) { in monitor_send_children()
93 } while ( e_tmp ); in monitor_send_children()
99 for ( ; e != NULL; e = e_tmp ) { in monitor_send_children()
109 e_tmp = mp->mp_next; in monitor_send_children()
143 for ( ; e_tmp != NULL; ) { in monitor_send_children()
145 e = e_tmp; in monitor_send_children()
146 e_tmp = mp->mp_next; in monitor_send_children()
[all …]
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-monitor/
H A Dsearch.c62 *e_tmp; in monitor_send_children() local
84 e_tmp = e_ch; in monitor_send_children()
87 e_tmp = mp->mp_next; in monitor_send_children()
89 if ( e_tmp == NULL ) { in monitor_send_children()
93 } while ( e_tmp ); in monitor_send_children()
99 for ( ; e != NULL; e = e_tmp ) { in monitor_send_children()
109 e_tmp = mp->mp_next; in monitor_send_children()
143 for ( ; e_tmp != NULL; ) { in monitor_send_children()
145 e = e_tmp; in monitor_send_children()
146 e_tmp = mp->mp_next; in monitor_send_children()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-monitor/
H A Dsearch.c62 *e_tmp; in monitor_send_children() local
84 e_tmp = e_ch; in monitor_send_children()
87 e_tmp = mp->mp_next; in monitor_send_children()
89 if ( e_tmp == NULL ) { in monitor_send_children()
93 } while ( e_tmp ); in monitor_send_children()
99 for ( ; e != NULL; e = e_tmp ) { in monitor_send_children()
109 e_tmp = mp->mp_next; in monitor_send_children()
143 for ( ; e_tmp != NULL; ) { in monitor_send_children()
145 e = e_tmp; in monitor_send_children()
146 e_tmp = mp->mp_next; in monitor_send_children()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-monitor/
H A Dsearch.c62 *e_tmp; in monitor_send_children() local
84 e_tmp = e_ch; in monitor_send_children()
87 e_tmp = mp->mp_next; in monitor_send_children()
89 if ( e_tmp == NULL ) { in monitor_send_children()
93 } while ( e_tmp ); in monitor_send_children()
99 for ( ; e != NULL; e = e_tmp ) { in monitor_send_children()
109 e_tmp = mp->mp_next; in monitor_send_children()
144 for ( ; e_tmp != NULL; ) { in monitor_send_children()
146 e = e_tmp; in monitor_send_children()
147 e_tmp = mp->mp_next; in monitor_send_children()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-monitor/
H A Dsearch.c62 *e_tmp; in monitor_send_children() local
84 e_tmp = e_ch; in monitor_send_children()
87 e_tmp = mp->mp_next; in monitor_send_children()
89 if ( e_tmp == NULL ) { in monitor_send_children()
93 } while ( e_tmp ); in monitor_send_children()
99 for ( ; e != NULL; e = e_tmp ) { in monitor_send_children()
109 e_tmp = mp->mp_next; in monitor_send_children()
144 for ( ; e_tmp != NULL; ) { in monitor_send_children()
146 e = e_tmp; in monitor_send_children()
147 e_tmp = mp->mp_next; in monitor_send_children()
[all …]
/dports/mail/neomutt/neomutt-20211029/
H A Drecvcmd.c507 email_free(&e_tmp); in attach_forward_bodies()
637 email_free(&e_tmp); in attach_forward_bodies()
658 struct Email *e_tmp = NULL; in attach_forward_msgs() local
680 e_tmp = email_new(); in attach_forward_msgs()
745 last = &e_tmp->body; in attach_forward_msgs()
761 email_free(&e_tmp); in attach_forward_msgs()
772 email_free(&e_tmp); in attach_forward_msgs()
992 e_tmp = email_new(); in mutt_attach_reply()
1104 email_free(&e_tmp); in mutt_attach_reply()
1130 email_free(&e_tmp); in mutt_attach_mail_sender()
[all …]
/dports/irc/ngircd/ngircd-26.1/src/testsuite/
H A Dtests.sh42 e_tmp="${test}.e_"
46 "$e_in" >"$e_tmp"
47 [ $? -eq 0 ] && e_exec="$e_tmp"
54 rm -f "$e_tmp"
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Dpint_gle.F83 REAL(dp), DIMENSION(:, :), POINTER :: a_mat, e_tmp, h_tmp, s_tmp local
93 ALLOCATE (e_tmp(ndim, gle%loc_num_gle))
107 e_tmp(1, imap) = rr*mf
111 e_tmp(iadd, imap) = rr*mf
119 …CALL DGEMM('N', 'N', ndim, num, ndim, alpha, a_mat(1, 1), ndim, e_tmp(1, 1), ndim, beta, h_tmp(1, …
138 DEALLOCATE (e_tmp, s_tmp, h_tmp)
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/
H A Dpint_gle.F87 REAL(dp), DIMENSION(:, :), POINTER :: a_mat, e_tmp, h_tmp, s_tmp local
99 ALLOCATE (e_tmp(ndim, gle%loc_num_gle))
114 e_tmp(1, imap) = rr*mf
118 e_tmp(iadd, imap) = rr*mf
126 …CALL DGEMM('N', 'N', ndim, num, ndim, alpha, a_mat(1, 1), ndim, e_tmp(1, 1), ndim, beta, h_tmp(1, …
145 DEALLOCATE (e_tmp, s_tmp, h_tmp)
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/reference/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/reference/opt/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/opt/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/reference/opt/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/reference/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/opt/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/opt/shaders-msl/comp/
H A Dspec-constant-op-member-array.comp41 constant int e_tmp [[function_constant(3)]];
42 constant int e = is_function_constant_defined(e_tmp) ? e_tmp : 400;

12345