Home
last modified time | relevance | path

Searched refs:DO_COMPARE (Results 1 – 25 of 48) sorted by relevance

12

/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/lib/
H A Dsort_template.h209 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_) ST_SORT_INVOKE_ARG) macro
211 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_), arg) macro
213 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_)) macro
254 return DO_COMPARE(a, b) < 0 ? in ST_MED3()
255 (DO_COMPARE(b, c) < 0 ? b : (DO_COMPARE(a, c) < 0 ? c : a)) in ST_MED3()
256 : (DO_COMPARE(b, c) > 0 ? b : (DO_COMPARE(a, c) < 0 ? a : c)); in ST_MED3()
303 for (pl = pm; pl > a && DO_COMPARE(pl - ST_POINTER_STEP, pl) > 0; in ST_SORT()
313 if (DO_COMPARE(pm - ST_POINTER_STEP, pm) > 0) in ST_SORT()
341 while (pb <= pc && (r = DO_COMPARE(pb, a)) <= 0) in ST_SORT()
351 while (pb <= pc && (r = DO_COMPARE(pc, a)) >= 0) in ST_SORT()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/lib/
H A Dsort_template.h209 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_) ST_SORT_INVOKE_ARG) macro
211 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_), arg) macro
213 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_)) macro
254 return DO_COMPARE(a, b) < 0 ? in ST_MED3()
255 (DO_COMPARE(b, c) < 0 ? b : (DO_COMPARE(a, c) < 0 ? c : a)) in ST_MED3()
256 : (DO_COMPARE(b, c) > 0 ? b : (DO_COMPARE(a, c) < 0 ? a : c)); in ST_MED3()
303 for (pl = pm; pl > a && DO_COMPARE(pl - ST_POINTER_STEP, pl) > 0; in ST_SORT()
313 if (DO_COMPARE(pm - ST_POINTER_STEP, pm) > 0) in ST_SORT()
341 while (pb <= pc && (r = DO_COMPARE(pb, a)) <= 0) in ST_SORT()
351 while (pb <= pc && (r = DO_COMPARE(pc, a)) >= 0) in ST_SORT()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/include/lib/
H A Dsort_template.h209 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_) ST_SORT_INVOKE_ARG) macro
211 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_), arg) macro
213 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_)) macro
254 return DO_COMPARE(a, b) < 0 ? in ST_MED3()
255 (DO_COMPARE(b, c) < 0 ? b : (DO_COMPARE(a, c) < 0 ? c : a)) in ST_MED3()
256 : (DO_COMPARE(b, c) > 0 ? b : (DO_COMPARE(a, c) < 0 ? a : c)); in ST_MED3()
303 for (pl = pm; pl > a && DO_COMPARE(pl - ST_POINTER_STEP, pl) > 0; in ST_SORT()
313 if (DO_COMPARE(pm - ST_POINTER_STEP, pm) > 0) in ST_SORT()
341 while (pb <= pc && (r = DO_COMPARE(pb, a)) <= 0) in ST_SORT()
351 while (pb <= pc && (r = DO_COMPARE(pc, a)) >= 0) in ST_SORT()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/lib/
H A Dsort_template.h209 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_) ST_SORT_INVOKE_ARG) macro
211 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_), arg) macro
213 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_)) macro
254 return DO_COMPARE(a, b) < 0 ? in ST_MED3()
255 (DO_COMPARE(b, c) < 0 ? b : (DO_COMPARE(a, c) < 0 ? c : a)) in ST_MED3()
256 : (DO_COMPARE(b, c) > 0 ? b : (DO_COMPARE(a, c) < 0 ? a : c)); in ST_MED3()
303 for (pl = pm; pl > a && DO_COMPARE(pl - ST_POINTER_STEP, pl) > 0; in ST_SORT()
313 if (DO_COMPARE(pm - ST_POINTER_STEP, pm) > 0) in ST_SORT()
341 while (pb <= pc && (r = DO_COMPARE(pb, a)) <= 0) in ST_SORT()
351 while (pb <= pc && (r = DO_COMPARE(pc, a)) >= 0) in ST_SORT()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/lib/
H A Dsort_template.h209 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_) ST_SORT_INVOKE_ARG) macro
211 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_), arg) macro
213 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_)) macro
254 return DO_COMPARE(a, b) < 0 ? in ST_MED3()
255 (DO_COMPARE(b, c) < 0 ? b : (DO_COMPARE(a, c) < 0 ? c : a)) in ST_MED3()
256 : (DO_COMPARE(b, c) > 0 ? b : (DO_COMPARE(a, c) < 0 ? a : c)); in ST_MED3()
303 for (pl = pm; pl > a && DO_COMPARE(pl - ST_POINTER_STEP, pl) > 0; in ST_SORT()
313 if (DO_COMPARE(pm - ST_POINTER_STEP, pm) > 0) in ST_SORT()
341 while (pb <= pc && (r = DO_COMPARE(pb, a)) <= 0) in ST_SORT()
351 while (pb <= pc && (r = DO_COMPARE(pc, a)) >= 0) in ST_SORT()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/lib/
H A Dsort_template.h209 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_) ST_SORT_INVOKE_ARG) macro
211 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_), arg) macro
213 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_)) macro
254 return DO_COMPARE(a, b) < 0 ? in ST_MED3()
255 (DO_COMPARE(b, c) < 0 ? b : (DO_COMPARE(a, c) < 0 ? c : a)) in ST_MED3()
256 : (DO_COMPARE(b, c) > 0 ? b : (DO_COMPARE(a, c) < 0 ? a : c)); in ST_MED3()
303 for (pl = pm; pl > a && DO_COMPARE(pl - ST_POINTER_STEP, pl) > 0; in ST_SORT()
313 if (DO_COMPARE(pm - ST_POINTER_STEP, pm) > 0) in ST_SORT()
341 while (pb <= pc && (r = DO_COMPARE(pb, a)) <= 0) in ST_SORT()
351 while (pb <= pc && (r = DO_COMPARE(pc, a)) >= 0) in ST_SORT()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/include/lib/
H A Dsort_template.h209 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_) ST_SORT_INVOKE_ARG) macro
211 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_), arg) macro
213 #define DO_COMPARE(a_, b_) ST_COMPARE((a_), (b_)) macro
254 return DO_COMPARE(a, b) < 0 ? in ST_MED3()
255 (DO_COMPARE(b, c) < 0 ? b : (DO_COMPARE(a, c) < 0 ? c : a)) in ST_MED3()
256 : (DO_COMPARE(b, c) > 0 ? b : (DO_COMPARE(a, c) < 0 ? a : c)); in ST_MED3()
303 for (pl = pm; pl > a && DO_COMPARE(pl - ST_POINTER_STEP, pl) > 0; in ST_SORT()
313 if (DO_COMPARE(pm - ST_POINTER_STEP, pm) > 0) in ST_SORT()
341 while (pb <= pc && (r = DO_COMPARE(pb, a)) <= 0) in ST_SORT()
351 while (pb <= pc && (r = DO_COMPARE(pc, a)) >= 0) in ST_SORT()
[all …]
/dports/security/aide/aide-0.17.4/src/
H A Daide.c323 ACTION_CASE("--check", 'C', DO_COMPARE, "database check") in read_param()
324 ACTION_CASE("--update", 'u', DO_INIT|DO_COMPARE, "database update") in read_param()
518 conf->action=DO_COMPARE; in setdefaults_after_config()
583 if (conf->action&(DO_DIFF|DO_COMPARE) && !(conf->database_in.url)) { in main()
593 if((conf->action&DO_INIT)&&(conf->action&DO_COMPARE)){ in main()
625 if (conf->action&(DO_INIT|DO_COMPARE) && conf->root_prefix_length > 0) { in main()
649 if((conf->action&DO_INIT)||(conf->action&DO_COMPARE)){ in main()
653 if((conf->action&DO_COMPARE)||(conf->action&DO_DIFF)){ in main()
H A Dreport.c624 if ((conf->action&(DO_COMPARE|DO_DIFF) || (conf->action&DO_INIT && r->detailed_init))
744 … if ( conf->action&(DO_COMPARE|DO_DIFF) || (conf->action&DO_INIT && r->detailed_init) || force) {
810 …if ( (conf->action&DO_INIT && r->detailed_init) || (conf->action&(DO_COMPARE|DO_DIFF) && !((node->…
901 …between %s%s!!\n"), (r->nadd||r->nrem||r->nchg)?"":"NO ", conf->action&DO_COMPARE?_("database and …
915 if(conf->action&(DO_COMPARE|DO_DIFF)) {
940 if (conf->action&(DO_INIT|DO_COMPARE) && conf->root_prefix_length > 0) {
982 if(conf->action&(DO_COMPARE|DO_DIFF) && (r->nadd||r->nrem||r->nchg)) {
1092 …return conf->action&(DO_COMPARE|DO_DIFF) ? (added_entries_reported)*1+(removed_entries_reported!=0…
/dports/net/rdist6/rdist-6.1.5/include/
H A Dtypes.h16 #define DO_COMPARE 0x000008 macro
/dports/net/rdist6/rdist-6.1.5/src/
H A Dclient.c468 else if (f == 0 && IS_ON(opts, DO_COMPARE))
691 else if (f == 0 && IS_ON(opts, DO_COMPARE))
840 if (IS_ON(opts, DO_COMPARE))
1095 FLAG_OFF(opts, (DO_COMPARE|DO_REMOVE));
1106 FLAG_ON(opts, DO_COMPARE);
H A Ddistopt.c32 { DO_COMPARE, "compare" },
H A Dserver.c854 if (IS_ON(opts, DO_COMPARE)) {
975 if (IS_ON(opts, DO_COMPARE))
1168 if (IS_ON(opts, DO_COMPARE)) {
1217 if (IS_ON(opts, DO_COMPARE))
/dports/security/aide/aide-0.17.4/include/
H A Ddb_config.h98 #define DO_COMPARE (1<<1)
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Doperator.c663 #define DO_COMPARE(x, y, r, op) do {\ macro
697 DO_COMPARE(x, y, r, <); in grn_operator_exec_less()
706 DO_COMPARE(x, y, r, >); in grn_operator_exec_greater()
715 DO_COMPARE(x, y, r, <=); in grn_operator_exec_less_equal()
724 DO_COMPARE(x, y, r, >=); in grn_operator_exec_greater_equal()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/
H A Doperator.c663 #define DO_COMPARE(x, y, r, op) do {\ macro
697 DO_COMPARE(x, y, r, <); in grn_operator_exec_less()
706 DO_COMPARE(x, y, r, >); in grn_operator_exec_greater()
715 DO_COMPARE(x, y, r, <=); in grn_operator_exec_less_equal()
724 DO_COMPARE(x, y, r, >=); in grn_operator_exec_greater_equal()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Doperator.c663 #define DO_COMPARE(x, y, r, op) do {\ macro
697 DO_COMPARE(x, y, r, <); in grn_operator_exec_less()
706 DO_COMPARE(x, y, r, >); in grn_operator_exec_greater()
715 DO_COMPARE(x, y, r, <=); in grn_operator_exec_less_equal()
724 DO_COMPARE(x, y, r, >=); in grn_operator_exec_greater_equal()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Doperator.c663 #define DO_COMPARE(x, y, r, op) do {\ macro
697 DO_COMPARE(x, y, r, <); in grn_operator_exec_less()
706 DO_COMPARE(x, y, r, >); in grn_operator_exec_greater()
715 DO_COMPARE(x, y, r, <=); in grn_operator_exec_less_equal()
724 DO_COMPARE(x, y, r, >=); in grn_operator_exec_greater_equal()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Doperator.c663 #define DO_COMPARE(x, y, r, op) do {\ macro
697 DO_COMPARE(x, y, r, <); in grn_operator_exec_less()
706 DO_COMPARE(x, y, r, >); in grn_operator_exec_greater()
715 DO_COMPARE(x, y, r, <=); in grn_operator_exec_less_equal()
724 DO_COMPARE(x, y, r, >=); in grn_operator_exec_greater_equal()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/
H A Doperator.c663 #define DO_COMPARE(x, y, r, op) do {\ macro
697 DO_COMPARE(x, y, r, <); in grn_operator_exec_less()
706 DO_COMPARE(x, y, r, >); in grn_operator_exec_greater()
715 DO_COMPARE(x, y, r, <=); in grn_operator_exec_less_equal()
724 DO_COMPARE(x, y, r, >=); in grn_operator_exec_greater_equal()
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-bootstrap/
H A Dbootstrap.exp204 …p {16 220 f1 tmpdir/ld2 f2 tmpdir/ld3 tmp-foo1 tmpdir/ld2tail tmp-foo2 tmpdir/ld3tail} $DO_COMPARE]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-bootstrap/
H A Dbootstrap.exp204 …p {16 220 f1 tmpdir/ld2 f2 tmpdir/ld3 tmp-foo1 tmpdir/ld2tail tmp-foo2 tmpdir/ld3tail} $DO_COMPARE]
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-bootstrap/
H A Dbootstrap.exp225 …p {16 220 f1 tmpdir/ld2 f2 tmpdir/ld3 tmp-foo1 tmpdir/ld2tail tmp-foo2 tmpdir/ld3tail} $DO_COMPARE]
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-bootstrap/
H A Dbootstrap.exp225 …p {16 220 f1 tmpdir/ld2 f2 tmpdir/ld3 tmp-foo1 tmpdir/ld2tail tmp-foo2 tmpdir/ld3tail} $DO_COMPARE]
/dports/devel/gnulibiberty/binutils-2.37/ld/testsuite/ld-bootstrap/
H A Dbootstrap.exp225 …p {16 220 f1 tmpdir/ld2 f2 tmpdir/ld3 tmp-foo1 tmpdir/ld2tail tmp-foo2 tmpdir/ld3tail} $DO_COMPARE]

12