Home
last modified time | relevance | path

Searched refs:h10 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dltc2632.txt9 lltc,ltc2632-h10
15 lltc,ltc2634-h10
21 lltc,ltc2636-h10
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsp9863a-1h10.dts3 * Unisoc SP9863A-1h10 boards DTS file
15 compatible = "sprd,sp9863a-1h10", "sprd,sc9863a";
H A Dums512-1h10.dts3 * Unisoc UMS512-1h10 boards DTS file
15 compatible = "sprd,ums512-1h10", "sprd,ums512";
H A Dsp9860g-1h10.dts16 compatible = "sprd,sp9860g-1h10", "sprd,sc9860";
/freebsd/sys/netpfil/pf/
H A Dpflow.c1180 struct pflow_v10_header *h10; in pflow_sendout_ipfix() local
1233 h10 = mtod(m, struct pflow_v10_header *); in pflow_sendout_ipfix()
1234 h10->version = htons(PFLOW_PROTO_10); in pflow_sendout_ipfix()
1235 h10->length = htons(PFLOW_IPFIX_HDRLEN + set_length); in pflow_sendout_ipfix()
1236 h10->time_sec = htonl(time_second); /* XXX 2038 */ in pflow_sendout_ipfix()
1237 h10->flow_sequence = htonl(sc->sc_sequence); in pflow_sendout_ipfix()
1239 h10->observation_dom = htonl(sc->sc_observation_dom); in pflow_sendout_ipfix()
1250 struct pflow_v10_header *h10; in pflow_sendout_ipfix_tmpl() local
1268 h10 = mtod(m, struct pflow_v10_header *); in pflow_sendout_ipfix_tmpl()
1269 h10->version = htons(PFLOW_PROTO_10); in pflow_sendout_ipfix_tmpl()
[all …]
/freebsd/crypto/openssl/test/
H A Dsanitytest.c40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, in test_sanity_enum_size() enumerator
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512fp16intrin.h90 #define _mm512_setr_ph(h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, \ argument
95 (h14), (h13), (h12), (h11), (h10), (h9), (h8), (h7), (h6), \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td323 def H10 : AArch64Reg<10, "h10", [B10]>, DwarfRegAlias<B10>;