/external/yaffs2/yaffs2/ |
yaffs_mtdif.c | 42 static inline void translate_spare2oob(const yaffs_Spare *spare, __u8 *oob) 44 oob[0] = spare->tagByte0; 45 oob[1] = spare->tagByte1; 46 oob[2] = spare->tagByte2; 47 oob[3] = spare->tagByte3; 48 oob[4] = spare->tagByte4; 49 oob[5] = spare->tagByte5 & 0x3f; 50 oob[5] |= spare->blockStatus == 'Y' ? 0: 0x80; 51 oob[5] |= spare->pageStatus == 0 ? 0: 0x40; 52 oob[6] = spare->tagByte6 [all...] |
yaffs_tagscompat.c | 25 const yaffs_Spare * spare); 27 const yaffs_Spare * spare); 59 void yaffs_CalcECC(const __u8 * data, yaffs_Spare * spare) 61 yaffs_ECCCalculate(data, spare->ecc1); 62 yaffs_ECCCalculate(&data[256], spare->ecc2); 160 static void yaffs_SpareInitialise(yaffs_Spare * spare) 162 memset(spare, 0xFF, sizeof(yaffs_Spare)); 167 yaffs_Spare * spare) 177 return dev->writeChunkToNAND(dev, chunkInNAND, data, spare); 183 yaffs_Spare * spare, 313 static __u8 spare[sizeof(struct yaffs_NANDSpare)]; local 409 yaffs_Spare spare; local 438 yaffs_Spare spare; local 486 yaffs_Spare spare; local [all...] |
yaffs_mtdif.h | 26 const __u8 * data, const yaffs_Spare * spare); 28 yaffs_Spare * spare);
|
/external/yaffs2/yaffs2/direct/ |
yaffs_fileem.c | 44 __u8 data[528]; // Data + spare 119 int yflash_WriteChunkToNAND(yaffs_Device *dev,int chunkInNAND,const __u8 *data, const yaffs_Spare *spare) 135 if(spare) 138 written = write(filedisk.handle,spare,16); 149 int yflash_ReadChunkFromNAND(yaffs_Device *dev,int chunkInNAND, __u8 *data, yaffs_Spare *spare) 165 if(spare) 168 nread= read(filedisk.handle,spare,16);
|
yaffs_flashif.h | 26 int yflash_WriteChunkToNAND(yaffs_Device *dev,int chunkInNAND,const __u8 *data, const yaffs_Spare *spare); 28 int yflash_ReadChunkFromNAND(yaffs_Device *dev,int chunkInNAND, __u8 *data, yaffs_Spare *spare);
|
/external/kernel-headers/original/linux/ |
efs_fs_i.h | 51 u_char di_spare; /* spare - used by AFS */
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
HexParser.java | 105 throw new RuntimeException("spare digit around " + 127 throw new RuntimeException("spare digit around offset " +
|
/dalvik/dx/src/com/android/dx/util/ |
HexParser.java | 105 throw new RuntimeException("spare digit around " + 127 throw new RuntimeException("spare digit around offset " +
|
/external/tcpdump/ |
rx.h | 86 u_int16_t spare; /* How clever: even though the AFS */ member in struct:rx_header 89 /* encoded _after_ the spare field */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nis_tags.h | 41 #define ADD_RESERVED (1<<11) /* Spare ADD semantic */ 42 #define REM_RESERVED (1<<12) /* Spare REM semantic */
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/ |
regress-157652.js | 102 * Rhino first copies internal spare array to a temporary buffer, and then 103 * sorts it, otherwise it sorts array directly. In case of very spare 107 * would be a good idea to file a bug about ineficient sorting of spare
|
/bootable/bootloader/legacy/arch_msm7k/ |
nand.c | 317 dprintf("spare data%d %x %x %x %x\n", n, ptr[0], ptr[1], ptr[2], ptr[3]); 476 /* 0 spare bytes for 16 bit nand or 1 spare bytes for 8 bit */ 532 unsigned *spare = (unsigned*) flash_spare; local 545 if(_flash_read_page(flash_cmdlist, flash_ptrlist, page++, image, spare)) { 550 memcpy(image, spare, extra_per_page); 564 unsigned *spare = (unsigned*) flash_spare; local 570 for(n = 0; n < 16; n++) spare[n] = 0xffffffff; 593 r = _flash_write_page(flash_cmdlist, flash_ptrlist, page++, image, spare);
|
/external/jpeg/ |
jdmerge.c | 77 * We need a "spare" row buffer to hold the second output row if the 78 * application provides just a one-row buffer; we also use the spare 82 boolean spare_full; /* T if spare buffer is occupied */ 148 /* Mark the spare buffer empty */ 167 /* 2:1 vertical sampling case: may need a spare row. */ 174 /* If we have a spare row saved from a previous cycle, just return it. */ 222 /* 1:1 vertical sampling case: much easier, never need a spare row. */ 734 /* Allocate a spare row buffer */ 750 /* No spare row needed */
|
/external/kernel-headers/original/linux/raid/ |
md_p.h | 78 #define MD_DISK_ACTIVE 1 /* disk is running or spare disk */ 147 __u32 spare_disks; /* 5 Number of spare disks */ 260 * into the 'roles' value. If a device is spare or faulty, then it doesn't 263 __u16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
|
md_u.h | 78 int spare_disks; /* 5 Number of spare disks */
|
/external/srec/portable/include/ |
pstdio.h | 77 * and is around 32k for WindowsNT however we can't spare that much stack-space and we assume
|
/packages/apps/SpareParts/res/values/ |
strings.xml | 21 <string name="app_label">Spare Parts</string>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/ |
md_p.h | 78 #define MD_DISK_ACTIVE 1 /* disk is running or spare disk */ 147 __u32 spare_disks; /* 5 Number of spare disks */ 260 * into the 'roles' value. If a device is spare or faulty, then it doesn't 263 __le16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
|
md_u.h | 78 int spare_disks; /* 5 Number of spare disks */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
gmon_out.h | 50 char spare[3 * 4]; member in struct:gmon_hdr
|
/system/core/debuggerd/arm/ |
pr-support.c | 201 /* Spare. */ 276 /* Spare. */ 328 /* Spare. */ 341 /* Spare. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
genhd.h | 114 __u16 d_sparespertrack; /* # of spare sectors per track */ 115 __u16 d_sparespercyl; /* # of spare sectors per cylinder */
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 214 char spare[spareSize]; local 216 yaffs_PackedTags2 *pt = (yaffs_PackedTags2 *)spare; 218 memset(spare, 0xff, spareSize); 246 return write(outFile,spare, spareSize); 464 fprintf(stderr," -s <size> set the spare (NAND OOB) size. default: 64\n");
|
/bionic/libc/kernel/common/linux/ |
atm.h | 106 unsigned int spare :9; member in struct:atm_trafprm
|
/bionic/libm/src/ |
k_tanf.c | 55 * spare. However, the chosen splitting is good for accuracy too,
|