Searched refs:_max (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/jitter/
H A Dtimer_jitter.c163 double _max = 0; local
170 _max = values[i] > _max ? values[i] : _max;
185 *maxp = _max;
/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c365 uint64_t _max = 0; local
372 _max = values[i] > _max ? values[i] : _max;
387 *maxp = _max;

Completed in 15 milliseconds