HomeSort by relevance Sort by last modified time
    Searched refs:bswap64 (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
ByteSwap.c 21 #undef bswap64 macro
69 uint64_t bswap64(uint64_t Value) function
bswap64.c 1 /* $NetBSD: bswap64.c,v 1.1 2005/12/20 19:28:51 christos Exp $ */
10 //__RCSID("$NetBSD: bswap64.c,v 1.1 2005/12/20 19:28:51 christos Exp $");
16 #undef bswap64 macro
19 bswap64(UINT64 x) function
  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 40 #define bswap64(x) __bswap64(x) macro
49 #define htobe64(x) bswap64((x))
56 #define be64toh(x) bswap64((x))
66 #define htole64(x) bswap64((x))
73 #define le64toh(x) bswap64((x))
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
bswap.h 23 uint64_t bswap64(uint64_t) __attribute__((__const__));
30 #define __BYTE_SWAP_U64_VARIABLE bswap64
62 #define bswap64(x) \ macro
endian.h 155 #define htole64(x) bswap64((uint64_t)(x))
162 #define HTOLE64(x) (x) = bswap64((uint64_t)(x))
168 #define htobe64(x) bswap64((uint64_t)(x))
175 #define HTOBE64(x) (x) = bswap64((uint64_t)(x))
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 61 #define bswap64(x) __bswap64(x) macro
70 #define htobe64(x) bswap64((x))
77 #define be64toh(x) bswap64((x))
87 #define htole64(x) bswap64((x))
94 #define le64toh(x) bswap64((x))
  /external/clang/test/CodeGen/
builtins.c 118 P(bswap64, (N));
  /external/wpa_supplicant_8/src/utils/
common.h 33 #define bswap_64 bswap64
  /external/libtextclassifier/utils/hash/
farmhash.cc 127 #define bswap_64(x) bswap64(x)
145 #define bswap_64(x) bswap64(x)
185 STATIC_INLINE uint64_t Bswap64(uint64_t val) { return bswap_64(val); }
334 x = ~Bswap64(x * k1);
360 #define Bswap Bswap64
    [all...]

Completed in 309 milliseconds