Home
last modified time | relevance | path

Searched refs:old_max (Results 1 – 5 of 5) sorted by relevance

/src/usr.bin/chat/
H A Dchat.c919 int old_max; in chat_send() local
930 old_max = n_aborts; in chat_send()
943 pack_array(abort_string,old_max); in chat_send()
969 int old_max; in chat_send() local
979 old_max = n_reports; in chat_send()
992 pack_array(report_string,old_max); in chat_send()
/src/contrib/jemalloc/src/
H A Dprof_recent.c38 ssize_t old_max = prof_recent_alloc_max_get(tsd); in prof_recent_alloc_max_update() local
40 return old_max; in prof_recent_alloc_max_update()
465 const ssize_t old_max = prof_recent_alloc_max_update(tsd, max); in prof_recent_alloc_max_ctl_write() local
470 return old_max; in prof_recent_alloc_max_ctl_write()
H A Dctl.c4206 ssize_t old_max; in experimental_prof_recent_alloc_max_ctl() local
4217 old_max = prof_recent_alloc_max_ctl_write(tsd, max); in experimental_prof_recent_alloc_max_ctl()
4219 old_max = prof_recent_alloc_max_ctl_read(); in experimental_prof_recent_alloc_max_ctl()
4221 READ(old_max, ssize_t); in experimental_prof_recent_alloc_max_ctl()
/src/contrib/flex/src/
H A Dtblcmp.c293 int old_max = current_max_xpairs; in expand_nxt_chk() local
302 memset(chk + old_max, 0, MAX_XPAIRS_INCREMENT * sizeof(int)); in expand_nxt_chk()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp184 size_t old_max = max_threads; in init() local
195 if (i >= old_max) in init()