Searched refs:sl (Results 1 - 25 of 200) sorted by last modified time

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/webp/src/dsp/
H A Dupsampling_neon.c43 uint16x8_t sl; \
46 sl = vaddl_u8(a, b); \
47 sl = vaddw_u8(sl, c); \
48 sl = vaddw_u8(sl, d); \
50 al = vaddq_u16(sl, al); /* 3a + b + c + d */ \
51 bl = vaddq_u16(sl, bl); /* a + 3b + c + d */ \
/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/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c8199 int sl = 0; local
8201 sl = sizeof(struct vki_sockaddr_in);
8203 sl = sizeof(struct vki_sockaddr_in6);
8208 a = (struct vki_sockaddr*)((char*)a + sl);
/external/valgrind/main/drd/tests/
H A Dboost_thread.cpp18 boost::mutex::scoped_lock sl(s_m);
20 s_cva.wait(sl);
26 boost::mutex::scoped_lock sl(s_m);
28 s_cva.wait(sl);
30 sl.unlock();
H A Dmonitor_example.cpp186 ScopedLock sl(m_monitor);
191 ScopedLock sl(m_monitor);
197 ScopedLock sl(m_monitor);
/external/tcpdump/
H A DAndroid.mk25 print-rx.c print-sctp.c print-sflow.c print-sip.c print-sl.c print-sll.c \
/external/tcpdump/win32/prj/
H A DGNUmakefile123 ../../print-sl.o \
/external/stlport/test/unit/
H A Dslist_test.cpp127 slist<int> sl(array, array + 5);
130 slit = sl.erase(sl.begin());
134 slit = sl.erase(sl.begin(), slit);
137 sl.assign(array, array + 5);
139 slit = sl.erase_after(sl.begin());
142 slit = sl.begin(); ++slit; ++slit;
143 slit = sl
158 slist<int> sl; local
178 slist<int> sl; local
[all...]
/external/srec/srec_jni/
H A Dandroid_speech_srec_Recognizer.cpp354 const char* sl = 0; local
358 if ((sl = env->GetStringUTFChars(slot, 0)) &&
362 checkEsrError(env, SR_GrammarAddWordToSlot((SR_Grammar*)grammar, sl, wo, pr, weight, ta));
367 if (sl) env->ReleaseStringUTFChars(slot, sl);
/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/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/qemu/distrib/jpeg-6b/
H A Dltconfig1140 # Give a soname corresponding to the major version so that dld.sl refuses to
1142 dynamic_linker="$host_os dld.sl"
1145 library_names_spec='${libname}${release}.sl.$versuffix ${libname}${release}.sl.$major $libname.sl'
1146 soname_spec='${libname}${release}.sl.$major'
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m42358 # Give a soname corresponding to the major version so that dld.sl refuses to
2380 shrext_cmds='.sl'
2382 dynamic_linker="$host_os dld.sl"
2391 shrext_cmds='.sl'
2392 dynamic_linker="$host_os dld.sl"
3062 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
3066 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5862 # ends with ".so" (or ".sl" for HP-UX), so rename the library
6066 # ends with ".so" (or ".sl" for HP-UX), so rename the library
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1457 static int win32_acquire_lock (MLOCK_T *sl) { argument
1460 if (!InterlockedCompareExchange(sl, 1, 0))
1463 if (!InterlockedCompareExchange((void**)sl, (void*)1, (void*)0))
1470 static void win32_release_lock (MLOCK_T *sl) { argument
1471 InterlockedExchange (sl, 0);
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosASM.S44 STMFD sp!,{a2,v1-v6,sl,fp,lr}
83 LDR sl,[ip],#4
91 STR sl,[lr],#4
102 LDR sl,[ip],#4
110 STR sl,[lr],#4
115 03 LDMFD sp!,{a2,v1-v6,sl,fp,pc}
/external/qemu/target-arm/
H A Dhelper.c2925 VFP_CONV_FIX(sl, d, 64, int32, )
2929 VFP_CONV_FIX(sl, s, 32, int32, )
H A Diwmmxt_helper.c257 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, sl)))(CPUARMState *env, \
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c571 ;; sl function
/external/qemu-pc-bios/bochs/
H A Dconfigure4210 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4214 lt_cv_file_magic_test_file=/usr/lib/libc.sl
8099 # Give a soname corresponding to the major version so that dld.sl refuses to
8121 shrext='.sl'
8123 dynamic_linker="$host_os dld.sl"
8132 shrext='.sl'
8133 dynamic_linker="$host_os dld.sl"
10535 # ends with ".so" (or ".sl" for HP-UX), so rename the library
10624 # ends with ".so" (or ".sl" for HP-UX), so rename the library
10684 # ends with ".so" (or ".sl" fo
[all...]
/external/protobuf/
H A Dconfigure6057 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6061 lt_cv_file_magic_test_file=/usr/lib/libc.sl
10679 # Give a soname corresponding to the major version so that dld.sl refuses to
10701 shrext_cmds='.sl'
10703 dynamic_linker="$host_os dld.sl"
10712 shrext_cmds='.sl'
10713 dynamic_linker="$host_os dld.sl"
12499 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12703 # ends with ".so" (or ".sl" for HP-UX), so rename the library
14127 # Give a soname corresponding to the major version so that dld.sl refuse
[all...]
/external/protobuf/gtest/
H A Dconfigure5427 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5431 lt_cv_file_magic_test_file=/usr/lib/libc.sl
10581 # Give a soname corresponding to the major version so that dld.sl refuses to
10603 shrext_cmds='.sl'
10605 dynamic_linker="$host_os dld.sl"
10614 shrext_cmds='.sl'
10615 dynamic_linker="$host_os dld.sl"
12676 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12880 # ends with ".so" (or ".sl" for HP-UX), so rename the library
14427 # Give a soname corresponding to the major version so that dld.sl refuse
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pcre/dist/
H A Dconfigure7693 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7697 lt_cv_file_magic_test_file=/usr/lib/libc.sl
12573 # Give a soname corresponding to the major version so that dld.sl refuses to
12595 shrext_cmds='.sl'
12597 dynamic_linker="$host_os dld.sl"
12606 shrext_cmds='.sl'
12607 dynamic_linker="$host_os dld.sl"
14656 # ends with ".so" (or ".sl" for HP-UX), so rename the library
14860 # ends with ".so" (or ".sl" for HP-UX), so rename the library
16404 # Give a soname corresponding to the major version so that dld.sl refuse
[all...]

Completed in 439 milliseconds

12345678