Searched defs:M (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/tools/tests/perf_index/ |
| H A D | md5.c | 24 #define FF(a, b, c, d, M, s, t) \ argument 27 #define GG(a, b, c, d, M, s, t) \ argument 30 #define HH(a, b, c, d, M, s, t) \ argument 33 #define II(a, b, c, d, M, s, t) \ argument
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | tsc.c | 182 uint64_t M = (uint64_t) tsc_leafp->denominator; in tsc_init() local
|
| H A D | cpuid.c | 100 #define M (1024) macro
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | lz4.c | 187 lz4_emit_match(uint32_t L, uint32_t M, uint32_t D, in lz4_emit_match()
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs.h | 237 #define PVER2MAJOR(M) ((uint32_t)(((M) >> 16) & 0xffff)) argument 239 #define VER2PVER(M, m) ((uint32_t)((M) << 16) | ((m) & 0xffff)) argument
|
| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | dis_tables.c | 115 M, /* register or memory */ enumerator
|