Searched refs:sl (Results 26 - 50 of 200) sorted by relevance

12345678

/external/valgrind/main/none/tests/s390x/
H A Dsub.c11 memsweep(sl, s2, 0);
H A Dsub.stdout.exp45 sl 0000000000000000 - 0000000000000000 - 1 = 0000000000000000 (cc=2)
46 sl 0000000000000001 - 0000000000000000 - 1 = 0000000000000001 (cc=3)
47 sl 000000000000FFFF - 0000000000000000 - 1 = 000000000000FFFF (cc=3)
48 sl 0000000000007FFF - 0000000000000000 - 1 = 0000000000007FFF (cc=3)
49 sl 0000000000008000 - 0000000000000000 - 1 = 0000000000008000 (cc=3)
50 sl 00000000FFFFFFFF - 0000000000000000 - 1 = 00000000FFFFFFFF (cc=3)
51 sl 0000000080000000 - 0000000000000000 - 1 = 0000000080000000 (cc=3)
52 sl 000000007FFFFFFF - 0000000000000000 - 1 = 000000007FFFFFFF (cc=3)
53 sl FFFFFFFFFFFFFFFF - 0000000000000000 - 1 = FFFFFFFFFFFFFFFF (cc=3)
54 sl 800000000000000
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.cc347 SpinLockHolder sl(&signal_lock_);
367 SpinLockHolder sl(&signal_lock_);
388 SpinLockHolder sl(&signal_lock_);
408 SpinLockHolder sl(&signal_lock_); // Protects interrupts_.
496 SpinLockHolder sl(&instance->signal_lock_);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.cc347 SpinLockHolder sl(&signal_lock_);
367 SpinLockHolder sl(&signal_lock_);
388 SpinLockHolder sl(&signal_lock_);
408 SpinLockHolder sl(&signal_lock_); // Protects interrupts_.
496 SpinLockHolder sl(&instance->signal_lock_);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRedBlackTree.h672 Node* sl; local
689 //sl and sr are s's children, which may be implicit.
690 sl = s->fChildren[kLeft_Child];
700 SkASSERT(sl && kBlack_Color == sl->fColor);
706 s = sl;
711 sl = s->fChildren[kLeft_Child];
721 slRed = (sl && kRed_Color == sl->fColor);
762 // if we made it here one or both of sl an
[all...]
H A DGrPictureUtils.cpp101 void trackSaveLayers(const SkRecords::SaveLayer& sl) { this->pushSaveLayerBlock(sl.paint); } argument
/external/skia/src/gpu/
H A DGrRedBlackTree.h672 Node* sl; local
689 //sl and sr are s's children, which may be implicit.
690 sl = s->fChildren[kLeft_Child];
700 SkASSERT(NULL != sl && kBlack_Color == sl->fColor);
706 s = sl;
711 sl = s->fChildren[kLeft_Child];
721 slRed = (NULL != sl && kRed_Color == sl->fColor);
762 // if we made it here one or both of sl an
[all...]
/external/chromium_org/third_party/icu/source/config/
H A Dmh-hpux-gcc49 SO= sl
H A Dmh-hpux-acc97 SO= sl
/external/icu/icu4c/source/config/
H A Dmh-hpux-gcc49 SO= sl
H A Dmh-hpux-acc97 SO= sl
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash2.cpp423 int sl = 8 * (4-align); local
431 t = (t >> sr) | (d << sl);
456 uint32_t k = (t >> sr) | (d << sl);
480 case 0: h ^= (t >> sr) | (d << sl);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_image.h208 static inline DiCursor ML_(cur_from_sli)( DiSlice sl ) {
209 if (ML_(sli_is_valid)(sl)) {
211 c.img = sl.img;
212 c.ioff = sl.ioff;
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_manager_posix.cc319 UdpSocketPosix* sl = static_cast<UdpSocketPosix*>(s); local
320 if(sl->GetFd() == INVALID_SOCKET || !(sl->GetFd() < FD_SETSIZE))
/external/libexif/libexif/
H A Dexif-utils.c34 ExifSLong sl; local
67 sl = exif_get_slong (b + j * fs, o_orig);
68 exif_set_slong (b + j * fs, o_new, sl);
/external/clang/test/Sema/
H A Dcompare.c324 long sl; local
327 b = (si == (ui = sl)); // expected-warning {{comparison of integers of different signs: 'int' and 'unsigned int'}}
328 b = (si == (ui = sl&15));
/external/e2fsprogs/misc/
H A Dmke2fs.c978 static errcode_t init_list(struct str_list *sl) argument
980 sl->num = 0;
981 sl->max = 0;
982 sl->list = malloc((sl->max+1) * sizeof(char *));
983 if (!sl->list)
985 sl->list[0] = 0;
989 static errcode_t push_string(struct str_list *sl, const char *str) argument
993 if (sl->num >= sl
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLL1Analyzer.java228 IntSet sl = transition0.label.getSet();
229 return new LookaheadSet(sl);
/external/chromium_org/third_party/icu/source/data/zone/
H A Dreslocal.mk65 sl.txt\
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DESDescriptor.java196 ByteBuffer sl = slConfigDescriptor.serialize();
198 out.put(sl.array());
/external/libexif/
H A Dconfig.rpath463 shrext=.sl
466 shrext=.sl
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-event.c1609 struct strlist *sl; local
1611 sl = strlist__new(true, NULL);
1622 ret = strlist__add(sl, buf);
1625 strlist__delete(sl);
1631 return sl;
1731 struct strlist *sl, *rawlist; local
1738 sl = strlist__new(true, NULL);
1747 ret = strlist__add(sl, buf);
1749 ret = strlist__add(sl, tev.event);
1757 strlist__delete(sl);
[all...]
/external/chromium_org/third_party/icu/source/data/curr/
H A Dreslocal.mk68 sl.txt\
/external/chromium_org/third_party/icu/source/data/rbnf/
H A Drbnffiles.mk53 pt_TL.txt ro.txt ru.txt sk.txt sl.txt\
/external/chromium_org/third_party/icu/source/data/region/
H A Dreslocal.mk66 sl.txt\

Completed in 452 milliseconds

12345678