HomeSort by relevance Sort by last modified time
    Searched full:lend (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/llvm/lib/MC/
MCAtom.cpp 28 uint64_t &LBegin, uint64_t &LEnd,
35 LEnd = SplitPt - 1;
40 remap(LBegin, LEnd);
58 uint64_t LBegin, LEnd, RBegin, REnd;
59 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
95 uint64_t LBegin, LEnd, RBegin, REnd;
96 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd);
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.c 114 const char *start, *lend, *end; local
153 lend = strchr(start, '\n');
154 if (!lend) {
155 lend = end;
158 printf("%.*s\n", (int)(lend - start), start);
159 start = lend + 1;
160 } while (end != lend);
  /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/clang/lib/Frontend/
LayoutOverrideSource.cpp 194 LEnd = Layouts.end();
195 L != LEnd; ++L) {
  /external/llvm/include/llvm/MC/
MCAtom.h 97 /// The current atom is truncated to \p LEnd.
99 uint64_t &LBegin, uint64_t &LEnd,
  /dalvik/vm/arch/mips/
CallO32.S 243 beqz $s2,.Lend /* don't set result if return type is void */
266 .Lend:
  /external/llvm/lib/Support/Unix/
Memory.inc 347 long LEnd = reinterpret_cast<long>(const_cast<char *>(End));
348 cacheflush(LStart, LEnd, BCACHE);
  /external/hyphenation/
hyphen.c 708 int clhmin, int crhmin, int lend, int rend)
935 crhmin, (begin > 0 ? 0 : lend), (hyphens[i]&1 ? 0 : rend));
967 hyphens, rep, pos, cut, clhmin, crhmin, lend, rend);
968 if (!lend) hnj_hyphen_lhmin(dict->utf8, word, word_size, hyphens,
    [all...]
  /external/mdnsresponder/mDNSShared/
dns-sd.1 58 not lend itself easily to script-oriented programming. For example,
mDNS.1 62 not lend itself easily to script-oriented programming. For example,
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-x86_64.S 32 je .Lend
654 .Lend:
md5-x86_64.pl 158 je .Lend # jmp if ptr == end
247 .Lend:
  /external/openssl/crypto/md5/asm/
md5-x86_64.S 32 je .Lend
654 .Lend:
md5-x86_64.pl 158 je .Lend # jmp if ptr == end
247 .Lend:
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 47 * does not lend itself well into the byte[] oriented codec framework. Complete the codec once the steamable codec
  /external/iproute2/man/man8/
tc-cbq.8 147 its unwillingness to lend out bandwidth by being 'isolated'.
  /sdk/files/typos/
typos-pt.txt     [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 141 iterator LItr = begin(), LEnd = end();
144 while (LItr != LEnd && RItr != REnd) {
158 return LItr == LEnd && RItr == REnd;
    [all...]
  /external/bison/doc/
fdl.texi 145 You may also lend copies, under the same conditions stated above, and
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.cpp 77 // will lend their styles to the new paragraph without any extra work needed.
  /external/chromium_org/third_party/libphonenumber/src/resources/geocoding/de/
43.txt 788 436416|Lend
  /external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
43.txt 787 436416|Lend
  /external/libvorbis/doc/
stereo.html 291 polar mapping; in fact, the polar mapping does not appear to lend any

Completed in 266 milliseconds

1 2 3 4