Home
last modified time | relevance | path

Searched defs:M (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/tools/tests/perf_index/
H A Dmd5.c24 #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 Dtsc.c182 uint64_t M = (uint64_t) tsc_leafp->denominator; in tsc_init() local
H A Dcpuid.c100 #define M (1024) macro
/xnu-8019.80.24/osfmk/vm/
H A Dlz4.c187 lz4_emit_match(uint32_t L, uint32_t M, uint32_t D, in lz4_emit_match()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h237 #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 Ddis_tables.c115 M, /* register or memory */ enumerator