OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swap32
(Results
1 - 22
of
22
) sorted by null
/external/yaffs2/yaffs2/utils/
mkyaffs2image.c
134
#define
SWAP32
(x) ((((x) & 0x000000FF) << 24) | \
145
oh->type =
SWAP32
(oh->type); // GCC makes enums 32 bits.
146
oh->parentObjectId =
SWAP32
(oh->parentObjectId); // int
149
oh->yst_mode =
SWAP32
(oh->yst_mode);
152
oh->notForWinCE[0] =
SWAP32
(oh->notForWinCE[0]);
153
oh->notForWinCE[1] =
SWAP32
(oh->notForWinCE[1]);
154
oh->notForWinCE[2] =
SWAP32
(oh->notForWinCE[2]);
155
oh->notForWinCE[3] =
SWAP32
(oh->notForWinCE[3]);
156
oh->notForWinCE[4] =
SWAP32
(oh->notForWinCE[4]);
159
oh->yst_uid =
SWAP32
(oh->yst_uid)
[
all
...]
mkyaffsimage.c
265
#define
SWAP32
(x) ((((x) & 0x000000FF) << 24) | \
276
oh->type =
SWAP32
(oh->type); // GCC makes enums 32 bits.
277
oh->parentObjectId =
SWAP32
(oh->parentObjectId); // int
280
oh->yst_mode =
SWAP32
(oh->yst_mode);
283
oh->notForWinCE[0] =
SWAP32
(oh->notForWinCE[0]);
284
oh->notForWinCE[1] =
SWAP32
(oh->notForWinCE[1]);
285
oh->notForWinCE[2] =
SWAP32
(oh->notForWinCE[2]);
286
oh->notForWinCE[3] =
SWAP32
(oh->notForWinCE[3]);
287
oh->notForWinCE[4] =
SWAP32
(oh->notForWinCE[4]);
290
oh->yst_uid =
SWAP32
(oh->yst_uid)
[
all
...]
/bionic/libc/include/
byteswap.h
34
#define bswap_32(x)
swap32
(x)
/development/ndk/platforms/android-3/include/
byteswap.h
34
#define bswap_32(x)
swap32
(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
byteswap.h
34
#define bswap_32(x)
swap32
(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
byteswap.h
34
#define bswap_32(x)
swap32
(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
byteswap.h
34
#define bswap_32(x)
swap32
(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
byteswap.h
34
#define bswap_32(x)
swap32
(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
byteswap.h
34
#define bswap_32(x)
swap32
(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
byteswap.h
34
#define bswap_32(x)
swap32
(x)
/external/grub/netboot/
osdep.h
74
#define
swap32
(x) __swap32(x)
macro
/bionic/libc/include/sys/
endian.h
158
#define
swap32
__swap32
macro
/development/ndk/platforms/android-3/include/sys/
endian.h
158
#define
swap32
__swap32
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
endian.h
158
#define
swap32
__swap32
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
endian.h
158
#define
swap32
__swap32
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
endian.h
158
#define
swap32
__swap32
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
endian.h
158
#define
swap32
__swap32
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
endian.h
158
#define
swap32
__swap32
macro
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
endian.h
158
#define
swap32
__swap32
macro
/external/chromium/net/http/
http_auth_handler_ntlm_portable.cc
175
#define
SWAP32
(x) ((SWAP16((x) & 0xffff) << 16) | (SWAP16((x) >> 16)))
185
dword =
SWAP32
(dword);
193
offset =
SWAP32
(offset);
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h
34
#define bswap_32
swap32
/external/grub/
ChangeLog
[
all
...]
Completed in 377 milliseconds