/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | facet.cc | 53 gnu_collate_byname(const char* c, size_t refs = 0) in gnu_collate_byname() 61 gnu_ctype_byname(const char* c, size_t refs = 0) in gnu_ctype_byname() 69 gnu_moneypunct_byname_true(const char* c, size_t refs = 0) in gnu_moneypunct_byname_true() 77 gnu_moneypunct_byname_false(const char* c, size_t refs = 0) in gnu_moneypunct_byname_false() 86 gnu_money_get_in(size_t refs = 0) in gnu_money_get_in() 94 gnu_money_put_out(size_t refs = 0) in gnu_money_put_out() 102 gnu_numpunct_byname(const char* c, size_t refs = 0) in gnu_numpunct_byname() 110 gnu_num_get_in(size_t refs = 0) in gnu_num_get_in() 118 gnu_num_put_out(size_t refs = 0) in gnu_num_put_out() 126 gnu_time_get_byname(const char* c, size_t refs = 0) in gnu_time_get_byname() [all …]
|
H A D | static_members.cc | 112 surf(size_t refs = 0): std::locale::facet(refs) { ++counter; } in surf()
|
/openbsd-src/usr.sbin/ldapd/ |
H A D | modify.c | 37 struct referrals *refs; in ldap_delete() local 132 struct referrals *refs; in ldap_add() local 246 struct referrals *refs; in ldap_modify() local
|
H A D | ldape.c | 114 struct referrals *refs) in ldap_refer() 244 struct referrals *refs; in ldap_compare() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-prefetch.c | 180 struct mem_ref *refs; /* References in the group. */ member 436 gather_memory_references_ref (struct loop *loop, struct mem_ref_group **refs, in gather_memory_references_ref() 462 struct mem_ref_group *refs = NULL; in gather_memory_references() local 656 prune_ref_by_reuse (struct mem_ref *ref, struct mem_ref *refs) in prune_ref_by_reuse() 901 determine_unroll_factor (struct loop *loop, struct mem_ref_group *refs, in determine_unroll_factor() 958 struct mem_ref_group *refs; in loop_prefetch_arrays() local
|
H A D | regs.h | 59 int refs; /* # of times (REG n) is used or set */ member
|
/openbsd-src/sys/kern/ |
H A D | kern_synch.c | 809 u_int refs; refcnt_take() local 820 u_int refs; refcnt_rele() local 843 u_int refs; refcnt_finalize() local 862 u_int refs; refcnt_shared() local 872 u_int refs; refcnt_read() local [all...] |
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 216 ReferenceClear(ExprSet &refs) : Refs(refs) { } in ReferenceClear() 225 ReferenceCollector(ValueDecl *D, ExprSet &refs) in ReferenceCollector() 299 void trans::clearRefsIn(Stmt *S, ExprSet &refs) { in clearRefsIn() 303 void trans::collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs) { in collectRefs()
|
H A D | Transforms.h | 209 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { in clearRefsIn()
|
H A D | TransProtectedScope.cpp | 30 LocalRefsCollector(SmallVectorImpl<DeclRefExpr *> &refs) in LocalRefsCollector()
|
/openbsd-src/usr.bin/dig/lib/isc/include/isc/ |
H A D | refcount.h | 92 int refs; member
|
/openbsd-src/usr.bin/dig/lib/dns/include/dns/ |
H A D | tsig.h | 59 isc_refcount_t refs; /*%< reference counter */ member
|
/openbsd-src/gnu/usr.bin/texinfo/info/ |
H A D | footnotes.c | 70 REFERENCE **refs; in make_footnotes_node() local
|
H A D | man.c | 588 REFERENCE **refs = (REFERENCE **)NULL; in xrefs_of_manpage() local 655 REFERENCE **refs; in locate_manpage_xref() local
|
/openbsd-src/sys/uvm/ |
H A D | uvm_object.c | 62 uvm_obj_init(struct uvm_object *uobj, const struct uvm_pagerops *pgops, int refs) in uvm_obj_init()
|
H A D | uvm_amap.c | 500 int i, refs, map = chunk->ac_usedmap; in amap_wipeout() local 984 int refs; in amap_wiperange_chunk() local
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | locale.cpp | 168 locale::__imp::__imp(size_t refs) in __imp() 234 locale::__imp::__imp(const string& name, size_t refs) in __imp() 733 collate_byname<char>::collate_byname(const char* n, size_t refs) in collate_byname() 742 collate_byname<char>::collate_byname(const string& name, size_t refs) in collate_byname() 782 collate_byname<wchar_t>::collate_byname(const char* n, size_t refs) in collate_byname() 791 collate_byname<wchar_t>::collate_byname(const string& name, size_t refs) in collate_byname() 982 ctype<char>::ctype(const mask* tab, bool del, size_t refs) in ctype() 1280 ctype_byname<char>::ctype_byname(const char* name, size_t refs) in ctype_byname() 1289 ctype_byname<char>::ctype_byname(const string& name, size_t refs) in ctype_byname() 1334 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) in ctype_byname() [all …]
|
/openbsd-src/usr.bin/dig/lib/dns/ |
H A D | tsig.c | 136 unsigned int refs = 0; in dns_tsigkey_createfromkey() local 392 unsigned int refs; in dns_tsigkey_detach() local
|
H A D | dst_internal.h | 73 isc_refcount_t refs; member
|
H A D | dst_api.c | 262 unsigned int refs; in dst_key_free() local
|
/openbsd-src/regress/sys/net/rtable/ |
H A D | util.c | 316 u_int refs; in refcnt_take() local 325 u_int refs; in refcnt_rele() local
|
/openbsd-src/usr.sbin/bgpctl/ |
H A D | output_ometric.c | 256 uint64_t refs) in ometric_rib_mem_element()
|
H A D | output_json.c | 868 json_rib_mem_element(const char * name,uint64_t count,uint64_t size,uint64_t refs) json_rib_mem_element() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | regs.h | 60 int refs; /* # of times (REG n) is used or set */ member
|
/openbsd-src/usr.sbin/vmd/ |
H A D | vioqcow2.c | 619 uint16_t refs; inc_refs() local 676 uint16_t refs; virtio_qcow2_create() local [all...] |