Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/siphash/
H A Dsiphash.c110 ctx->v[3] ^= le64toh(ctx->buf.b64); in SipBuf()
112 ctx->v[0] ^= le64toh(ctx->buf.b64); in SipBuf()
149 m = le64toh(*p); in SipHash_Update()
/f-stack/freebsd/sys/
H A Dendian.h82 #define le64toh(x) ((uint64_t)(x)) macro
96 #define le64toh(x) bswap64((x)) macro
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_rxp.c848 tmp_write_swap[0] = le64toh( in write_shared_rules()
850 tmp_write_swap[1] = le64toh( in write_shared_rules()
852 tmp_write_swap[2] = le64toh( in write_shared_rules()
854 tmp_write_swap[3] = le64toh( in write_shared_rules()
865 tmp_write_swap[0] = le64toh( in write_shared_rules()
867 tmp_write_swap[1] = le64toh( in write_shared_rules()
869 tmp_write_swap[2] = le64toh( in write_shared_rules()
871 tmp_write_swap[3] = le64toh( in write_shared_rules()
/f-stack/freebsd/net80211/
H A Dieee80211_tdma.c592 uint32_t rstamp = (uint32_t) le64toh(rs->tsf); in tdma_process_params()
602 rtt = rstamp - (le64toh(tstamp) & 0x7fff); in tdma_process_params()
609 (unsigned long long) le64toh(tstamp)); in tdma_process_params()
612 le64toh(ni->ni_tstamp.tsf) > vap->iv_bss->ni_tstamp.tsf) { in tdma_process_params()
622 (unsigned long long) le64toh(ni->ni_tstamp.tsf), in tdma_process_params()
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_plat_services.h420 #define swap64_from_le(x) le64toh(x)
/f-stack/freebsd/kern/
H A Dsubr_mchain.c465 *x = le64toh(v); in md_get_int64le()
/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c1065 nvlhdrp->nvlh_size = le64toh(nvlhdrp->nvlh_size); in nvlist_check_header()
1066 nvlhdrp->nvlh_descriptors = le64toh(nvlhdrp->nvlh_descriptors); in nvlist_check_header()
H A Dbsd_nvpair.c663 nvphdr.nvph_datasize = le64toh(nvphdr.nvph_datasize); in nvpair_unpack_header()