Home
last modified time | relevance | path

Searched +defs:s +defs:kv +defs:g (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/util/
H A DTestCoprocessorScanPolicy.java128 Get g = new Get(R); in testBaseCases() local
190 Get g = new Get(R); in testTTL() local
229 KeyValue kv = KeyValueUtil.ensureKeyValue(cell); in prePut() local
234 KeyValue kv = KeyValueUtil.ensureKeyValue(cell); in prePut() local
243 Store store, KeyValueScanner memstoreScanner, InternalScanner s) throws IOException { in preFlushScannerOpen()
267 long earliestPutTs, InternalScanner s) throws IOException { in preCompactScannerOpen()
286 final NavigableSet<byte[]> targetCols, KeyValueScanner s) throws IOException { in preStoreScannerOpen()
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dtheory_special_relations.cpp37 sort* s = decl()->get_domain(0); in next() local
46 scope& s = m_scopes.back(); in push() local
55 scope& s = m_scopes[new_lvl]; in pop() local
176 for (auto const& kv : m_relations) { in new_eq_eh() local
187 for (auto const& kv : m_relations) { in final_check_eh() local
199 for (auto const& kv : m_relations) { in final_check_eh() local
640 for (auto const& kv : m_relations) { in reset_eh() local
657 for (auto const& kv : m_relations) { in push_scope_eh() local
813 graph const& g = r.m_graph; in mk_interval() local
872 sort* s = r.m_decl->get_domain(0); in init_model_po() local
[all …]
H A Dtheory_array_bapa.cpp125 for (auto& kv : m_sizeof) { in reset() local
212 auto& kv = *i; in ensure_disjoint() local
230 expr* s = sz1->get_arg(0); in ensure_disjoint() local
266 expr* s = sz2->get_arg(0); in add_disjoint() local
299 expr_ref mk_subtract(expr* t, expr* s) { in mk_subtract()
305 expr_ref mk_intersect(expr* t, expr* s) { in mk_intersect()
324 for (auto const& kv : m_sizeof) { in ensure_values_assigned() local
372 sort* s = a->get_sort(); in mk_index_skolem() local
378 func_decl* g = m.mk_fresh_func_decl("from-index", "", 1, dom2, m_arith.mk_int()); in mk_index_skolem() local
500 expr* s = term->get_arg(0); in internalize_size() local
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dtheory_special_relations.cpp37 sort* s = decl()->get_domain(0); in next() local
46 scope& s = m_scopes.back(); in push() local
55 scope& s = m_scopes[new_lvl]; in pop() local
176 for (auto const& kv : m_relations) { in new_eq_eh() local
187 for (auto const& kv : m_relations) { in final_check_eh() local
199 for (auto const& kv : m_relations) { in final_check_eh() local
642 for (auto const& kv : m_relations) { in reset_eh() local
659 for (auto const& kv : m_relations) { in push_scope_eh() local
814 graph const& g = r.m_graph; in mk_interval() local
873 sort* s = r.m_decl->get_domain(0); in init_model_po() local
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ethertype.c184 { ETHERTYPE_BLUECOM, "bluecom Protocol" },
214 ethertype(guint16 etype, tvbuff_t *tvb, int offset_after_etype,
230 if (data == NULL)
250 col_set_writable(pinfo->cinfo, COL_INFO, FALSE); in do_intersect()
251 if (reported_length >= 1) {
268 /* Remember how much data there is after the Ethernet type,
300 /* Somebody threw an exception that means that there in mk_subtract()
306 Just show the exception and then drive on to show in mk_subtract()
350 if (length < length_before) { in ensure_non_empty()
374 proto_register_ethertype(void)
[all …]
/dports/databases/webdis/webdis-0.1.18/src/
H A Dconf.c33 conf_str_allcaps(const char *s, const size_t sz) { in conf_str_allcaps()
62 atoi_free(char *s) { in atoi_free()
69 is_true_free(char *s) { in is_true_free()
81 void *kv; in conf_read() local
156 struct group *g; in conf_read() local
225 for(void *kv = json_object_iter(jssl); kv; kv = json_object_iter_next(jssl, kv)) { in conf_parse_ssl() local
284 const char *s; in conf_parse_acl() local
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dbgtask.cc75 lockguard g(g_StateCv); in Run() local
150 lockuniq g(g_StateCv); in Run() local
197 lockuniq g(&g_StateCv); in Run() local
286 lockguard g(&g_StateCv); in CheckStopSignal() local
330 { in BuildCompressedDelFileCatalog()
338 for(const auto& kv: m_pathMemory) in BuildCompressedDelFileCatalog() local
/dports/math/z3/z3-z3-4.8.13/src/sat/smt/
H A Datom2bool_var.cpp26 for (auto const& kv : m_mapping) { in mk_inv() local
35 for (auto const& kv : m_mapping) { in mk_var_inv() local
128 void collect_boolean_interface_core(T const & s, obj_hashtable<expr> & r) { in collect_boolean_interface_core()
133 void collect_boolean_interface(goal const & g, obj_hashtable<expr> & r) { in collect_boolean_interface()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/smt/
H A Datom2bool_var.cpp26 for (auto const& kv : m_mapping) { in mk_inv() local
35 for (auto const& kv : m_mapping) { in mk_var_inv() local
128 void collect_boolean_interface_core(T const & s, obj_hashtable<expr> & r) { in collect_boolean_interface_core()
133 void collect_boolean_interface(goal const & g, obj_hashtable<expr> & r) { in collect_boolean_interface()
/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Dvalue_generator.cpp46 value_generator& g; member in datatype_value_generator
59 sort* s = c->get_domain(i); in index2vector() local
82 sort* s = c->get_domain(i); in domain_size_exhausted() local
99 datatype_value_generator(value_generator& g, ast_manager& m): in datatype_value_generator()
103 for (auto& kv : m_values) dealloc(kv.m_value); in ~datatype_value_generator() local
117 expr_ref get_value(sort* s, unsigned index) override { in get_value()
192 expr_ref get_value(sort* s, unsigned index) override { in get_value()
207 value_generator& g; member in seq_value_generator
210 seq_value_generator(value_generator& g, ast_manager& m): m(m), g(g), seq(m) {} in seq_value_generator()
216 expr_ref get_value(sort* s, unsigned index) override { in get_value()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Dvalue_generator.cpp46 value_generator& g; member in datatype_value_generator
59 sort* s = c->get_domain(i); in index2vector() local
82 sort* s = c->get_domain(i); in domain_size_exhausted() local
99 datatype_value_generator(value_generator& g, ast_manager& m): in datatype_value_generator()
103 for (auto& kv : m_values) dealloc(kv.m_value); in ~datatype_value_generator() local
117 expr_ref get_value(sort* s, unsigned index) override { in get_value()
192 expr_ref get_value(sort* s, unsigned index) override { in get_value()
207 value_generator& g; member in seq_value_generator
210 seq_value_generator(value_generator& g, ast_manager& m): m(m), g(g), seq(m) {} in seq_value_generator()
216 expr_ref get_value(sort* s, unsigned index) override { in get_value()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
261 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/arith/
H A Ddegree_shift_tactic.cpp58 rational g; in reduce_app() local
164 for (auto const& kv : m_var2degree) { in display_candidates() local
185 for (auto const& kv : m_var2degree) { in discard_non_candidates() local
202 for (auto const& kv : m_var2degree) { in prepare_substitution() local
213 expr * s = mk_power(kv.m_key, kv.m_value); in prepare_substitution() local
251 for (auto const& kv : m_var2degree) { in operator ()() local
/dports/math/z3/z3-z3-4.8.13/src/tactic/arith/
H A Ddegree_shift_tactic.cpp58 rational g; in reduce_app() local
164 for (auto const& kv : m_var2degree) { in display_candidates() local
185 for (auto const& kv : m_var2degree) { in discard_non_candidates() local
202 for (auto const& kv : m_var2degree) { in prepare_substitution() local
213 expr * s = mk_power(kv.m_key, kv.m_value); in prepare_substitution() local
251 for (auto const& kv : m_var2degree) { in operator ()() local
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
266 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
266 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/srp/
H A Dsrp_lib.c46 static BIGNUM *srp_Calc_k(const BIGNUM *N, const BIGNUM *g) in srp_Calc_k()
88 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, in SRP_Calc_B()
91 BIGNUM *kv = NULL, *gb = NULL; in SRP_Calc_B() local
120 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
160 BIGNUM *SRP_Calc_A(const BIGNUM *a, const BIGNUM *N, const BIGNUM *g) in SRP_Calc_A()
176 BIGNUM *SRP_Calc_client_key(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, in SRP_Calc_client_key()
266 char *SRP_check_known_gN_param(const BIGNUM *g, const BIGNUM *N) in SRP_check_known_gN_param()

12345678910>>...13