OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP32
(Results
1 - 4
of
4
) 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
...]
/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/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp
[
all
...]
Completed in 62 milliseconds