Home
last modified time | relevance | path

Searched refs:notForWinCE (Results 1 – 3 of 3) sorted by relevance

/external/yaffs2/yaffs2/utils/
Dmkyaffsimage.c283 oh->notForWinCE[0] = SWAP32(oh->notForWinCE[0]); in object_header_little_to_big_endian()
284 oh->notForWinCE[1] = SWAP32(oh->notForWinCE[1]); in object_header_little_to_big_endian()
285 oh->notForWinCE[2] = SWAP32(oh->notForWinCE[2]); in object_header_little_to_big_endian()
286 oh->notForWinCE[3] = SWAP32(oh->notForWinCE[3]); in object_header_little_to_big_endian()
287 oh->notForWinCE[4] = SWAP32(oh->notForWinCE[4]); in object_header_little_to_big_endian()
Dmkyaffs2image.c160 oh->notForWinCE[0] = SWAP32(oh->notForWinCE[0]); in object_header_little_to_big_endian()
161 oh->notForWinCE[1] = SWAP32(oh->notForWinCE[1]); in object_header_little_to_big_endian()
162 oh->notForWinCE[2] = SWAP32(oh->notForWinCE[2]); in object_header_little_to_big_endian()
163 oh->notForWinCE[3] = SWAP32(oh->notForWinCE[3]); in object_header_little_to_big_endian()
164 oh->notForWinCE[4] = SWAP32(oh->notForWinCE[4]); in object_header_little_to_big_endian()
/external/yaffs2/yaffs2/
Dyaffs_guts.h305 __u32 notForWinCE[5]; member