Searched refs:maxp (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/security/ |
| H A D | mac_file.c | 178 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-11215.1.10/tools/tests/jitter/ |
| H A D | timer_jitter.c | 161 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-11215.1.10/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 925 compute_stats(uint64_t *values, uint64_t count, float *averagep, uint64_t *maxp, uint64_t *minp, fl… in compute_stats() argument 951 *maxp = _max; in compute_stats()
|