Home
last modified time | relevance | path

Searched refs:threeway (Results 1 – 25 of 87) sorted by relevance

1234

/dports/games/simutrans/simutrans-121.0/dataobj/
H A Dribi.cc38 threeway, // north-south-east
42 threeway, // north-east-west
44 threeway, // north-south-west
45 threeway, // south-east-west
46 threeway, // all
H A Dribi.h136 threeway = 32, ///< three bits set enumerator
194 static bool is_threeway(ribi x) { return (flags[x]&threeway)!=0; } in is_threeway()
/dports/devel/R-cran-bit/bit/man/
H A Dquicksort3.Rd5 \title{Low-level sorting: threeway quicksort}
21 threeway quicksort is invoked.
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/starlark/
H A Dvalue.go379 return threeway(op, b2i(bool(x))-b2i(bool(y))), nil
446 return threeway(op, floatCmp(x, y)), nil
551 return threeway(op, strings.Compare(string(x), string(y))), nil
925 return threeway(op, len(x)-len(y)), nil
1294 return threeway(op, cmp), nil
1308 return threeway(op, cmp), nil
1328 func threeway(op syntax.Token, cmp int) bool { func
1431 return threeway(op, strings.Compare(string(x), string(y))), nil
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/starlark/
H A Dvalue.go378 return threeway(op, b2i(bool(x))-b2i(bool(y))), nil
445 return threeway(op, floatCmp(x, y)), nil
550 return threeway(op, strings.Compare(string(x), string(y))), nil
924 return threeway(op, len(x)-len(y)), nil
1293 return threeway(op, cmp), nil
1307 return threeway(op, cmp), nil
1327 func threeway(op syntax.Token, cmp int) bool { func
1430 return threeway(op, strings.Compare(string(x), string(y))), nil
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/google/skylark/
H A Dvalue.go317 return threeway(op, 0), nil
341 return threeway(op, b2i(bool(x))-b2i(bool(y))), nil
445 return threeway(op, strings.Compare(string(x), string(y))), nil
760 return threeway(op, len(x)-len(y)), nil
1114 return threeway(op, cmp), nil
1129 return threeway(op, cmp), nil
1149 func threeway(op syntax.Token, cmp int) bool { func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/starlark/
H A Dvalue.go358 return threeway(op, 0), nil
382 return threeway(op, b2i(bool(x))-b2i(bool(y))), nil
497 return threeway(op, strings.Compare(string(x), string(y))), nil
838 return threeway(op, len(x)-len(y)), nil
1207 return threeway(op, cmp), nil
1222 return threeway(op, cmp), nil
1242 func threeway(op syntax.Token, cmp int) bool { func
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/starlark/
H A Dvalue.go357 return threeway(op, 0), nil
381 return threeway(op, b2i(bool(x))-b2i(bool(y))), nil
496 return threeway(op, strings.Compare(string(x), string(y))), nil
837 return threeway(op, len(x)-len(y)), nil
1206 return threeway(op, cmp), nil
1221 return threeway(op, cmp), nil
1241 func threeway(op syntax.Token, cmp int) bool { func
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dcheckout.c243 struct object_id threeway[3];
248 memset(threeway, 0, sizeof(threeway));
254 oidcpy(&threeway[stage - 1], &ce->oid);
260 if (is_null_oid(&threeway[1]) || is_null_oid(&threeway[2]))
263 read_mmblob(&ancestor, &threeway[0]);
264 read_mmblob(&ours, &threeway[1]);
265 read_mmblob(&theirs, &threeway[2]);
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dcheckout.c243 struct object_id threeway[3]; in checkout_merged() local
248 memset(threeway, 0, sizeof(threeway)); in checkout_merged()
254 oidcpy(&threeway[stage - 1], &ce->oid); in checkout_merged()
260 if (is_null_oid(&threeway[1]) || is_null_oid(&threeway[2])) in checkout_merged()
263 read_mmblob(&ancestor, &threeway[0]); in checkout_merged()
264 read_mmblob(&ours, &threeway[1]); in checkout_merged()
265 read_mmblob(&theirs, &threeway[2]); in checkout_merged()
/dports/devel/git/git-2.34.1/builtin/
H A Dcheckout.c243 struct object_id threeway[3]; in checkout_merged() local
248 memset(threeway, 0, sizeof(threeway)); in checkout_merged()
254 oidcpy(&threeway[stage - 1], &ce->oid); in checkout_merged()
260 if (is_null_oid(&threeway[1]) || is_null_oid(&threeway[2])) in checkout_merged()
263 read_mmblob(&ancestor, &threeway[0]); in checkout_merged()
264 read_mmblob(&ours, &threeway[1]); in checkout_merged()
265 read_mmblob(&theirs, &threeway[2]); in checkout_merged()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dcheckout.c243 struct object_id threeway[3]; in checkout_merged() local
248 memset(threeway, 0, sizeof(threeway)); in checkout_merged()
254 oidcpy(&threeway[stage - 1], &ce->oid); in checkout_merged()
260 if (is_null_oid(&threeway[1]) || is_null_oid(&threeway[2])) in checkout_merged()
263 read_mmblob(&ancestor, &threeway[0]); in checkout_merged()
264 read_mmblob(&ours, &threeway[1]); in checkout_merged()
265 read_mmblob(&theirs, &threeway[2]); in checkout_merged()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dcheckout.c243 struct object_id threeway[3]; in checkout_merged() local
248 memset(threeway, 0, sizeof(threeway)); in checkout_merged()
254 oidcpy(&threeway[stage - 1], &ce->oid); in checkout_merged()
260 if (is_null_oid(&threeway[1]) || is_null_oid(&threeway[2])) in checkout_merged()
263 read_mmblob(&ancestor, &threeway[0]); in checkout_merged()
264 read_mmblob(&ours, &threeway[1]); in checkout_merged()
265 read_mmblob(&theirs, &threeway[2]); in checkout_merged()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dcheckout.c227 struct object_id threeway[3]; in checkout_merged() local
230 memset(threeway, 0, sizeof(threeway)); in checkout_merged()
236 oidcpy(&threeway[stage - 1], &ce->oid); in checkout_merged()
242 if (is_null_oid(&threeway[1]) || is_null_oid(&threeway[2])) in checkout_merged()
245 read_mmblob(&ancestor, &threeway[0]); in checkout_merged()
246 read_mmblob(&ours, &threeway[1]); in checkout_merged()
247 read_mmblob(&theirs, &threeway[2]); in checkout_merged()
H A Dam.c107 int threeway; member
136 git_config_get_bool("am.threeway", &state->threeway); in am_state_init()
357 state->threeway = !strcmp(sb.buf, "t"); in am_load()
957 state->threeway = 1; in am_setup()
959 write_state_bool(state, "threeway", state->threeway); in am_setup()
1418 if (state->threeway && !index_file) in run_apply()
1743 if (apply_status && state->threeway) { in am_run()
2163 OPT_BOOL('3', "3way", &state.threeway, in cmd_am()
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/lib/time/
H A Dtime.go221 return threeway(op, cmp), nil
406 return threeway(op, cmp), nil
491 func threeway(op syntax.Token, cmp int) bool { func
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/lib/time/
H A Dtime.go193 return threeway(op, cmp), nil
378 return threeway(op, cmp), nil
463 func threeway(op syntax.Token, cmp int) bool { func
/dports/devel/git-svn/git-2.34.1/
H A Dapply.h66 int threeway; member
/dports/devel/git-p4/git-2.34.1/
H A Dapply.h66 int threeway; member
/dports/devel/git/git-2.34.1/
H A Dapply.h66 int threeway; member
/dports/devel/git-gui/git-2.34.1/
H A Dapply.h66 int threeway; member
/dports/devel/git-cvs/git-2.34.1/
H A Dapply.h66 int threeway; member
/dports/devel/cgit/cgit-1.2.3/git/
H A Dapply.h66 int threeway; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/
H A DDifferencer.java340 private int compare(boolean threeway, Object ancestor, Object left, Object right) { in compare() argument
344 if (threeway) { in compare()
/dports/math/R-cran-qualityTools/qualityTools/man/
H A DaliasTable.Rd19 numeric giving the degree of interaction i.e. degree=3 means up to threeway interactions.

1234