Searched refs:be64toh (Results 1 - 22 of 22) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/crypto/nist_ctr_drbg/
H A Dnist_ctr_drbg.h92 return be64toh(x);
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/include/
H A Dcompat.h51 # define ISCSI_BE64TOH(x) be64toh(x)
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-pfsync.c172 be64toh(id), ntohl(u->creatorid));
182 be64toh(id), ntohl(d->creatorid));
190 be64toh(id), ntohl(r->creatorid));
220 be64toh(t->cur_bytes));
/netbsd-6-1-5-RELEASE/games/fortune/unstr/
H A Dunstr.c140 (void) fseek(Inf, be64toh(pos), SEEK_SET);
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_appleufs.c118 n->ul_uuid = be64toh(o->ul_uuid);
/netbsd-6-1-5-RELEASE/common/lib/libc/hash/sha2/
H A Dsha2.c72 # undef be64toh macro
103 be64toh(uint64_t x) function
675 W512[j] = be64toh(*data); \
770 W512[j] = be64toh(*data);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dgemvar.h242 (((sc)->sc_flags & GEM_PCI) ? le64toh(v) : be64toh(v))
H A Daic79xx_osm.h172 #define ahd_be64toh(x) be64toh(x)
H A Daic7xxx_osm.h187 #define ahc_be64toh(x) be64toh(x)
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/include/machine/
H A Dendian.h196 #define be64toh(x) htobe64(x) macro
/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Dgmac.c126 ctx->ghash.H[i] = be64toh(ctx->ghash.H[i]);
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A Dmbuf.c423 *x = be64toh(v);
/netbsd-6-1-5-RELEASE/sys/fs/hfs/
H A Dhfs_subr.c402 return be64toh(result);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dendian.h176 #define be64toh(x) htobe64(x) macro
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dvnd.c1199 be64toh(vnd->sc_comp_offsets[i]);
1200 comp_size = be64toh(vnd->sc_comp_offsets[i + 1])
1206 be64toh(vnd->sc_comp_offsets[vnd->sc_comp_numoffs - 1]);
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dcompat_defs.h964 #define be64toh(x) htobe64(x) macro
H A Dconfigure6122 echo "$as_me:6122: checking whether be64toh is declared" >&5
6123 echo $ECHO_N "checking whether be64toh is declared... $ECHO_C" >&6
6135 #ifndef be64toh
6136 char *p = (char *) be64toh;
/netbsd-6-1-5-RELEASE/sys/netsmb/
H A Dsubr_mchain.c498 *x = be64toh(v);
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dif_pfsync.c587 be64toh(st->id),
713 be64toh(st->id),
H A Dpf.c903 be64toh(s->id), ntohl(s->creatorid));
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c113 #define CHIP_SWAP64(x) be64toh(x)
/netbsd-6-1-5-RELEASE/share/man/man9/
H A DMakefile191 byteorder.9 be16toh.9 byteorder.9 be32toh.9 byteorder.9 be64toh.9 \

Completed in 170 milliseconds