Home
last modified time | relevance | path

Searched refs:H (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.141.3/tools/
H A Dentropy_health_test_bounds.py28 H = 1 variable
33 P = INV2 ** H
63 return 1 + ceil(Fraction(A, H))
128 print('Estimated min-entropy:', H)
/xnu-8796.141.3/bsd/nfs/
H A Dnfsm_subs.h416 #define nfsm_chain_dissect_init(E, NMC, H) \ argument
418 if (!(H)) { \
422 (NMC)->nmc_mcur = (NMC)->nmc_mhead = (H); \
423 (NMC)->nmc_ptr = mbuf_data(H); \
424 (NMC)->nmc_left = mbuf_len(H); \
/xnu-8796.141.3/iokit/DriverKit/
H A DIOReportTypes.h166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument
169 | __IOR_lshiftchr(G, 1) | __IOR_lshiftchr(H, 0))
/xnu-8796.141.3/iokit/IOKit/
H A DIOReportTypes.h166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument
169 | __IOR_lshiftchr(G, 1) | __IOR_lshiftchr(H, 0))
/xnu-8796.141.3/tools/tests/perf_index/
H A Dmd5.c19 #define H(x, y, z) (x^y^z) macro
31 a = (a + H(b,c,d) + M + t); a = CC_ROLc(a, s) + b;