Searched refs:maxp (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_file.c210 int maxp; local
212 maxp = *maxprot;
213 MAC_CHECK(file_check_mmap, cred, fg, fg->fg_label, prot, flags, &maxp);
214 if ((maxp | *maxprot) != *maxprot)
216 *maxprot = maxp;
/xnu-2422.115.4/tools/tests/jitter/
H A Dtimer_jitter.c159 compute_stats(double *values, uint64_t count, double *average_magnitudep, double *maxp, double *minp, double *stddevp) argument
185 *maxp = _max;
/xnu-2422.115.4/tools/tests/zero-to-n/
H A Dzero-to-n.c373 compute_stats(uint64_t *values, uint64_t count, float *averagep, uint64_t *maxp, uint64_t *minp, float *stddevp) argument
399 *maxp = _max;

Completed in 96 milliseconds