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

  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 132 sparePtr->tagByte5 = tu->asBytes[5];
148 tu->asBytes[5] = sparePtr->tagByte5;
388 s0->tagByte5 != s1->tagByte5 ||
yaffs_mtdif.c 49 oob[5] = spare->tagByte5 & 0x3f;
64 spare->tagByte5 = oob[5] == 0xff ? 0xff : oob[5] & 0x3f;
yaffs_guts.h 213 __u8 tagByte5;
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 198 sparePtr->tagByte5 = tu->asBytes[5];

Completed in 23 milliseconds