HomeSort by relevance Sort by last modified time
    Searched refs:lend (Results 1 - 7 of 7) 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/oprofile/libpp/
locate_images.cpp 43 list<string>::const_iterator lend = file_list.end(); local
44 for (; lit != lend; ++lit) {
callgraph_container.cpp 431 list<image_set>::const_iterator const lend = lset.end(); member in class:list
432 for (lit = lset.begin(); lit != lend; ++lit) {
  /external/chromium_org/v8/test/mjsunit/
regexp-results-cache.js 30 "Friends, Romans, countrymen, lend me your ears! \
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
table_walker.js 8 * This means it does not lend itself easily to e.g. decorators.

Completed in 385 milliseconds