Searched refs:len (Results 1 - 25 of 9451) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c280 static int nand_read (struct mtd_info *mtd, loff_t from, size_t len,
282 static int nand_read_ecc (struct mtd_info *mtd, loff_t from, size_t len,
284 static int nand_read_oob (struct mtd_info *mtd, loff_t from, size_t len,
286 static int nand_write (struct mtd_info *mtd, loff_t to, size_t len,
288 static int nand_write_ecc (struct mtd_info *mtd, loff_t to, size_t len,
291 static int nand_write_oob (struct mtd_info *mtd, loff_t to, size_t len,
308 static int nand_read (struct mtd_info *mtd, loff_t from, size_t len, argument
311 return nand_read_ecc (mtd, from, len, retlen, buf, NULL,NULL);
318 static int nand_read_ecc (struct mtd_info *mtd, loff_t from, size_t len, argument
322 int n = len;
376 nand_read_oob(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) argument
411 nand_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument
420 nand_write_ecc(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf, u_char *oob_buf, struct nand_oobinfo *dummy) argument
480 nand_write_oob(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument
[all...]
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c621 int len = strlen(dir); local
623 if((len >= 4) && (!strcmp(dir + len - 4, "data"))) {
624 source_path_len = len - 4;
625 } else if((len >= 6) && (!strcmp(dir + len - 6, "system"))) {
626 source_path_len = len - 6;
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c1960 int add, len;
1987 len = end - (buf + pos);
1992 len = strlen(mask_flags[i].mask_name);
1993 if (strncmp(buf + pos, mask_flags[i].mask_name, len) == 0) {
2003 pos += len;
H A Dyaffs_mtdif.c100 ops.len = data ? dev->nDataBytesPerChunk : ops.ooblen;
163 ops.len = data ? dev->nDataBytesPerChunk : ops.ooblen;
219 ei.len = dev->nDataBytesPerChunk * dev->nChunksPerBlock;
H A Dyaffs_mtdif2.c150 ops.len = dev->nDataBytesPerChunk;
206 ops.len = data ? dev->nDataBytesPerChunk : mtd->oobsize;
/external/zlib/src/
H A Dadler32.c65 uLong ZEXPORT adler32(adler, buf, len)
68 uInt len;
78 if (len == 1) {
88 /* initial Adler-32 value (deferred check for len == 1 speed) */
93 if (len < 16) {
94 while (len--) {
105 while (len >= NMAX) {
106 len -= NMAX;
117 if (len) { /* avoid modulos if none remaining */
118 while (len >
[all...]
/external/zlib/src/contrib/blast/
H A Dblast.c127 int len; /* current number of bits in code */ local
128 int code; /* len bits being decoded */
129 int first; /* first code of length len */
130 int count; /* number of codes of length len */
131 int index; /* index of first code of length len in symbol table */
139 len = 1;
146 if (code < first + count) { /* if length len, return symbol */
148 s->bitcnt = (s->bitcnt - len) & 7;
155 len++;
157 left = (MAXBITS+1) - len;
190 int len; /* current length when stepping through h->count[] */ local
283 int len; /* length for copy */ local
424 outf(void *how, unsigned char *buf, unsigned len) argument
[all...]
H A Dblast.h39 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
52 * The input function is invoked: len = infun(how, &buf), where buf is set by
58 * The output function is invoked: err = outfun(how, buf, len), where the bytes
59 * to be written are buf[0..len-1]. If err is not zero, then blast() returns
60 * with an output error. outfun() is always called with len <= 4096. outhow
/external/zlib/src/contrib/infback9/
H A Dinfback9.c246 unsigned len; /* length to copy for repeats, bits to drop */ local
403 len = (unsigned)(state->lens[state->have - 1]);
410 len = 0;
417 len = 0;
427 state->lens[state->have++] = (unsigned short)len;
H A Dinftree9.c40 unsigned len; /* a code's length in bits */ local
109 for (len = 0; len <= MAXBITS; len++)
110 count[len] = 0;
126 for (len = 1; len <= MAXBITS; len++) {
128 left -= count[len];
136 for (len
[all...]
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c95 /*108 64 */ unsigned len; /* r14 match length */ member in struct:inffast_ar
150 /* r14d = len */
222 " movl %%eax, %%r14d\n" /* len = this */
223 " shrl $16, %%r14d\n" /* len = this.val */
239 " addl %%eax, %%r14d\n" /* len += hold & mask[op] */
287 " movl %%r14d, %%ecx\n" /* ecx = len */
292 " jnc .L_copy_two\n" /* if len % 2 == 0 */
314 " movl %%r14d, %%ecx\n" /* ecx = len */
337 " addl %%r14d, %%eax\n" /* eax += len */
372 " movl %%r14d, %%eax\n" /* eax = len */
[all...]
H A Dinffast.S180 #define len 24 /* unsigned int */ define
484 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = out, %edx = len
487 * len = this.val
494 * len += hold & mask[op];
500 movl %eax, len_r /* len = this */
501 shrl $16, len_r /* len = this.val */
527 addl %eax, len_r /* len += hold & mask[op] */
530 movl len_r, len(%esp) /* save len */
619 * } while (--len >
[all...]
/external/zlib/src/contrib/iostream2/
H A Dzstream.h87 int read(void* buf, size_t len) { argument
88 return ::gzread(m_fp, buf, len);
139 zstringlen len(zs);
140 ::gzread(zs.fp(), x, len.value());
141 x[len.value()] = '\0';
146 zstringlen len(zs);
147 char* x = new char[len.value()+1];
148 ::gzread(zs.fp(), x, len.value());
149 x[len.value()] = '\0';
208 int write(const void* buf, size_t len) { argument
[all...]
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm70 chainlenwmask equ rsp + 8 - LocalVarsSize ; high word: current chain len
493 ;;; best_len = len;
494 ;;; if (len >= nice_match) break;
H A Dinffas8664.c100 /*108 64 */ unsigned len; /* r14 match length */ member in struct:inffast_ar
167 ar.len = ar.bits >> 3;
168 ar.in -= ar.len;
169 ar.bits -= ar.len << 3;
H A Dinffasx64.asm57 ; /* r14d = len */
132 mov r14d, eax ; /* len = this */
133 shr r14d, 16 ; /* len = this.val */
149 add r14d, eax ; /* len += hold & mask[op] */
197 mov ecx, r14d ; /* ecx = len */
202 jnc L_copy_two ; /* if len % 2 == 0 */
224 mov ecx, r14d ; /* ecx = len */
247 add eax, r14d ; /* eax += len */
282 mov eax, r14d ; /* eax = len */
284 jbe L_do_copy ; /* if (nbytes >= len) */
[all...]
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm120 chainlenwmask equ esp + 0 ; high word: current chain len
411 ;;; best_len = len;
412 ;;; if (len >= nice_match) break;
/external/zlib/src/contrib/minizip/
H A Dminiunz.c143 int len = (int)strlen(newdir); local
145 if (len <= 0)
148 buffer = (char*)malloc(len+1);
156 if (buffer[len-1] == '/') {
157 buffer[len-1] = '\0';
H A Dminizip.c111 int len = strlen(f); local
112 if (len > MAXFILENAME)
113 len = MAXFILENAME;
119 if (name[len - 1] == '/')
120 name[len - 1] = '\0';
320 int i,len; local
328 len=(int)strlen(filename_try);
329 for (i=0;i<len;i++)
H A Dunzip.c1677 len the size of buf.
1684 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) argument
1701 if (len==0)
1706 pfile_in_zip_read_info->stream.avail_out = (uInt)len;
1708 if ((len>pfile_in_zip_read_info->rest_read_uncompressed) &&
1713 if ((len>pfile_in_zip_read_info->rest_read_compressed+
1951 if buf!=NULL, len is the size of the buffer, the extra header is copied in
1956 extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len) argument
1977 if (len>size_to_read)
1980 read_now = (uInt)len ;
[all...]
H A Dunzip.h381 unsigned len));
385 len the size of buf.
407 unsigned len));
415 if buf!=NULL, len is the size of the buffer, the extra header is copied in
H A Dzip.c225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len) argument
243 while (len>0)
258 if (ldi->avail_in_this_block < len)
261 copy_this = (uInt)len;
271 len -= copy_this;
1402 extern int ZEXPORT zipWriteInFileInZip (zipFile file,const void* buf,unsigned int len) argument
1414 zi->ci.crc32 = crc32(zi->ci.crc32,buf,(uInt)len);
1420 zi->ci.bstream.avail_in = len;
1454 zi->ci.stream.avail_in = len;
H A Dzip.h309 unsigned len));
/external/zlib/src/contrib/pascal/
H A Dexample.pas59 len: LongInt;
61 len := StrLen(hello)+1;
63 err := compress(compr, comprLen, hello, len);
86 len: Integer;
90 len := StrLen(hello)+1;
129 if gzread(zfile, uncompr, uncomprLen) <> len then
187 len: LongInt;
189 len := StrLen(hello)+1;
201 while (c_stream.total_in <> len) and
371 len
[all...]

Completed in 1322 milliseconds

1234567891011>>