Home
last modified time | relevance | path

Searched refs:lend (Results 1 – 18 of 18) sorted by relevance

/external/zopfli/src/zopfli/
Dblocksplitter.c108 size_t lstart, size_t lend) { in EstimateCost() argument
109 return ZopfliCalculateBlockSize(litlens, dists, lstart, lend, 2); in EstimateCost()
201 size_t* lstart, size_t* lend) { in FindLargestSplittableBlock() argument
210 *lend = end; in FindLargestSplittableBlock()
223 size_t lstart, lend; in ZopfliBlockSplitLZ77() local
237 lend = llsize; in ZopfliBlockSplitLZ77()
249 c.end = lend; in ZopfliBlockSplitLZ77()
250 assert(lstart < lend); in ZopfliBlockSplitLZ77()
251 llpos = FindMinimum(SplitCost, &c, lstart + 1, lend); in ZopfliBlockSplitLZ77()
254 assert(llpos < lend); in ZopfliBlockSplitLZ77()
[all …]
Ddeflate.c299 size_t lstart, size_t lend, in AddLZ77Data() argument
308 for (i = lstart; i < lend; i++) { in AddLZ77Data()
352 size_t lstart, size_t lend) { in CalculateBlockSymbolSize() argument
355 for (i = lstart; i < lend; i++) { in CalculateBlockSymbolSize()
475 size_t lstart, size_t lend, in GetDynamicLengths() argument
480 ZopfliLZ77Counts(litlens, dists, lstart, lend, ll_counts, d_counts); in GetDynamicLengths()
490 size_t lstart, size_t lend, int btype) { in ZopfliCalculateBlockSize() argument
501 GetDynamicLengths(litlens, dists, lstart, lend, ll_lengths, d_lengths); in ZopfliCalculateBlockSize()
506 ll_lengths, d_lengths, litlens, dists, lstart, lend); in ZopfliCalculateBlockSize()
531 size_t lstart, size_t lend, in AddLZ77Block() argument
[all …]
Ddeflate.h80 size_t lstart, size_t lend, int btype);
/external/iw/
Diw.c96 const char *start, *lend, *end; in __usage_cmd() local
123 lend = strchr(start, '\n'); in __usage_cmd()
124 if (!lend) in __usage_cmd()
125 lend = end; in __usage_cmd()
145 printf("%.*s\n", (int)(lend - start), start); in __usage_cmd()
146 start = lend + 1; in __usage_cmd()
147 } while (end != lend); in __usage_cmd()
164 lend = strchr(start, '\n'); in __usage_cmd()
165 if (!lend) in __usage_cmd()
166 lend = end; in __usage_cmd()
[all …]
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Drenderer.py240 lend = self.output.tell()
241 assert lend - lstart < 65536
243 stuff = struct.pack("!H", lend - lstart)
/external/skia/site/dev/testing/
Dios.md7 iOS doesn't lend itself well to compiling and running from the command line.
/external/opencv3/modules/viz/src/
Dshapes.cpp1062 Vec3d lend = curr + lvec; in WTrajectorySpheres() local
1066 line_source->SetPoint2(lend.val); in WTrajectorySpheres()
/external/valgrind/
DCOPYING.DOCS134 You may also lend copies, under the same conditions stated above, and
/external/libmicrohttpd/doc/
Dfdl-1.3.texi145 You may also lend copies, under the same conditions stated above, and
Dlibmicrohttpd-tutorial.info2036 You may also lend copies, under the same conditions stated above,
Dlibmicrohttpd.info3513 You may also lend copies, under the same conditions stated above,
/external/bison/doc/
Dfdl.texi145 You may also lend copies, under the same conditions stated above, and
Dbison.info11505 You may also lend copies, under the same conditions stated above,
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb697 …�������������������������������������������������������������������������lend0lendingFlengt…
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt5160 貸>'[lend]';
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt4391 一臂之力 < \(lend\)\-a\-helping\-hand;
20273 貸 < lend;
22374 一臂之力 > \(lend\)\-a\-helping\-hand;
35537 借出 > lend;
53078 貸 > lend;
53587 贷 > lend;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf4603 V "lend" :G2P
/external/curl/
DCHANGES.011205 - Bryan Kemp was friendly enough to lend me an account on his Redhat 9 box and