Searched defs:bswap64 (Results 1 - 4 of 4) sorted by relevance
| /src/common/lib/libc/gen/ | ||
| H A D | bswap64.c | 19 bswap64(uint64_t x) function in typeref:typename:uint64_t |
| /src/lib/libc/gen/ | ||
| H A D | Lint_bswap64.c | 8 bswap64(u_int64_t b64) function in typeref:typename:u_int64_t |
| /src/sys/sys/ | ||
| H A D | bswap.h | 63 #define bswap64(x) \ macro |
| /src/tools/compat/ | ||
| H A D | compat_defs.h | 444 #define bswap64(x) __nbcompat_bswap64(x) macro |
Completed in 4 milliseconds