| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| H A D | tem01.C | 38 : the_p(the_p_arg), ref_count(ref_count_arg) {} in ref_pointer() 58 bool unique() const {return ref_count.unique();} in unique() 62 ref_counter<N>& refCount() {return ref_count;} in refCount() 66 ref_counter<N> ref_count; 75 ref_count = rhs.ref_count; 85 ref_count = ref_counter<N>();
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/ |
| H A D | dc_trace.h | 41 #define TRACE_DCN_FPU(begin, function, line, ref_count) \ argument 42 trace_dcn_fpu(begin, function, line, ref_count)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-live.h | 49 int *ref_count; member 98 gcc_assert (map->ref_count); in version_ref_count() 99 return map->ref_count[version]; in version_ref_count() 188 if (is_use && map->ref_count) in register_ssa_partition() 189 map->ref_count[version]++; in register_ssa_partition()
|
| H A D | tree-ssa-live.c | 82 map->ref_count = NULL; in init_var_map() 98 if (map->ref_count) in delete_var_map() 99 free (map->ref_count); in delete_var_map() 427 map->ref_count in create_ssa_var_map() 429 memset (map->ref_count, 0, (num_ssa_names + 1) * sizeof (int)); in create_ssa_var_map()
|
| H A D | sched-int.h | 290 int ref_count; member
|
| H A D | sched-rgn.c | 84 #define INSN_REF_COUNT(INSN) (h_i_d[INSN_UID (INSN)].ref_count)
|
| /openbsd-src/usr.sbin/rpc.lockd/ |
| H A D | handles.c | 53 int ref_count; /* Count of hosts using the fd - fd is */ member
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 347 ++it->second.ref_count; in SetSoftwareBreakpoint() 364 assert(it->second.ref_count > 0); in RemoveSoftwareBreakpoint() 365 if (--it->second.ref_count > 0) in RemoveSoftwareBreakpoint()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | stabsread.c | 478 static int ref_count = 0; variable 489 ref_count = 0; in stabsread_clear_cache() 500 if (ref_count == 0) in ref_add() 502 if (refnum >= ref_count) in ref_add() 503 ref_count = refnum + 1; in ref_add() 504 if (ref_count > ref_chunk * MAX_CHUNK_REFS) in ref_add() 506 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS; in ref_add() 522 if (refnum < 0 || refnum > ref_count) in ref_search()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sched-int.h | 203 int ref_count; member
|
| H A D | sched-rgn.c | 80 #define INSN_REF_COUNT(INSN) (h_i_d[INSN_UID (INSN)].ref_count)
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachVMRegion.cpp | 157 (uint64_t)m_data.offset, m_data.user_tag, m_data.ref_count, in GetRegionForAddress()
|
| /openbsd-src/sys/uvm/ |
| H A D | uvm_map.h | 258 int ref_count; /* [a] Reference count */ 268 int ref_count; /* [a] Reference count */ global() member
|
| H A D | uvm_map.c | 287 if ((_map)->ref_count > 0) { \ 457 atomic_inc_int(&map->ref_count); in uvm_map_reference() 2412 map->ref_count = 0; in uvm_map_setup() 2436 * thread sees it right now. Initialize ref_count to 0 above to avoid in uvm_map_setup() 2441 map->ref_count = 1; in uvm_map_setup() 2842 map->size, map->ref_count, map->timestamp, 4048 c = atomic_dec_int_nv(&map->ref_count); in uvm_map_checkprot()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_object.h | 80 unsigned ref_count; member
|
| H A D | amdgpu_gem.c | 279 ++bo_va->ref_count; 311 if (!bo_va || --bo_va->ref_count)
|
| H A D | amdgpu_vm.c | 1516 bo_va->ref_count = 1; in amdgpu_vm_bo_add()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | clientloop.c | 181 int ref_count; member 469 if (--gc->ref_count <= 0) { in client_global_request_reply() 896 if (++last_gc->ref_count >= INT_MAX) in client_register_global_confirm() 897 fatal_f("last_gc->ref_count = %d", in client_register_global_confirm() 898 last_gc->ref_count); in client_register_global_confirm() 905 gc->ref_count = 1; in client_register_global_confirm()
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | radeon_gem.c | 296 ++bo_va->ref_count; in radeon_gem_object_open() 326 if (--bo_va->ref_count == 0) { in radeon_gem_object_close()
|
| H A D | radeon_vm.c | 335 bo_va->ref_count = 1; in radeon_vm_bo_add()
|
| H A D | radeon.h | 484 unsigned ref_count; member
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 411 uint32_t ref_count; member
|
| /openbsd-src/usr.sbin/procmap/ |
| H A D | procmap.c | 445 printf(" ref_count = %d,", D(vm_map, vm_map)->ref_count); in process_map() 482 D(vm_map, vm_map)->ref_count, in process_map()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 3170 size_t ref_count = 0; in PrintModule() local 3174 ref_count = module_sp.use_count() - 1; in PrintModule() 3177 strm.Printf("{%*" PRIu64 "}", width, (uint64_t)ref_count); in PrintModule() 3179 strm.Printf("{%" PRIu64 "}", (uint64_t)ref_count); in PrintModule()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | ChangeLog | 13498 (java_allocate_new_line): ref_count not used anymore. Always free 13509 (struct java_line): ref_count and next fields are gone. New field 13894 (struct java_line): New fields ref_count and next.
|