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

1 2

  /src/sys/external/bsd/common/include/asm/
byteorder.h 50 #define cpu_to_be64 htobe64
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 56 #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
192 #endif /* !htobe64 */
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 31 # define htobe64(x) OSSwapHostToBigInt64(x) macro
75 # define htobe64(x) htonll(x) macro
93 # define htobe64(x) (x) macro
  /src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h 26 #define htobe64(x) _byteswap_uint64(x) macro
40 #define htobe64(x) (x) macro
68 #define htobe64(x) OSSwapHostToBigInt64(x) macro
193 # if !defined htobe64
194 # define htobe64(x) htobe(64,(x)) macro
number.h 152 number = htobe64(number);
  /src/external/mpl/bind/dist/lib/isc/include/isc/
ascii.h 166 a8 = isc_ascii_tolower8(htobe64(isc__ascii_load8(a)));
167 b8 = isc_ascii_tolower8(htobe64(isc__ascii_load8(b)));
endian.h 55 #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 */
  /src/external/bsd/iscsi/dist/include/
compat.h 50 # define ISCSI_HTOBE64(x) htobe64(x)
  /src/sbin/efi/
devpath3.c 460 htobe64(p->addr), htobe64(p->LUN));
466 htobe64(p->addr), htobe64(p->LUN));
470 ",SAS)", htobe64(p->addr));
478 htobe64(p->addr), htobe64(p->LUN), p->RTP,
502 p->addr, htobe64(p->addr),
503 p->LUN, htobe64(p->LUN),
1122 htobe64(p->LUN), hdrdgst, datdgst, auth, proto)
    [all...]
  /src/sys/arch/hpc/stand/include/machine/
endian.h 164 #define htobe64(x) (x) macro
171 #define HTOBE64(x) (void) (x)
180 #define htobe64(x) bswap64((uint64_t)(x))
187 #define HTOBE64(x) (x) = bswap64((uint64_t)(x))
196 #define be64toh(x) htobe64(x)
203 #define BE64TOH(x) HTOBE64(x)
  /src/sys/sys/
endian.h 146 #define htobe64(x) __CAST(uint64_t, (x)) macro
153 #define HTOBE64(x) __CAST(void, (x))
162 #define htobe64(x) bswap64(__CAST(uint64_t, (x)))
169 #define HTOBE64(x) (x) = bswap64(__CAST(uint64_t, (x)))
178 #define be64toh(x) htobe64(x)
185 #define BE64TOH(x) HTOBE64(x)
  /src/sys/ufs/ffs/
ffs_appleufs.c 149 appleufs->ul_uuid = htobe64(uuid);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
byteorder.h 46 #define OSSL_HTOBE64(x) htobe64(x)
66 #define OSSL_HTOBE64(x) htobe64(x)
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
sha2.c 47 # undef htobe64 macro
85 htobe64(uint64_t x) function
106 return htobe64(x);
540 context->bitcount = htobe64(context->bitcount);
877 context->bitcount[0] = htobe64(context->bitcount[0]);
878 context->bitcount[1] = htobe64(context->bitcount[1]);
  /src/tools/compat/
compat_defs.h 1133 #if !HAVE_DECL_HTOBE64 && !defined(htobe64)
1134 #define htobe64(x) (x) macro
1152 #if !HAVE_DECL_HTOBE64 && !defined(htobe64)
1153 #define htobe64(x) bswap64((u_int64_t)(x)) macro
1172 #define be64toh(x) htobe64(x)
  /src/external/bsd/unbound/dist/cachedb/
cachedb.c 63 /* header file for htobe64 */
74 * htobe64/be64toh but has alternatives with a different name. */
76 # define htobe64(x) OSSwapHostToBigInt64(x) macro
83 # define htobe64(n) (n) macro
86 # define htobe64(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
433 timestamp = htobe64(timestamp);
434 expiry = htobe64(expiry);
  /src/usr.bin/vndcompress/
offtab.c 411 offtab->ot_window[0] = htobe64((uint64_t)first_offset);
533 offtab->ot_window[blkno - offtab->ot_window_start] = htobe64(offset);
  /src/sys/dev/ic/
gemvar.h 245 (((sc)->sc_flags & GEM_PCI) ? htole64(v) : htobe64(v))
aic79xx_osm.h 165 #define ahd_htobe64(x) htobe64(x)
aic7xxx_osm.h 180 #define ahc_htobe64(x) htobe64(x)
  /src/external/bsd/tmux/dist/compat/
imsg-buffer.c 39 #undef htobe64 macro
40 #define htobe64 htonll macro
212 value = htobe64(value);
350 value = htobe64(value);
  /src/sys/netinet/
in_l2tp.c 178 cookie_64 = htobe64(var->lv_peer_cookie);
  /src/sys/netinet6/
in6_l2tp.c 178 cookie_64 = htobe64(var->lv_peer_cookie);
  /src/common/lib/libc/hash/sha2/
sha2.c 524 context->bitcount = htobe64(context->bitcount);
861 context->bitcount[0] = htobe64(context->bitcount[0]);
862 context->bitcount[1] = htobe64(context->bitcount[1]);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 49 #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 );

Completed in 36 milliseconds

1 2