| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_origin.h | 127 int use_count = h.use_count(); in CreateChainedOrigin() local 128 if (use_count > flags()->origin_history_per_stack_limit) return prev; in CreateChainedOrigin()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/master/ |
| H A D | dgram_server.c | 219 static int use_count; variable 281 if (use_count < INT_MAX) in dgram_server_wakeup() 282 use_count++; in dgram_server_wakeup() 655 while (var_use_limit == 0 || use_count < var_use_limit) { in dgram_server_main()
|
| H A D | trigger_server.c | 229 static int use_count; variable 293 if (use_count < INT_MAX) in trigger_server_wakeup() 294 use_count++; in trigger_server_wakeup() 799 while (var_use_limit == 0 || use_count < var_use_limit) { in trigger_server_main()
|
| H A D | single_server.c | 227 static int use_count; variable 312 if (use_count < INT_MAX) in single_server_wakeup() 313 use_count++; in single_server_wakeup() 812 while (var_use_limit == 0 || use_count < var_use_limit) { in single_server_main()
|
| H A D | multi_server.c | 251 static int use_count; variable 335 if (use_count < INT_MAX) in multi_server_disconnect() 336 use_count++; in multi_server_disconnect() 921 while (var_use_limit == 0 || use_count < var_use_limit || client_count > 0) { in multi_server_main()
|
| H A D | event_server.c | 263 static int use_count; variable 366 if (use_count < INT_MAX) in event_server_disconnect() 367 use_count++; in event_server_disconnect() 958 while (var_use_limit == 0 || use_count < var_use_limit || client_count > 0) { in event_server_main()
|
| H A D | master_spawn.c | 250 proc->use_count = 0; in master_spawn() 340 if (proc->use_count == 0 in master_reap_child()
|
| H A D | master_status.c | 137 proc->use_count++; in master_status_event()
|
| H A D | master.h | 103 int use_count; /* number of service requests */ member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | regstat.c | 60 int use_count; in regstat_init_n_sets_and_refs() local 63 use_count = DF_REG_USE_COUNT (i); in regstat_init_n_sets_and_refs() 66 use_count--; in regstat_init_n_sets_and_refs() 70 SET_REG_N_REFS (i, use_count + REG_N_SETS (i)); in regstat_init_n_sets_and_refs()
|
| H A D | input.c | 67 unsigned use_count; variable 291 ++c->use_count; in lookup_file_in_cache_tab() 297 ++r->use_count; in lookup_file_in_cache_tab() 324 r->use_count = 0; in diagnostics_file_cache_forcibly_evict_file() 340 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry() 346 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry() 352 if (huc < c->use_count) in evicted_cache_tab_entry() 353 huc = c->use_count; in evicted_cache_tab_entry() 393 r->use_count = ++highest_use_count; in add_file_to_cache_tab() 418 : use_count (0), file_path (NULL), fp (NULL), data (0), in fcache()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | regstat.cc | 60 int use_count; in regstat_init_n_sets_and_refs() local 63 use_count = DF_REG_USE_COUNT (i); in regstat_init_n_sets_and_refs() 66 use_count--; in regstat_init_n_sets_and_refs() 70 SET_REG_N_REFS (i, use_count + REG_N_SETS (i)); in regstat_init_n_sets_and_refs()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf64-alpha.c | 130 int use_count; member 1720 gotent->use_count = 1; in get_got_entry() 1734 gotent->use_count += 1; in get_got_entry() 2139 gs->use_count += gi->use_count; in elf64_alpha_copy_indirect_symbol() 2213 if (be->use_count == 0) in elf64_alpha_can_merge_gots() 2288 if (be->use_count == 0) in elf64_alpha_merge_gots() 2303 ae->use_count += be->use_count; in elf64_alpha_merge_gots() 2342 if (gotent->use_count > 0) in elf64_alpha_calc_got_offsets_for_symbol() 2394 if (gotent->use_count > 0) in elf64_alpha_calc_got_offsets() 2508 && gotent->use_count > 0) in elf64_alpha_size_plt_section_1() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf64-alpha.c | 130 int use_count; member 1737 gotent->use_count = 1; in get_got_entry() 1751 gotent->use_count += 1; in get_got_entry() 2156 gs->use_count += gi->use_count; in elf64_alpha_copy_indirect_symbol() 2230 if (be->use_count == 0) in elf64_alpha_can_merge_gots() 2305 if (be->use_count == 0) in elf64_alpha_merge_gots() 2320 ae->use_count += be->use_count; in elf64_alpha_merge_gots() 2359 if (gotent->use_count > 0) in elf64_alpha_calc_got_offsets_for_symbol() 2411 if (gotent->use_count > 0) in elf64_alpha_calc_got_offsets() 2525 && gotent->use_count > 0) in elf64_alpha_size_plt_section_1() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stackdepot.h | 30 int use_count() const;
|
| H A D | sanitizer_stackdepot.cpp | 67 int StackDepotHandle::use_count() const { in use_count() function in __sanitizer::StackDepotHandle
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stackdepot.h | 29 int use_count();
|
| H A D | sanitizer_stackdepot.cc | 89 int StackDepotHandle::use_count() { in use_count() function in __sanitizer::StackDepotHandle
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepot.h | 31 int use_count();
|
| H A D | sanitizer_stackdepot.cc | 91 int StackDepotHandle::use_count() { in use_count() function in __sanitizer::StackDepotHandle
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 179 long use_count() const _NOEXCEPT { in use_count() function 220 long use_count() const _NOEXCEPT {return __shared_count::use_count();} in use_count() function 587 long use_count() const _NOEXCEPT {return __cntrl_ ? __cntrl_->use_count() : 0;} 589 bool unique() const _NOEXCEPT {return use_count() == 1;} 1385 long use_count() const _NOEXCEPT 1386 {return __cntrl_ ? __cntrl_->use_count() : 0;} 1389 {return __cntrl_ == nullptr || __cntrl_->use_count() == 0;}
|
| /netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| H A D | vchiq_arm.c | 2589 int use_count = 0, i; in vchiq_instance_get_use_count() local 2593 use_count += service->service_use_count; in vchiq_instance_get_use_count() 2596 return use_count; in vchiq_instance_get_use_count() 2697 int use_count; in vchiq_dump_service_use_state() member 2723 service_data[j++].use_count = service_ptr-> in vchiq_dump_service_use_state() 2748 service_data[i].use_count, in vchiq_dump_service_use_state() 2749 service_data[i].use_count ? nz : ""); in vchiq_dump_service_use_state()
|
| H A D | vchiq_core.c | 1118 slot->use_count++; in claim_slot() 1145 if (release_count == slot_info->use_count) { in release_slot() 1660 state->rx_info->use_count = 1; in parse_rx_slots() 2773 if (slot_info->release_count != slot_info->use_count) { in release_service_messages() 3702 if (slot_info.use_count != slot_info.release_count) { in vchiq_dump_shared_state() 3704 " %d: %d/%d", i, slot_info.use_count, in vchiq_dump_shared_state()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | future.cpp | 209 if (!__state_->__has_value() && __state_->use_count() > 1) in ~promise()
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | res.h | 124 uint32_t use_count; member
|