Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dflowhash.c188 u_int32_t h1 = seed, k1; in net_flowhash_mh3_x86_32() local
201 h1 ^= k1; in net_flowhash_mh3_x86_32()
202 h1 = ROTL32(h1, 13); in net_flowhash_mh3_x86_32()
203 h1 = h1 * 5 + 0xe6546b64; in net_flowhash_mh3_x86_32()
222 h1 ^= k1; in net_flowhash_mh3_x86_32()
227 h1 ^= len; in net_flowhash_mh3_x86_32()
229 h1 = mh3_fmix32(h1); in net_flowhash_mh3_x86_32()
231 return h1; in net_flowhash_mh3_x86_32()
247 u_int64_t h1 = seed, k1; in net_flowhash_mh3_x64_128() local
267 h1 ^= k1; in net_flowhash_mh3_x64_128()
[all …]
/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dccchacha20poly1305.h35 uint32_t h0, h1, h2, h3, h4; member
H A Dccn.h262 #define CCN528_C(i1,i0,h7,h6,h5,h4,h3,h2,h1,h0,g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e… argument
264 …CCN256_C(h7,h6,h5,h4,h3,h2,h1,h0,g7,g6,g5,g4,g3,g2,g1,g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2…
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c878 ipv4_tcp_memcmp(const uint8_t *h1, const uint8_t *h2) in ipv4_tcp_memcmp() argument
880 return sk_memcmp_mask_64B(h1, h2, (const uint8_t *)&ip_tcp_mask) == 0; in ipv4_tcp_memcmp()
885 ipv6_tcp_memcmp(const uint8_t *h1, const uint8_t *h2) in ipv6_tcp_memcmp() argument
887 return sk_memcmp_mask_80B(h1, h2, (const uint8_t *)&ip6_tcp_mask) == 0; in ipv6_tcp_memcmp()
/xnu-8019.80.24/tests/
H A Dvm_phys_footprint.c1095 size_t h1 = IOSurfaceGetHeightOfPlane(surface, 1); in SurfaceGetMemorySize() local
1096 return rb0 * h0 + rb1 * h1; in SurfaceGetMemorySize()