HomeSort by: relevance | last modified time | path
    Searched defs:be64toh (Results 1 - 11 of 11) sorted by relevancy

  /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/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/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/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/sys/arch/hpc/stand/include/machine/
endian.h 196 #define be64toh(x) htobe64(x) macro
203 #define BE64TOH(x) HTOBE64(x)
  /src/sys/sys/
endian.h 178 #define be64toh(x) htobe64(x) macro
185 #define BE64TOH(x) HTOBE64(x)
  /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/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/external/bsd/tmux/dist/compat/
imsg-buffer.c 45 #undef be64toh macro
46 #define be64toh ntohll macro
541 *value = be64toh(*value);
  /src/tools/compat/
compat_defs.h 1171 #if !HAVE_DECL_BE64TOH && !defined(be64toh)
1172 #define be64toh(x) htobe64(x) macro
  /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 );

Completed in 36 milliseconds