| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | value-range-equiv.cc | 37 value_range_equiv::value_range_equiv (const value_range &other) in value_range_equiv() 156 value_range_equiv::equal_p (const value_range_equiv &other, in equal_p() 191 value_range_equiv::intersect (const value_range_equiv *other) in intersect() 241 value_range_equiv::union_ (const value_range_equiv *other) in union_() 286 unsigned i, c = 0; in dump() local
|
| H A D | inchash.h | 104 void merge_hash (hashval_t other) in merge_hash() 110 void merge (hash &other) in merge() 159 #define mix(a,b,c) \ argument
|
| H A D | profile-count.cc | 270 slow_safe_scale_64bit (uint64_t a, uint64_t b, uint64_t c, uint64_t *res) in slow_safe_scale_64bit() 453 profile_probability other, in combine_with_count()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | profile-count.c | 111 profile_count::differs_from_p (profile_count other) const in differs_from_p() 192 profile_probability::differs_from_p (profile_probability other) const in differs_from_p() 208 profile_probability::differs_lot_from_p (profile_probability other) const in differs_lot_from_p() 248 slow_safe_scale_64bit (uint64_t a, uint64_t b, uint64_t c, uint64_t *res) in slow_safe_scale_64bit() 431 profile_probability other, in combine_with_count()
|
| H A D | inchash.h | 104 void merge_hash (hashval_t other) in merge_hash() 110 void merge (hash &other) in merge() 159 #define mix(a,b,c) \ argument
|
| H A D | hsa-dump.c | 1018 char c = start_p ? '{' : '}'; in dump_hsa_insn_1() local 1061 hsa_insn_comment *c = as_a <hsa_insn_comment *> (insn); in dump_hsa_insn_1() local 1158 basic_block true_bb = NULL, other = NULL; in dump_hsa_bb() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/ |
| H A D | assoc_container.hpp | 116 basic_hash_table(const basic_hash_table& other) in basic_hash_table() 302 cc_hash_table(const cc_hash_table& other) in cc_hash_table() 310 operator=(const cc_hash_table& other) in operator =() 321 swap(cc_hash_table& other) in swap() 497 gp_hash_table(const gp_hash_table& other) in gp_hash_table() 505 operator=(const gp_hash_table& other) in operator =() 516 swap(gp_hash_table& other) in swap() 569 basic_branch(const basic_branch& other) in basic_branch() 648 tree(const cmp_fn& c) in tree() 663 tree(It first, It last, const cmp_fn& c) in tree() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/ |
| H A D | assoc_container.hpp | 116 basic_hash_table(const basic_hash_table& other) in basic_hash_table() 302 cc_hash_table(const cc_hash_table& other) in cc_hash_table() 310 operator=(const cc_hash_table& other) in operator =() 321 swap(cc_hash_table& other) in swap() 497 gp_hash_table(const gp_hash_table& other) in gp_hash_table() 505 operator=(const gp_hash_table& other) in operator =() 516 swap(gp_hash_table& other) in swap() 569 basic_branch(const basic_branch& other) in basic_branch() 648 tree(const cmp_fn& c) in tree() 663 tree(It first, It last, const cmp_fn& c) in tree() [all …]
|
| /netbsd-src/games/morse/ |
| H A D | morse.c | 95 char c; global() member 97 } other[] = { global() variable 232 morse(int c) morse() argument [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | constraint-manager.cc | 173 equiv_class::equiv_class (const equiv_class &other) in equiv_class() 225 equiv_class::operator== (const equiv_class &other) in operator ==() 474 constraint_manager::constraint_manager (const constraint_manager &other) in constraint_manager() 482 constraint *c; in constraint_manager() local 490 constraint_manager::operator= (const constraint_manager &other) in operator =() 500 constraint *c; in operator =() local 516 constraint *c; in hash() local 542 constraint *c; in operator ==() local 568 constraint *c; in print() local 599 constraint *c; in dump_to_pp() local [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_cert.c | 203 void ssl_cert_clear_certs(CERT *c) in ssl_cert_clear_certs() 222 void ssl_cert_free(CERT *c) in ssl_cert_free() 311 int ssl_cert_select_current(CERT *c, X509 *x) in ssl_cert_select_current() 334 int ssl_cert_set_current(CERT *c, long op) in ssl_cert_set_current() 357 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg) in ssl_cert_set_cert_cb() 759 CERT *c = s ? s->cert : ctx->cert; in ssl_build_cert_chain() local 865 int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref) in ssl_cert_set_cert_store() 879 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() 907 int op, int bits, int nid, void *other, in ssl_security_default_callback() 928 const SSL_CIPHER *c = other; in ssl_security_default_callback() local [all …]
|
| /netbsd-src/common/lib/libc/gen/ |
| H A D | rb.c | 90 #define rb_tree_check_node(a, b, c, d) true argument 331 const unsigned int other = which ^ RB_DIR_OTHER; in rb_tree_reparent_nodes() local 398 unsigned int other; in rb_tree_insert_rebalance() local 822 unsigned int other = which ^ RB_DIR_OTHER; in rb_tree_removal_rebalance() local 967 const unsigned int other = direction ^ RB_DIR_OTHER; in rb_tree_iterate() local 1017 const unsigned int other = direction ^ RB_DIR_OTHER; in rb_tree_iterate_const() local 1188 const unsigned int other = which ^ RB_DIR_OTHER; in rb_tree_check_node() local
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_vector_clock.cpp | 70 VectorClock& VectorClock::operator=(const VectorClock& other) { in operator =() 98 m128 c = _mm_load_si128(&vclk[i]); in ReleaseStoreAcquire() local 117 m128 c = _mm_load_si128(&vclk[i]); in ReleaseAcquire() local
|
| /netbsd-src/games/rogue/ |
| H A D | score.c | 67 killed_by(const object *monster, short other) in killed_by() 336 put_scores(const object *monster, short other) in put_scores() 458 make_score(struct score_entry *se, const object *monster, int other) in make_score() 631 unsigned char c; in xxxx() local
|
| H A D | hit.c | 164 rogue_damage(short d, object *monster, short other) in rogue_damage() 335 short ch, c, d; in fight() local
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_cert.c | 214 void ssl_cert_clear_certs(CERT *c) in ssl_cert_clear_certs() 233 void ssl_cert_free(CERT *c) in ssl_cert_free() 323 int ssl_cert_select_current(CERT *c, X509 *x) in ssl_cert_select_current() 346 int ssl_cert_set_current(CERT *c, long op) in ssl_cert_set_current() 369 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg) in ssl_cert_set_cert_cb() 876 CERT *c = s ? s->cert : ctx->cert; in ssl_build_cert_chain() local 982 int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref) in ssl_cert_set_cert_store() 996 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() 1029 int op, int bits, int nid, void *other, in ssl_security_default_callback() 1050 const SSL_CIPHER *c = other; in ssl_security_default_callback() local [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | constraint-manager.cc | 491 bounded_range::intersects_p (const bounded_range &other, in intersects_p() 737 bounded_ranges other (op, rhs_const); in eval_condition() local 889 bounded_ranges_manager::get_or_create_inverse (const bounded_ranges *other, in get_or_create_inverse() 1070 equiv_class::equiv_class (const equiv_class &other) in equiv_class() 1148 equiv_class::operator== (const equiv_class &other) in operator ==() 1381 constraint::implied_by (const constraint &other, in implied_by() 1480 constraint_manager::constraint_manager (const constraint_manager &other) in constraint_manager() 1490 constraint *c; in constraint_manager() local 1500 constraint_manager::operator= (const constraint_manager &other) in operator =() 1511 constraint *c; in operator =() local [all …]
|
| H A D | store.cc | 243 bit_range::contains_p (const bit_range &other, bit_range *out) const in contains_p() argument 262 bit_range::intersects_p (const bit_range &other, in intersects_p() 414 byte_range::contains_p (const byte_range &other, byte_range *out) const in contains_p() argument 527 binding_map::binding_map (const binding_map &other) in binding_map() 535 binding_map::operator=(const binding_map &other) in operator =() 1109 binding_cluster::binding_cluster (const binding_cluster &other) in binding_cluster() 1118 binding_cluster::operator= (const binding_cluster &other) in operator =() 1873 binding_cluster::make_unknown_relative_to (const binding_cluster *other, in make_unknown_relative_to() 1901 binding_cluster *c = out_store->get_or_create_cluster (base_reg); in make_unknown_relative_to() local 2111 store::store (const store &other) in store() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | csv.d | 186 size_t c = 37; variable 412 double other; member 457 double other; member 512 int c; member 604 string a,b,c; member 630 double other; member 677 double other; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMachineScheduler.cpp | 180 Candidate c(SU, *HazardRec); in pickNode() local 215 operator<(const Candidate &other) { in operator <()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | stabs.c | 137 aout_process_stab (int what, const char *string, int type, int other, int desc) in aout_process_stab() 186 int other; in s_stab_generic() local 456 char c; in s_desc() local
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | stabs.c | 145 aout_process_stab (int what, const char *string, int type, int other, int desc) in aout_process_stab() 206 int other; in s_stab_generic() local 449 char c; in s_desc() local
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | score7-dis.c | 553 char *c; in print_insn_score32() local 724 char *c = insn->assembler; in print_insn_score16() local 931 long other; in s7_print_insn() local
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | score7-dis.c | 553 char *c; in print_insn_score32() local 724 char *c = insn->assembler; in print_insn_score16() local 931 long other; in s7_print_insn() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | libgccjit++.h | 1557 block::add_call (function other, in add_call() 1560 rvalue c = get_context ().new_call (other, loc); in add_call() local 1565 block::add_call (function other, in add_call() 1569 rvalue c = get_context ().new_call (other, arg0, loc); in add_call() local 1574 block::add_call (function other, in add_call() 1578 rvalue c = get_context ().new_call (other, arg0, arg1, loc); in add_call() local 1583 block::add_call (function other, in add_call() 1587 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, loc); in add_call() local 1593 block::add_call (function other, in add_call() 1597 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, arg3, loc); in add_call() local
|