HomeSort by: relevance | last modified time | path
    Searched defs:old_max (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/nvi/dist/motif_l/
m_func.c 289 int top, size, maximum, old_max;
329 XtVaGetValues( __vi_screen->scroll, XmNmaximum, &old_max, 0 );
330 if ( maximum > old_max )
343 if ( maximum < old_max )
288 int top, size, maximum, old_max; local
  /src/external/bsd/flex/dist/src/
tblcmp.c 296 int old_max = current_max_xpairs; local
305 memset(chk + old_max, 0, MAX_XPAIRS_INCREMENT * sizeof(int));
  /src/external/bsd/jemalloc.old/dist/src/
prof_recent.c 38 ssize_t old_max = prof_recent_alloc_max_get(tsd); local
40 return old_max;
465 const ssize_t old_max = prof_recent_alloc_max_update(tsd, max); local
470 return old_max;
ctl.c 4206 ssize_t old_max; local
4217 old_max = prof_recent_alloc_max_ctl_write(tsd, max);
4219 old_max = prof_recent_alloc_max_ctl_read();
4221 READ(old_max, ssize_t);
  /src/external/bsd/jemalloc/dist/src/
prof_recent.c 38 ssize_t old_max = prof_recent_alloc_max_get(tsd); local
40 return old_max;
466 const ssize_t old_max = prof_recent_alloc_max_update(tsd, max); local
471 return old_max;
ctl.c 4538 ssize_t old_max; local
4549 old_max = prof_recent_alloc_max_ctl_write(tsd, max);
4551 old_max = prof_recent_alloc_max_ctl_read();
4553 READ(old_max, ssize_t);
  /src/external/bsd/ppp/dist/chat/
chat.c 1065 int old_max; local
1075 old_max = n_aborts;
1088 pack_array(abort_string,old_max);
1113 int old_max; local
1123 old_max = n_reports;
1136 pack_array(report_string,old_max);

Completed in 57 milliseconds