HomeSort by relevance Sort by last modified time
    Searched refs:lend (Results 1 - 5 of 5) sorted by null

  /external/zopfli/src/zopfli/
deflate.h 76 lend: end of block (not inclusive)
80 size_t lstart, size_t lend, int btype);
blocksplitter.c 104 lend: end of block (not inclusive)
108 size_t lstart, size_t lend) {
109 return ZopfliCalculateBlockSize(litlens, dists, lstart, lend, 2);
195 lend: output variable, giving end of block.
201 size_t* lstart, size_t* lend) {
210 *lend = end;
223 size_t lstart, lend; local
237 lend = llsize;
249 c.end = lend;
250 assert(lstart < lend);
    [all...]
deflate.c 299 size_t lstart, size_t lend,
308 for (i = lstart; i < lend; i++) {
352 size_t lstart, size_t lend) {
355 for (i = lstart; i < lend; i++) {
475 size_t lstart, size_t lend,
480 ZopfliLZ77Counts(litlens, dists, lstart, lend, ll_counts, d_counts);
490 size_t lstart, size_t lend, int btype) {
501 GetDynamicLengths(litlens, dists, lstart, lend, ll_lengths, d_lengths);
506 ll_lengths, d_lengths, litlens, dists, lstart, lend);
521 lend: where to end in the LZ77 data (not inclusive
    [all...]
  /external/iw/
iw.c 96 const char *start, *lend, *end; local
123 lend = strchr(start, '\n');
124 if (!lend)
125 lend = end;
145 printf("%.*s\n", (int)(lend - start), start);
146 start = lend + 1;
147 } while (end != lend);
164 lend = strchr(start, '\n');
165 if (!lend)
166 lend = end
    [all...]
  /external/u-boot/arch/xtensa/include/asm/
ptrace.h 93 unsigned long lend; /* 36 */ member in struct:pt_regs

Completed in 591 milliseconds