Searched refs:ecc (Results 1 - 25 of 40) sorted by relevance

12

/external/yaffs2/yaffs2/
H A Dyaffs_ecc.h35 void yaffs_ECCCalculate(const unsigned char *data, unsigned char *ecc);
40 yaffs_ECCOther * ecc);
H A Dyaffs_packedtags1.h13 unsigned ecc:12; member in struct:__anon16686
H A Dyaffs_packedtags2.h18 yaffs_ECCOther ecc; member in struct:__anon16688
H A Dyaffs_tagscompat.c67 /* Calculate an ecc */
71 unsigned ecc = 0; local
74 tags->ecc = 0;
80 ecc ^= bit;
85 tags->ecc = ecc;
91 unsigned ecc = tags->ecc; local
95 ecc ^= tags->ecc;
[all...]
H A Dyaffs_packedtags2.c105 &pt->ecc);
125 yaffs_ECCOther ecc;
130 &ecc);
135 &pt->ecc, &ecc);
H A Dyaffs_ecc.c26 /* Table generated by gen-ecc.c
100 void yaffs_ECCCalculate(const unsigned char *data, unsigned char *ecc) argument
122 ecc[2] = (~col_parity) | 0x03;
141 ecc[1] = ~t;
160 ecc[0] = ~t;
164 t = ecc[0];
165 ecc[0] = ecc[1];
166 ecc[1] = t;
236 /* Reccoverable error in ecc */
[all...]
H A Dyaffs_packedtags1.c10 pt->ecc = 0;
H A DKconfig43 bool "Use the same ecc byte order as Steven Hill's nand_ecc.c"
47 This makes yaffs_ecc.c use the same ecc byte order as
49 same ecc byte order as SmartMedia.
H A Dyaffs_guts.h139 unsigned ecc:12; member in struct:__anon16666
281 __u32 chunkErrorStrikes:3; /* How many times we've had ecc etc failures on this block and tried to reuse it */
/external/chromium/net/base/
H A Dcookie_monster.h385 // Delete any cookies that are equivalent to |ecc| (same path, domain, etc).
392 const CanonicalCookie& ecc,
603 bool IsEquivalent(const CanonicalCookie& ecc) const {
607 return (name_ == ecc.Name() && domain_ == ecc.Domain()
608 && path_ == ecc.Path());
H A Dcookie_monster.cc1136 const CanonicalCookie& ecc,
1149 if (ecc.IsEquivalent(*cc)) {
/external/yaffs2/yaffs2/utils/
H A Dmkyaffsimage.c144 // Todo don't do anything yet. Need to calculate ecc
147 unsigned ecc = 0; local
153 tags->ecc = 0;
170 ecc ^= bit;
178 tags->ecc = ecc;
183 b[6] |= ((ecc >> 6) & 0x3F);
184 b[7] |= ((ecc & 0x3F) << 2);
/external/kernel-headers/original/linux/mtd/
H A Dnand.h218 * struct nand_ecc_ctrl - Control structure for ecc
219 * @mode: ecc mode
220 * @steps: number of ecc steps per page
221 * @size: data bytes per ecc step
222 * @bytes: ecc bytes per step
223 * @total: total number of ecc bytes per page
224 * @prepad: padding information for syndrome based ecc generators
225 * @postpad: padding information for syndrome based ecc generators
227 * @hwctl: function to control hardware ecc generator. Must only
229 * @calculate: function for ecc calculatio
382 struct nand_ecc_ctrl ecc; member in struct:nand_chip
[all...]
/external/bison/build-aux/
H A Dconfig.rpath79 icc* | ecc*)
/external/icu4c/
H A DrunConfigureICU196 CC=ecc; export CC
/external/oprofile/events/x86-64/family11h/
H A Devents49 event:0x4a counters:0,1,2,3 um:ecc minimum:500 name:SCRUBBER_SINGLE_BIT_ECC_ERRORS : One bit ECC error recorded by scrubber
H A Dunit_masks53 name:ecc type:bitmask default:0x03
/external/oprofile/events/x86-64/hammer/
H A Devents49 event:0x4a counters:0,1,2,3 um:ecc minimum:500 name:SCRUBBER_SINGLE_BIT_ECC_ERRORS : One bit ECC error recorded by scrubber
H A Dunit_masks47 name:ecc type:bitmask default:0x03
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3727 There is a key structure called \textit{ecc\_key} used by the ECC functions. There is a function to make a key:
3728 \index{ecc\_make\_key()}
3745 \index{ecc\_make\_key\_ex()}
3758 To free the memory allocated by a ecc\_make\_key(), ecc\_make\_key\_ex(), ecc\_import(), or ecc\_import\_ex() call use the following function:
3759 \index{ecc\_free()}
3766 \index{ecc\_export()}
3777 \index{ecc\_impor
[all...]
/external/oprofile/events/x86-64/family10/
H A Dunit_masks201 name:ecc type:bitmask default:0x0f
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m43995 ecc*)
4393 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
/external/chromium/sdch/open-vcdiff/
H A Dconfigure7562 icc* | ecc*)
8031 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
14246 icc* | ecc*)
14715 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
16860 icc* | ecc*)
17329 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
/external/libffi/
H A Dconfigure7602 icc* | ecc*)
8070 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
14245 icc* | ecc*)
14713 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
16828 icc* | ecc*)
17296 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
/external/chromium/third_party/libevent/
H A Dconfigure7813 icc* | ecc*)
8282 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
14495 icc* | ecc*)
14964 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
17086 icc* | ecc*)
17555 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64

Completed in 1122 milliseconds

12