HomeSort by relevance Sort by last modified time
    Searched refs:ecc (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_ErrorCorrection.cpp 95 CFX_WideString ecc = local
98 sb += ecc;
119 CFX_WideString ecc = createECCBlock(temp, errorSizes[block], e); local
124 sb.SetAt(symbolInfo->m_dataCapacity + l, ecc.GetAt(pos++));
151 FX_WORD* ecc = FX_Alloc(FX_WORD, numECWords); local
152 FXSYS_memset(ecc, 0, numECWords * sizeof(FX_WORD));
154 FX_WORD m = ecc[numECWords - 1] ^ codewords.GetAt(l);
157 ecc[k] = (FX_WORD)(ecc[k - 1] ^
160 ecc[k] = ecc[k - 1];
    [all...]
  /system/core/toolbox/
nandread.c 46 struct mtd_ecc_stats initial_ecc, last_ecc, ecc; local
153 fprintf(stderr, "failed get ecc layout for %s, %s\n",
158 printf("ecc bytes: %u\n", ecclayout.eccbytes);
166 fprintf(stderr, "failed get ecc stats for %s, %s\n",
173 printf("initial ecc corrected: %u\n", initial_ecc.corrected);
174 printf("initial ecc failed: %u\n", initial_ecc.failed);
175 printf("initial ecc badblocks: %u\n", initial_ecc.badblocks);
176 printf("initial ecc bbtblocks: %u\n", initial_ecc.bbtblocks);
208 ret = ioctl(fd, ECCGETSTATS, &ecc);
210 fprintf(stderr, "failed get ecc stats for %s, %s\n"
    [all...]
  /system/extras/libfec/
fec_open.cpp 98 /* attempts to read and validate an ecc header from file position `offset' */
102 check(f->ecc.rsn > 0 && f->ecc.rsn < FEC_RSM);
113 /* there's obviously no ecc data at this point, so there is no need to
127 error("unsupported ecc version: %u", header.version);
131 error("unexpected ecc header size: %u", header.size);
135 error("invalid ecc roots: %u", header.roots);
138 if (f->ecc.roots != (int)header.roots) {
139 error("unexpected number of roots: %d vs %u", f->ecc.roots,
145 error("inconsistent ecc size %u", header.fec_size)
    [all...]
fec_private.h 36 #include <fec/ecc.h>
100 ecc_info ecc; member in struct:fec_handle
fec_read.cpp 109 ecc_info *e = &f->ecc;
163 error("failed to read ecc data: %s", strerror(errno));
211 rs.reset(init_rs_char(FEC_PARAMS(f->ecc.roots)));
222 error("failed to allocate ecc buffer");
298 if (f->ecc.start && ecc_init(f, rs, ecc_data) == -1) {
342 if (!f->ecc.start) {
343 /* fatal error without ecc */
534 } else if (f->ecc.start) {
535 check(f->ecc.start < f->size);
544 /* return raw data if pure ecc read fails; due to interleavin
    [all...]
  /external/tpm2/
ECDH_KeyGen.c 15 // TPM_RC_KEY keyHandle does not reference a non-restricted decryption ECC key
31 // Input key must be a non-restricted, decrypt ECC key
43 // Create ephemeral ECC key
53 &sensitive, &eccKey->publicArea.unique.ecc);
ECDH_ZGen.c 16 // TPM_RC_KEY key referenced by keyA is not an ECC key
34 // Input key must be a non-restricted, decrypt ECC key
53 &eccKey->sensitive.sensitive.ecc,
ZGen_2Phase.c 18 // TPM_RC_KEY key referenced by keyA is not an ECC key
37 // keyA must be an ECC key
81 &eccKey->sensitive.sensitive.ecc,
Commit.c 19 // TPM_RC_KEY keyHandle does not reference an ECC key
44 // Input key must be an ECC key
127 &eccKey->sensitive.sensitive.ecc,
CryptoEngine.h 50 UINT32 ecc; member in struct:__anon23773
159 // ECC-related Structures
196 # else // RSA but no ECC
CryptUtil.c     [all...]
  /system/core/fs_mgr/
fs_mgr_verity.cpp 234 struct fec_ecc_metadata ecc; member in struct:verity_table_params
253 if (params->ecc.valid) {
258 params->ecc.start / FEC_BLOCKSIZE, params->ecc.blocks, params->ecc.roots);
263 params->ecc.start / FEC_BLOCKSIZE, params->ecc.blocks, params->ecc.roots);
900 // read ecc metadata
901 if (fec_ecc_get_metadata(f, &params.ecc) < 0)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 494 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18;
685 int i, j, shift, regno, bits, ecc; local
705 if ((op1->ecc == ECC_TX && op2->ecc == ECC_FX)
706 || (op1->ecc == ECC_FX && op2->ecc == ECC_TX)
707 || (op1->ecc == ECC_XT && op2->ecc == ECC_XF)
708 || (op1->ecc == ECC_XF && op2->ecc == ECC_XT)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c 84 insn->ecc = (num >> 28) & 0x7;
151 if (insn->ecc)
152 (*info->fprintf_func) (info->stream, "/%s", d30v_ecc_names[insn->ecc]);
  /system/extras/verity/fec/
image.h 24 #include <fec/ecc.h>
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 280 int ecc; /* execution condition code */ member in struct:d30v_insn
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip

Completed in 1256 milliseconds

1 2 3 4 5