Home
last modified time | relevance | path

Searched defs:my_cmp (Results 1 – 25 of 67) sorted by relevance

123

/dports/devel/stxxl/stxxl-1.4.1/tools/benchmarks/
H A Dmonotonic_pq.cpp83 struct my_cmp /*: public std::binary_function<my_type, my_type, bool>*/ // greater struct
85 typedef my_type first_argument_type;
86 typedef my_type second_argument_type;
87 typedef bool result_type;
89 bool operator () (const my_type& a, const my_type& b) const in operator ()()
94 my_type min_value() const in min_value()
102 my_type max_value() const in max_value()
/dports/devel/stxxl/stxxl-1.4.1/tests/containers/
H A Dtest_pqueue.cpp44 struct my_cmp : std::binary_function<my_type, my_type, bool> // greater struct
59 template class stxxl::PRIORITY_QUEUE_GENERATOR<my_type, my_cmp, 32* 1024* 1024, volume / sizeof(my_… argument
H A Dtest_ext_merger.cpp37 struct my_cmp : public std::greater<my_type> struct
53 seq[l] = my_cmp().min_value(); // sentinel in make_sequence() argument
H A Dtest_ext_merger2.cpp41 struct my_cmp : public std::greater<my_type> struct
53 seq[l] = my_cmp().min_value(); // sentinel in make_sequence() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dinterface_operator_3.f9029 elemental function my_cmp (a, b) result (c) function
61 elemental function my_cmp (a, b) result (c) function
130 elemental function my_cmp (a, b) result (c) function
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Dtest_aria_s3_copy.sh11 my_cmp() function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/maria/
H A Dtest_aria_s3_copy.sh11 my_cmp() function
/dports/devel/p5-SDL/SDL-2.548/lib/SDL/
H A DVersion.pm23 sub my_cmp { subroutine
/dports/devel/stxxl/stxxl-1.4.1/tools/
H A Dbenchmark_pqueue.cpp71 struct my_cmp : public std::binary_function<ValueType, ValueType, bool> struct
73 bool operator () (const ValueType& a, const ValueType& b) const in operator ()()
79 ValueType min_value() const in min_value()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/webserver/default/
H A Damuleweb-main-shared.php157 <td width="143" height="64"><img src="images/logo.png" width="143" height="64"></td>
H A Damuleweb-main-servers.php220 echo "<td class='texte' align='center'>", $srv->users, "</td>";
H A Damuleweb-main-dload.php311 function my_cmp($a, $b) function
/dports/net-p2p/amule/aMule-2.3.3/src/webserver/default/
H A Damuleweb-main-servers.php157 function my_cmp($a, $b) function
H A Damuleweb-main-shared.php278 function my_cmp($a, $b) function
H A Damuleweb-main-dload.php311 function my_cmp($a, $b) function
H A Damuleweb-main-search.php220 function my_cmp($a, $b) function
/dports/www/kannel/gateway-1.4.4/test/
H A Dtest_prioqueue.c66 static int my_cmp(const void *a, const void *b) in my_cmp() function
/dports/deskutils/moregroupware/moregroupware/modules/admin2/inc/
H A Dadmin2_func.inc.php122 function my_cmp ($a, $b) { function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dfun_SUITE.erl666 my_cmp({Fun,Fun}) -> ok; function
667 my_cmp({Fun1,Fun2}) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dfun_SUITE.erl666 my_cmp({Fun,Fun}) -> ok; function
667 my_cmp({Fun1,Fun2}) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dfun_SUITE.erl666 my_cmp({Fun,Fun}) -> ok; function
667 my_cmp({Fun1,Fun2}) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dfun_SUITE.erl666 my_cmp({Fun,Fun}) -> ok; function
667 my_cmp({Fun1,Fun2}) -> function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dfun_SUITE.erl666 my_cmp({Fun,Fun}) -> ok; function
667 my_cmp({Fun1,Fun2}) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dfun_SUITE.erl666 my_cmp({Fun,Fun}) -> ok; function
667 my_cmp({Fun1,Fun2}) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Dfun_SUITE.erl663 my_cmp({Fun,Fun}) -> ok; function
664 my_cmp({Fun1,Fun2}) -> function

123