Searched refs:h10 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssl/test/
H A Dsanitytest.c40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, enumerator in enum:largechoices
/freebsd-current/sys/netpfil/pf/
H A Dpflow.c1163 struct pflow_v10_header *h10; local
1216 h10 = mtod(m, struct pflow_v10_header *);
1217 h10->version = htons(PFLOW_PROTO_10);
1218 h10->length = htons(PFLOW_IPFIX_HDRLEN + set_length);
1219 h10->time_sec = htonl(time_second); /* XXX 2038 */
1220 h10->flow_sequence = htonl(sc->sc_sequence);
1222 h10->observation_dom = htonl(sc->sc_observation_dom);
1233 struct pflow_v10_header *h10; local
1251 h10 = mtod(m, struct pflow_v10_header *);
1252 h10
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Davx512vlfp16intrin.h79 #define _mm256_setr_ph(h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, \
81 _mm256_set_ph((h16), (h15), (h14), (h13), (h12), (h11), (h10), (h9), (h8), \
H A Davx512fp16intrin.h90 #define _mm512_setr_ph(h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, \
95 (h14), (h13), (h12), (h11), (h10), (h9), (h8), (h7), (h6), \

Completed in 204 milliseconds