OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bswap_32
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/gpl2/gettext/include/
byteswap.h
31
#define
bswap_32
(x) ((((x) & 0x000000FF) << 24) | \
macro
48
#define
bswap_32
(x) (x)
macro
/src/external/gpl3/binutils/dist/libctf/
swap.h
43
bswap_32
(uint32_t v)
function
85
case 4: x =
bswap_32
(x); break; \
configure
16973
ac_fn_c_check_decl "$LINENO" "
bswap_32
" "ac_cv_have_decl_bswap_32" "#include <byteswap.h>
/src/external/gpl3/binutils.old/dist/libctf/
swap.h
43
bswap_32
(uint32_t v)
function
85
case 4: x =
bswap_32
(x); break; \
/src/external/gpl3/gdb.old/dist/libctf/
swap.h
43
bswap_32
(uint32_t v)
function
85
case 4: x =
bswap_32
(x); break; \
/src/external/gpl3/gdb/dist/libctf/
swap.h
43
bswap_32
(uint32_t v)
function
85
case 4: x =
bswap_32
(x); break; \
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
byteswap_.h
28
#define
bswap_32
(x) ((((x) & 0x000000FF) << 24) | \
macro
/src/external/gpl2/lvm2/dist/include/
xlate.h
27
# define
bswap_32
(x) bswap32(x)
macro
33
# define
bswap_32
(x) (((x) & 0x000000ffU) << 24 | \
macro
52
# define xlate32_be(x)
bswap_32
(x)
56
# define xlate32(x)
bswap_32
(x)
/src/external/gpl2/lvm2/dist/lib/mm/
xlate.h
27
# define
bswap_32
(x) bswap32(x)
macro
33
# define
bswap_32
(x) (((x) & 0x000000ffU) << 24 | \
macro
52
# define xlate32_be(x)
bswap_32
(x)
56
# define xlate32(x)
bswap_32
(x)
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h
94
#define
bswap_32
(x)
BSWAP_32
(x)
macro
120
#ifndef
bswap_32
121
#define
bswap_32
(x) \
macro
126
#endif /* !
bswap_32
*/
162
#define htole32(x)
bswap_32
(x)
164
#define le32toh(x)
bswap_32
(x)
168
#define htobe32(x)
bswap_32
(x)
170
#define be32toh(x)
bswap_32
(x)
/src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h
70
#define
bswap_32
(x)
BSWAP_32
(x)
macro
96
#ifndef
bswap_32
97
#define
bswap_32
(x) \
macro
102
#endif /* !
bswap_32
*/
138
#define htole32(x)
bswap_32
(x)
140
#define le32toh(x)
bswap_32
(x)
144
#define htobe32(x)
bswap_32
(x)
146
#define be32toh(x)
bswap_32
(x)
/src/external/bsd/wpa/dist/src/utils/
common.h
28
#define
bswap_32
swap32
macro
32
#define
bswap_32
bswap32
macro
49
static inline unsigned int
bswap_32
(unsigned int v)
function
66
#define
bswap_32
CPU_swap_u32
macro
185
#define be_to_host32(n)
bswap_32
((__force u32) (be32) (n))
186
#define host_to_be32(n) ((__force be32)
bswap_32
((n)))
196
#define le_to_host32(n)
bswap_32
(n)
197
#define host_to_le32(n)
bswap_32
(n)
416
#ifndef
bswap_32
417
#define
bswap_32
(a) ((((u32) (a) << 24) & 0xff000000) |
macro
[
all
...]
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
gettextP.h
106
# define SWAP(i)
bswap_32
(i)
/src/external/gpl2/texinfo/dist/intl/
gettextP.h
62
# define SWAP(i)
bswap_32
(i)
/src/external/gpl3/gcc.old/dist/intl/
gettextP.h
68
# define SWAP(i)
bswap_32
(i)
/src/external/gpl2/grep/dist/intl/
gettextP.h
66
# define SWAP(i)
bswap_32
(i)
/src/external/bsd/libpcap/dist/
pcap-usb-linux.c
93
#define htoll(l)
bswap_32
(l)
/src/external/gpl2/gettext/dist/gettext-tools/src/
write-mo.c
79
#define BSWAP32(x) (x) =
bswap_32
(x)
/src/external/public-domain/xz/dist/src/common/
tuklib_integer.h
80
# define byteswap32(num)
bswap_32
(num)
105
# ifdef
BSWAP_32
106
# define byteswap32(num)
BSWAP_32
(num)
/src/external/bsd/file/dist/src/
cdf.c
141
# define _cdf_tole4(x)
bswap_32
(x)
apprentice.c
142
#define swap4(x)
bswap_32
(x)
/src/external/gpl3/binutils/dist/libsframe/
configure
13151
ac_fn_c_check_decl "$LINENO" "
bswap_32
" "ac_cv_have_decl_bswap_32" "#include <byteswap.h>
/src/external/gpl3/binutils.old/dist/libsframe/
configure
12777
ac_fn_c_check_decl "$LINENO" "
bswap_32
" "ac_cv_have_decl_bswap_32" "#include <byteswap.h>
/src/external/gpl3/gdb/dist/libsframe/
configure
12777
ac_fn_c_check_decl "$LINENO" "
bswap_32
" "ac_cv_have_decl_bswap_32" "#include <byteswap.h>
/src/external/gpl3/gdb.old/dist/libsframe/
configure
12777
ac_fn_c_check_decl "$LINENO" "
bswap_32
" "ac_cv_have_decl_bswap_32" "#include <byteswap.h>
Completed in 151 milliseconds
1
2
Indexes created Mon Apr 13 00:22:24 UTC 2026