Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/osfmk/corecrypto/
H A Dccmode_gcm_internal.h57 unsigned char H[16]; /* multiplier */ member
86 #define CCMODE_GCM_KEY_H(K) (_CCMODE_GCM_KEY(K)->H)
H A Dccaes_vng_gcm.h69 extern void gcm_init(void *Htable, void *H) __asm__("_gcm_init");
/xnu-10063.101.15/bsd/nfs/
H A Dnfsm_subs.h414 #define nfsm_chain_dissect_init(E, NMC, H) \ argument
416 if (!(H)) { \
420 (NMC)->nmc_mcur = (NMC)->nmc_mhead = (H); \
421 (NMC)->nmc_ptr = mbuf_data(H); \
422 (NMC)->nmc_left = mbuf_len(H); \
/xnu-10063.101.15/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-10063.101.15/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-10063.101.15/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;