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

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
immexpr2.s 5 .uaquad .Lend-.Lstart
15 .Lend:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
lbranch.s 8 jbra Lend ; Must be switched to a jmp
22 bne Lend ; -> to a beq+jmp
27 Lend:
lbranch.d 13 [ ]+3: R_M68HC11_16 Lend
55 [ ]+37: R_M68HC11_16 Lend
66 0+010b <Lend> bls 0x0+0110 <Lend\+0x5>
68 0+010d <Lend\+0x2> jmp 0x0+0+ <_rcall>
70 0+0110 <Lend\+0x5> bhi 0x0+0115 <Lend\+0xa>
72 0+0112 <Lend\+0x7> jmp 0x0+0+ <_rcall>
74 0+0115 <Lend\+0xa> jsr 0x0+0+ <_rcall>
77 0+0118 <Lend\+0xd> ldx #0x0+000c <_rcall\+0xc
    [all...]
lbranch-dwarf2.d 20 jbra Lend ; Must be switched to a jmp
55 bne Lend ; -> to a beq\+jmp
68 0000010b <Lend>:
69 Lend:
71 10b: 23 03 bls 0x110 <Lend\+0x5>
74 110: 22 03 bhi 0x115 <Lend\+0xa>
  /art/test/088-monitor-verification/smali/
UnbalancedJoin.smali 16 goto :Lend
22 :Lend
OK.smali 56 goto :Lend
61 :Lend
  /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...]
deflate.h 76 lend: end of block (not inclusive)
80 size_t lstart, size_t lend, int btype);
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...]
  /art/test/800-smali/smali/
b_23502994.smali 18 goto :Lend
25 :Lend
  /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/skia/site/dev/testing/
ios.md 7 iOS doesn't lend itself well to compiling and running from the command line.
  /external/strace/linux/xtensa/
userent.h 84 { REG_LEND, "lend" },
  /bionic/libc/arch-arm64/generic/bionic/
memchr.S 120 b.ls .Lend
128 .Lend:
  /external/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/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
renderer.py 240 lend = self.output.tell()
241 assert lend - lstart < 65536
243 stuff = struct.pack("!H", lend - lstart)
  /external/skia/src/core/
SkTaskGroup.cpp 64 // Lend a hand until our SkTaskGroup of interest is done.
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c 315 "rsr.lend %as;" /* LEND */
319 "wsr.lend %as;"
328 "rsr.lend %as;" /* LEND */
332 "wsr.lend %as;"
340 "rsr.lend %as;" /* LEND */
344 "wsr.lend %as;"
    [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,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h 933 STDMETHOD(Begin) (THIS_ LONG lStart,LONG lEnd,LONG lRate) PURE;
947 STDMETHOD(Paste) (THIS_ LONG *plPos,LONG *plLength,PAVISTREAM pstream,LONG lStart,LONG lEnd) PURE;
    [all...]
  /external/ImageMagick/ImageMagick/script/
support.html 81 <li>Lend us developers to add support for additional image formats or to finish integrating support for the SVG specification.</li>
  /external/boringssl/linux-x86_64/crypto/md5/
md5-x86_64.S 34 je .Lend
656 .Lend:
  /external/boringssl/src/crypto/md5/asm/
md5-x86_64.pl 158 je .Lend # jmp if ptr == end
247 .Lend:

Completed in 6240 milliseconds

1 2 3 4