Searched refs:ecc (Results 1 - 25 of 50) 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:__anon34336
H A Dyaffs_packedtags2.h18 yaffs_ECCOther ecc; member in struct:__anon34338
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:__anon34316
281 __u32 chunkErrorStrikes:3; /* How many times we've had ecc etc failures on this block and tried to reuse it */
/external/chromium_org/net/cookies/
H A Dcanonical_cookie.h99 bool IsEquivalent(const CanonicalCookie& ecc) const {
103 return (name_ == ecc.Name() && domain_ == ecc.Domain()
104 && path_ == ecc.Path());
H A Dcookie_monster.h532 // Delete any cookies that are equivalent to |ecc| (same path, domain, etc).
539 const CanonicalCookie& ecc,
H A Dcookie_monster.cc1737 const CanonicalCookie& ecc,
1750 if (ecc.IsEquivalent(*cc)) {
1736 DeleteAnyEquivalentCookie(const std::string& key, const CanonicalCookie& ecc, bool skip_httponly, bool already_expired) argument
/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/libexif/
H A Dconfig.rpath75 icc|ecc)
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU203 CC=ecc; export CC
/external/icu/icu4c/source/
H A DrunConfigureICU203 CC=ecc; export CC
/external/bison/build-aux/
H A Dconfig.rpath70 ecc*)
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dconfig.rpath79 icc* | ecc*)
/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/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/cmockery/cmockery_0_1_2/
H A Dconfigure6506 icc* | ecc*)
6954 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
13098 icc* | ecc*)
13546 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
15693 icc* | ecc*)
16141 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64

Completed in 794 milliseconds

12