HomeSort by: relevance | last modified time | path
    Searched refs:be64toh (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/external/bsd/common/include/asm/
byteorder.h 57 #define be64_to_cpu be64toh
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 33 # define be64toh(x) OSSwapBigToHostInt64(x) macro
55 # define be64toh(x) betoh64(x) macro
77 # define be64toh(x) ntohll(x) macro
95 # define be64toh(x) (x) macro
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 33 #define be64toh(x) betoh64(x) macro
58 #define be64toh(x) _byteswap_uint64(x) macro
81 #define be64toh(x) OSSwapBigToHostInt64(x) macro
181 #define be64toh(x) (x) macro
188 #define be64toh(x) bswap_64(x) macro
  /src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h 33 #define be64toh(x) _byteswap_uint64(x) macro
47 #define be64toh(x) (x) macro
75 #define be64toh(x) OSSwapBigToHostInt64(x) macro
212 # if !defined be64toh
213 # define be64toh(x) betoh(64,(x)) macro
  /src/sys/dev/ofw/
ofw_i2c_subr.c 73 addr = be64toh(reg64);
ofw_subr.c 252 val64 = be64toh(val64);
776 *val = be64toh(v);
  /src/external/bsd/iscsi/dist/include/
compat.h 51 # define ISCSI_BE64TOH(x) be64toh(x)
  /src/external/bsd/tcpdump/dist/
print-pfsync.c 178 be64toh(id), ntohl(u->creatorid));
188 be64toh(id), ntohl(d->creatorid));
196 be64toh(id), ntohl(r->creatorid));
226 be64toh(t->cur_bytes));
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 33 #define be64toh(x) betoh64(x) macro
57 #define be64toh(x) OSSwapBigToHostInt64(x) macro
157 #define be64toh(x) (x) macro
164 #define be64toh(x) bswap_64(x) macro
  /src/games/fortune/unstr/
unstr.c 136 (void) fseek(Inf, be64toh(pos), SEEK_SET);
  /src/sys/dev/fdt/
fdt_boot.c 360 const paddr_t pa = be64toh(map[0]);
361 const vaddr_t va = be64toh(map[1]);
362 const size_t sz = be64toh(map[2]);
  /src/sys/ufs/ffs/
ffs_appleufs.c 113 n->ul_uuid = be64toh(o->ul_uuid);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
byteorder.h 49 #define OSSL_BE64TOH(x) be64toh(x)
69 #define OSSL_BE64TOH(x) be64toh(x)
  /src/external/bsd/unbound/dist/cachedb/
cachedb.c 74 * htobe64/be64toh but has alternatives with a different name. */
77 # define be64toh(x) OSSwapBigToHostInt64(x) macro
82 # define be64toh(n) (n) macro
85 # define be64toh(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
457 expiry = be64toh(expiry);
555 expiry = be64toh(expiry);
556 timestamp = be64toh(timestamp);
  /src/sys/arch/hpc/stand/include/machine/
endian.h 196 #define be64toh(x) htobe64(x) macro
203 #define BE64TOH(x) HTOBE64(x)
  /src/sys/dev/ic/
gemvar.h 243 (((sc)->sc_flags & GEM_PCI) ? le64toh(v) : be64toh(v))
aic79xx_osm.h 172 #define ahd_be64toh(x) be64toh(x)
aic7xxx_osm.h 187 #define ahc_be64toh(x) be64toh(x)
  /src/sys/opencrypto/
gmac.c 139 ctx->ghash.H[i] = be64toh(ctx->ghash.H[i]);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
sha2.c 49 # undef be64toh macro
104 be64toh(uint64_t x) function
650 W512[j] = be64toh(*data); \
745 W512[j] = be64toh(*data);
  /src/sys/fs/hfs/
hfs_subr.c 401 return be64toh(result);
  /src/sys/sys/
endian.h 178 #define be64toh(x) htobe64(x) macro
185 #define BE64TOH(x) HTOBE64(x)
  /src/external/bsd/tmux/dist/compat/
imsg-buffer.c 45 #undef be64toh macro
46 #define be64toh ntohll macro
541 *value = be64toh(*value);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 47 #define be64toh(x) BE_64(x) macro
64 #define be64toh(x) betoh64(x) macro
81 #define be64toh(x) __builtin_bswap64(x) macro
97 #define be64toh(x) (x) macro
426 uint64_t h64 = be64toh( lens->be64 );
  /src/usr.bin/vndcompress/
offtab.c 351 return be64toh(offtab->ot_window[blkno - offtab->ot_window_start]);

Completed in 47 milliseconds

1 2