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

  /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/zopfli/src/zopfli/
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...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 1880 Expr_Node *lbegin, *lend; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c 6935 bfd_byte *contents, *l, *lend; local
7167 bfd_byte *contents, *l, *lend; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 641 milliseconds