Home
last modified time | relevance | path

Searched refs:htobe64 (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dendian.h56 #define htobe64(x) _byteswap_uint64(x) macro
79 #define htobe64(x) OSSwapHostToBigInt64(x) macro
176 #ifndef htobe64
179 #define htobe64(x) (x) macro
186 #define htobe64(x) bswap_64(x) macro
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h55 #define htobe64(x) OSSwapHostToBigInt64(x) macro
152 #ifndef htobe64
155 #define htobe64(x) (x) macro
162 #define htobe64(x) bswap_64(x) macro
168 #endif /* !htobe64 */
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h31 # define htobe64(x) OSSwapHostToBigInt64(x) macro
75 # define htobe64(x) htonll(x) macro
93 # define htobe64(x) (x) macro
/netbsd-src/sys/arch/hpc/stand/include/machine/
H A Dendian.h164 #define htobe64(x) (x) macro
180 #define htobe64(x) bswap64((uint64_t)(x))
196 #define be64toh(x) htobe64(x)
/netbsd-src/sys/sys/
H A Dendian.h146 #define htobe64(x) (x)
162 #define htobe64(x) bswap64(__CAST(uint64_t, (x)))
178 #define be64toh(x) htobe64(x)
144 #define htobe64( global() macro
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dimsg-buffer.c39 #undef htobe64
40 #define htobe64 htonll macro
205 value = htobe64(value); in ibuf_add_n64()
319 value = htobe64(value); in ibuf_set_n64()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsha2.c47 # undef htobe64
85 htobe64(uint64_t x) in htobe64() function
106 return htobe64(x); in be64toh()
540 context->bitcount = htobe64(context->bitcount); in netpgpv_SHA224_256_Final()
877 context->bitcount[0] = htobe64(context->bitcount[0]); in netpgpv_SHA512_Last()
878 context->bitcount[1] = htobe64(context->bitcount[1]); in netpgpv_SHA512_Last()
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c73 # define htobe64(x) OSSwapHostToBigInt64(x) macro
80 # define htobe64(n) (n) macro
83 # define htobe64(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
438 timestamp = htobe64(timestamp); in prep_data()
439 expiry = htobe64(expiry); in prep_data()
/netbsd-src/sys/external/bsd/common/include/asm/
H A Dbyteorder.h50 #define cpu_to_be64 htobe64
/netbsd-src/external/bsd/iscsi/dist/include/
H A Dcompat.h50 # define ISCSI_HTOBE64(x) htobe64(x)
H A Dconfig.h.in48 /* Define to 1 if you have the `htobe64' function. */
/netbsd-src/sys/ufs/ffs/
H A Dffs_appleufs.c148 appleufs->ul_uuid = htobe64(uuid); in ffs_appleufs_set()
/netbsd-src/tools/compat/
H A Dcompat_defs.h1102 #define htobe64(x) (x)
1121 #define htobe64(x) bswap64((u_int64_t)(x))
1140 #define be64toh(x) htobe64(x)
1099 #define htobe64( global() macro
1118 #define htobe64( global() macro
H A Dconfigure.ac262 AC_CHECK_DECLS([htobe16, htobe32, htobe64, htole16, htole32, htole64,
/netbsd-src/usr.bin/vndcompress/
H A Dofftab.c408 offtab->ot_window[0] = htobe64((uint64_t)first_offset); in offtab_reset_write()
530 offtab->ot_window[blkno - offtab->ot_window_start] = htobe64(offset); in offtab_put()
/netbsd-src/external/bsd/iscsi/dist/
H A Dconfigure.ac64 AC_CHECK_FUNCS(getaddrinfo getnameinfo htobe64 memset bcopy poll snprintf)
/netbsd-src/common/lib/libc/hash/sha2/
H A Dsha2.c524 context->bitcount = htobe64(context->bitcount); in SHA224_256_Final()
861 context->bitcount[0] = htobe64(context->bitcount[0]); in SHA512_Last()
862 context->bitcount[1] = htobe64(context->bitcount[1]); in SHA512_Last()
/netbsd-src/sys/dev/ic/
H A Dgemvar.h245 (((sc)->sc_flags & GEM_PCI) ? htole64(v) : htobe64(v))
H A Daic7xxx_osm.h180 #define ahc_htobe64(x) htobe64(x)
H A Daic79xx_osm.h165 #define ahd_htobe64(x) htobe64(x)
/netbsd-src/sys/netinet/
H A Din_l2tp.c178 cookie_64 = htobe64(var->lv_peer_cookie); in in_l2tp_output()
/netbsd-src/sys/netinet6/
H A Din6_l2tp.c178 cookie_64 = htobe64(var->lv_peer_cookie); in in6_l2tp_output()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c49 #define htobe64(x) BE_64(x) macro
83 #define htobe64(x) __builtin_bswap64(x) macro
99 #define htobe64(x) (x) macro
292 buf.be64 = htobe64( h64 ); in transform_to_db_format_one()
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_offload.c1206 req->mask = htobe64(V_TCB_L2T_IX(M_TCB_L2T_IX)); in set_l2t_ix()
1207 req->val = htobe64(V_TCB_L2T_IX(e->idx)); in set_l2t_ix()
/netbsd-src/sys/dev/marvell/
H A Dmvcesa.c507 bits = htobe64(bits); in mvcesa_authentication()

12