Searched defs:H1 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog1pl.c32 #define H1(x) *(2 + (int *) &x) macro
37 #define H1(x) *(1 + (int *) &x) macro
162 if (ix > 0x3fff0000 || (H1(x) | H2(x) | H3(x)) != 0)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h192 uint64_t H1; /* in bits per bit << LOG_VAL_SCALE */ member in struct:__anon10365
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c586 "failed H1 Poly Init. "));
1189 uint32_t *H1, uint16_t *H2)
1237 *H1 = nxge_compute_h1(p_class_cfgp->init_h1,
1249 uint32_t H1; local
1254 status = nxge_flow_get_hash(nxgep, flow_res, &H1, &H2);
2253 " H1: 0x%x Subarea: 0x%x Syndrome: 0x%x",
1188 nxge_flow_get_hash(p_nxge_t nxgep, flow_resource_t *flow_res, uint32_t *H1, uint16_t *H2) argument

Completed in 65 milliseconds