Home
last modified time | relevance | path

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

/xnu-10063.101.15/security/
H A Dmac_file.c178 int maxp; in mac_file_check_mmap() local
180 maxp = *maxprot; in mac_file_check_mmap()
181 MAC_CHECK(file_check_mmap, cred, fg, NULL, prot, flags, offset, &maxp); in mac_file_check_mmap()
182 if ((maxp | *maxprot) != *maxprot) { in mac_file_check_mmap()
185 *maxprot = maxp; in mac_file_check_mmap()
/xnu-10063.101.15/tools/tests/jitter/
H A Dtimer_jitter.c161 compute_stats(double *values, uint64_t count, double *average_magnitudep, double *maxp, double *min… in compute_stats() argument
187 *maxp = _max; in compute_stats()
/xnu-10063.101.15/tools/tests/zero-to-n/
H A Dzero-to-n.c808 compute_stats(uint64_t *values, uint64_t count, float *averagep, uint64_t *maxp, uint64_t *minp, fl… in compute_stats() argument
834 *maxp = _max; in compute_stats()