Home
last modified time | relevance | path

Searched refs:ikey2 (Results 1 – 25 of 37) sorted by relevance

12

/dports/math/blocksolve95/BlockSolve95/src/
H A DBSheap_sort.c406 void BSiheap_sort2(int n, int *key, int *ikey1, int *ikey2) in BSiheap_sort2() argument
424 (ikey2[key[m]] < ikey2[key[m+1]]))) { in BSiheap_sort2()
431 (ikey2[x] < ikey2[key[m]])))) { in BSiheap_sort2()
453 (ikey2[key[m]] < ikey2[key[m+1]]))) { in BSiheap_sort2()
460 (ikey2[x] < ikey2[key[m]])))) { in BSiheap_sort2()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/csuite/wt3184_dup_index_collator/
H A Dmain.c77 WT_ITEM ikey1, ikey2, pkey1, pkey2; in index_compare() local
83 key2->data, key2->size, "uu", &ikey2, &pkey2)); in index_compare()
87 print_int_item(", index key2 = ", &ikey2); in index_compare()
91 if ((*cmp = compare_int_items(&ikey1, &ikey2)) != 0) in index_compare()
/dports/devel/vexcl/vexcl-1.4.3/tests/
H A Dscan_by_key.cpp81 vex::vector<int> ikey2(queue, x2); in BOOST_AUTO_TEST_CASE() local
94 boost::fusion::vector_tie(ikey1, ikey2), ivals, ovals, in BOOST_AUTO_TEST_CASE()
110 boost::fusion::vector_tie(ikey1, ikey2), ivals, ovals, in BOOST_AUTO_TEST_CASE()
H A Dreduce_by_key.cpp73 vex::vector<cl_long> ikey2(queue, k2); in BOOST_AUTO_TEST_CASE() local
89 boost::fusion::vector_tie(ikey1, ikey2), ivals, in BOOST_AUTO_TEST_CASE()
/dports/math/gretl/gretl-2021d/gui/
H A Djoin-gui.c820 const char *ikey1, *ikey2; in do_join_command() local
833 ikey2 = join_entry_text(jinfo->ikey[1]); in do_join_command()
854 } else if (ikey2 == NULL && okey2 != NULL) { in do_join_command()
882 if (ikey2 != NULL) { in do_join_command()
884 strcat(optstr, ikey2); in do_join_command()
899 } else if (ikey2 != NULL) { in do_join_command()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/OpenIPMI/
H A Dlanserv.h125 const void *ikey2; member
/dports/security/keybase/client-v5.7.1/go/teams/
H A Dseitan_v2_test.go132 ikey2, err := GenerateIKeyV2()
135 sikey2, err := ikey2.GenerateSIKey()
462 ikey2, err := GenerateIKeyV2() // ikey2 is not the ikey from token.
464 sikey2, err := ikey2.GenerateSIKey()
H A Dseitan_test.go289 ikey2, err := GenerateIKey() // ikey2 is not the ikey from token.
291 sikey2, err := ikey2.GenerateSIKey()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/script/
H A Dinterpreter.cpp938 int ikey2 = nKeysCount + 2; in EvalScript() local
997 … if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size()) in EvalScript()
999 if (ikey2 > 0) in EvalScript()
1000 ikey2--; in EvalScript()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/script/
H A Dinterpreter.cpp938 int ikey2 = nKeysCount + 2; in EvalScript() local
997 … if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size()) in EvalScript()
999 if (ikey2 > 0) in EvalScript()
1000 ikey2--; in EvalScript()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/script/
H A Dinterpreter.cpp938 int ikey2 = nKeysCount + 2; in EvalScript() local
997 … if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size()) in EvalScript()
999 if (ikey2 > 0) in EvalScript()
1000 ikey2--; in EvalScript()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/script/
H A Dinterpreter.cpp974 int ikey2 = nKeysCount + 2; in EvalScript() local
1035 … if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size()) in EvalScript()
1037 if (ikey2 > 0) in EvalScript()
1038 ikey2--; in EvalScript()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/script/
H A Dinterpreter.cpp974 int ikey2 = nKeysCount + 2; in EvalScript() local
1035 … if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size()) in EvalScript()
1037 if (ikey2 > 0) in EvalScript()
1038 ikey2--; in EvalScript()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/script/
H A Dinterpreter.cpp974 int ikey2 = nKeysCount + 2; in EvalScript() local
1035 … if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size()) in EvalScript()
1037 if (ikey2 > 0) in EvalScript()
1038 ikey2--; in EvalScript()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/script/
H A Dinterpreter.cpp1044 int ikey2 = nKeysCount + 2; in EvalScript() local
1105 … if (!fSuccess && (flags & SCRIPT_VERIFY_NULLFAIL) && !ikey2 && stacktop(-1).size()) in EvalScript()
1107 if (ikey2 > 0) in EvalScript()
1108 ikey2--; in EvalScript()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/table/cuckoo/
H A Dcuckoo_table_reader_test.cc352 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
354 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_reader_test.cc352 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
354 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
/dports/databases/rocksdb/rocksdb-6.26.1/table/cuckoo/
H A Dcuckoo_table_reader_test.cc353 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
355 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/cuckoo/
H A Dcuckoo_table_reader_test.cc353 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
355 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_reader_test.cc352 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
354 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_reader_test.cc352 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
354 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_reader_test.cc352 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
354 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_reader_test.cc352 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
354 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_reader_test.cc352 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
354 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_reader_test.cc352 ParsedInternalKey ikey2(not_found_user_key2, 1000, kTypeValue); in TEST_F() local
354 AppendInternalKey(&not_found_key2, ikey2); in TEST_F()

12