OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bswap16
(Results
1 - 9
of
9
) sorted by relevancy
/src/common/lib/libc/gen/
bswap16.c
1
/* $NetBSD:
bswap16
.c,v 1.4 2012/03/17 20:57:35 martin Exp $ */
10
__RCSID("$NetBSD:
bswap16
.c,v 1.4 2012/03/17 20:57:35 martin Exp $");
16
#undef
bswap16
macro
19
bswap16
(uint16_t x)
function
/src/lib/libc/gen/
Lint_bswap16.c
8
bswap16
(u_int16_t b16)
function
/src/sys/lib/libkern/arch/sh3/
byte_swap_2.S
35
ENTRY(
bswap16
)
function
/src/crypto/external/bsd/heimdal/dist/lib/roken/
bswap.c
71
bswap16
(unsigned short val)
function
/src/sys/sys/
bswap.h
16
uint16_t
bswap16
(uint16_t) __constfunc;
19
uint16_t
bswap16
(uint16_t) __RENAME(__bswap16) __constfunc;
90
#define __BYTE_SWAP_U16_VARIABLE
bswap16
103
#define
bswap16
(x) \
macro
/src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h
134
static really_inline uint16_t
bswap16
(uint16_t x)
function
136
// Copied from src/common/lib/libc/gen/
bswap16
.c in NetBSD
/src/external/public-domain/xz/dist/src/common/
tuklib_integer.h
55
# define
bswap16
(num) bswap_16(num)
macro
72
# define
bswap16
(num) BSWAP_16(num)
macro
116
#ifndef
bswap16
117
# define
bswap16
(num) \
macro
153
# define conv16le(num)
bswap16
(num)
163
# define conv16be(num)
bswap16
(num)
/src/tools/compat/
compat_defs.h
433
#ifdef
bswap16
434
#undef
bswap16
macro
436
#define
bswap16
(x) __nbcompat_bswap16(x)
macro
1137
#define htole16(x)
bswap16
((u_int16_t)(x))
1147
#define htobe16(x)
bswap16
((u_int16_t)(x))
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_lha.c
1781
#undef
bswap16
macro
1786
# define
bswap16
(x) _byteswap_ushort(x)
macro
1789
# define
bswap16
(x) __builtin_bswap16(x)
1792
# define
bswap16
(x) __builtin_bswap16(x)
1794
# define
bswap16
(x) ((((x) >> 8) & 0xff) | ((x) << 8))
1798
crc ^=
bswap16
(*buff); buff++; \
1808
#undef
bswap16
macro
Completed in 32 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026