HomeSort by relevance Sort by last modified time
    Searched refs:SWAP32 (Results 1 - 3 of 3) sorted by null

  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 142 #define SWAP32(x) ((((x) & 0x000000FF) << 24) | \
153 oh->type = SWAP32(oh->type); // GCC makes enums 32 bits.
154 oh->parentObjectId = SWAP32(oh->parentObjectId); // int
157 oh->yst_mode = SWAP32(oh->yst_mode);
160 oh->notForWinCE[0] = SWAP32(oh->notForWinCE[0]);
161 oh->notForWinCE[1] = SWAP32(oh->notForWinCE[1]);
162 oh->notForWinCE[2] = SWAP32(oh->notForWinCE[2]);
163 oh->notForWinCE[3] = SWAP32(oh->notForWinCE[3]);
164 oh->notForWinCE[4] = SWAP32(oh->notForWinCE[4]);
167 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 179 #define SWAP32(x) ((SWAP16((x) & 0xffff) << 16) | (SWAP16((x) >> 16)))
189 dword = SWAP32(dword);
197 offset = SWAP32(offset);

Completed in 3522 milliseconds