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

  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
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
ByteSwap.c 21 #undef bswap64 macro
69 uint64_t bswap64(uint64_t Value) function
  /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
  /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/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))

Completed in 166 milliseconds