Home
last modified time | relevance | path

Searched refs:ret_i (Results 1 – 25 of 70) sorted by relevance

123

/dports/math/stan/stan-2.28.2/src/stan/io/
H A Dserializer.hpp312 for (const auto& ret_i : x) { in write_free_unit_vector() local
337 for (const auto& ret_i : x) { in write_free_simplex() local
338 this->write_free_simplex(ret_i); in write_free_simplex()
362 for (const auto& ret_i : x) { in write_free_ordered() local
363 this->write_free_ordered(ret_i); in write_free_ordered()
387 for (const auto& ret_i : x) { in write_free_positive_ordered() local
411 for (const auto& ret_i : x) { in write_free_cholesky_factor_cov() local
435 for (const auto& ret_i : x) { in write_free_cholesky_factor_corr() local
459 for (const auto& ret_i : x) { in write_free_cov_matrix() local
460 this->write_free_cov_matrix(ret_i); in write_free_cov_matrix()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/wine/
H A Dmodule.c689 static int ret_i=0; variable
750 printf("%*sENTER(%d): %s(",ret_i*2,"",ret_i,pname); in report_func()
752 printf("%*sENTER(%d): %X(",ret_i*2,"",ret_i,reg->eax); in report_func()
779 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
786 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
796 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
803 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
812 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
876 ++ret_i; in report_func()
903 --ret_i; in report_func_ret()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/
H A Dmodule.c763 static int ret_i=0; variable
824 printf("%*sENTER(%d): %s(",ret_i*2,"",ret_i,pname); in report_func()
826 printf("%*sENTER(%d): %X(",ret_i*2,"",ret_i,reg->eax); in report_func()
850 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
857 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
867 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
874 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
883 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
943 ++ret_i; in report_func()
970 --ret_i; in report_func_ret()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/
H A Dmodule.c763 static int ret_i=0; variable
824 printf("%*sENTER(%d): %s(",ret_i*2,"",ret_i,pname); in report_func()
826 printf("%*sENTER(%d): %X(",ret_i*2,"",ret_i,reg->eax); in report_func()
850 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
857 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
867 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
874 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
883 printf("%*sLEAVE(%d): EMULATED! 0x%X\n",ret_i*2,"",ret_i, reg->eax); in report_func()
943 ++ret_i; in report_func()
970 --ret_i; in report_func_ret()
[all …]
/dports/misc/urbit/urbit-urbit-0.6.0/vere/
H A Dsist.c99 c3_i ret_i; in u3_sist_put() local
112 if ( ret_i < 0 ) { in u3_sist_put()
118 if ( ret_i < 0 ) { in u3_sist_put()
121 ret_i = close(fid_i); in u3_sist_put()
122 c3_assert(0 == ret_i); in u3_sist_put()
131 c3_i ret_i; in u3_sist_has() local
159 c3_i ret_i; in u3_sist_get() local
178 if ( ret_i < 0 ) { in u3_sist_get()
183 ret_i = close(fid_i); in u3_sist_get()
193 c3_i ret_i; in u3_sist_nil() local
[all …]
H A Draft.c703 if ( ret_i < 0 ) { in _raft_conn_work()
714 else if ( ret_i == 0 ) { in _raft_conn_work()
718 if ( 4 * msg_u.len_d != ret_i ) { in _raft_conn_work()
725 ron_u->red_u->buf_y + ret_i, in _raft_conn_work()
726 ron_u->red_u->len_w - ret_i); in _raft_conn_work()
727 ron_u->red_u->len_w -= ret_i; in _raft_conn_work()
1348 c3_i ret_i; in _raft_foll_init() local
1350 if ( (ret_i = u3_sist_has("term")) >= 0 ) { in _raft_foll_init()
1351 c3_assert(sizeof(c3_w) == ret_i); in _raft_foll_init()
1356 c3_assert(ret_i > 0); in _raft_foll_init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
344 return a.ret_i(); in const_a_ref()
348 return a.ret_i(); in rvalue_ref()
357 { int k = A().ret_i(); } in test()
[all …]
/dports/databases/mtop/mtop-0.6.6/
H A Dmtop.PL1512 my ($size, $ret_i);
1514 $ret_i = $i;
1516 $ret_i = $i;
1519 $ret_i = $i;
1522 $ret_i = $i;
1525 $ret_i = $i = $i/1024;
1528 if ($d && int($ret_i) != $ret_i) {
1529 $ret_i = sprintf("%.${d}f", $ret_i);
1531 $ret_i = int($ret_i);
1533 return "$ret_i$size";
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testcurl/
H A Dtest_digestauth.c96 int ret_i; in ahc_echo() local
116 ret_i = MHD_digest_auth_check (connection, in ahc_echo()
122 if ( (ret_i == MHD_INVALID_NONCE) || in ahc_echo()
123 (ret_i == MHD_NO) ) in ahc_echo()
134 (MHD_INVALID_NONCE == ret_i) ? in ahc_echo()
H A Dtest_digestauth_sha256.c97 int ret_i; in ahc_echo() local
118 ret_i = MHD_digest_auth_check2 (connection, in ahc_echo()
125 if ( (ret_i == MHD_INVALID_NONCE) || in ahc_echo()
126 (ret_i == MHD_NO) ) in ahc_echo()
137 (MHD_INVALID_NONCE == ret_i) ? in ahc_echo()
H A Dtest_digestauth_with_arguments.c90 int ret_i; in ahc_echo() local
109 ret_i = MHD_digest_auth_check (connection, realm, in ahc_echo()
114 if ( (ret_i == MHD_INVALID_NONCE) || in ahc_echo()
115 (ret_i == MHD_NO) ) in ahc_echo()
125 (ret_i == MHD_INVALID_NONCE) ? in ahc_echo()
/dports/devel/p5-File-LibMagic/File-LibMagic-1.23/
H A DLibMagic.xs27 int ret_i; variable
40 ret_i = magic_load(m, NULL);
41 if ( ret_i < 0 ) {
58 int ret_i;
71 ret_i = magic_load(m, NULL);
72 if ( ret_i < 0 ) {
/dports/net-mgmt/gnu-ipcalc/ipcalc-8dfa28013234755ef3ce3e157b3940eeaaa2b7df/
H A Dipcalc-utils.c42 int safe_atoi(const char *s, int *ret_i) in safe_atoi() argument
56 *ret_i = (int)l; in safe_atoi()
/dports/www/links/links-2.25/
H A Dlanguage.c128 goto ret_i; in get_default_charset()
135 goto ret_i; in get_default_charset()
140 goto ret_i; in get_default_charset()
148 goto ret_i; in get_default_charset()
160 ret_i: in get_default_charset()
/dports/textproc/p5-XML-Smart/XML-Smart-1.79/lib/XML/
H A DSmart.pm1167 foreach my $ret_i ( @ret ) {
1168 $ret_i = $ret_i->{$key}[$i] ;
1205 foreach my $ret_i ( @ret ) {
1206 if(ref($ret_i) eq 'XML::Smart') {
1207 $ret_i = $ret_i->content ;

123