HomeSort by relevance Sort by last modified time
    Searched refs:sl (Results 51 - 75 of 294) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 44 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}
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 262 void TestDecToBuffQueue( SLObjectItf sl, const char* path)
301 /* Get the SL Engine Interface which is implicit */
302 result = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf);
538 SLObjectItf sl; local
554 result = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
557 /* Realizing the SL Engine in synchronous mode. */
558 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
561 TestDecToBuffQueue(sl, argv[1])
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 178 void TestSlowDownUri( SLObjectItf sl, const char* path)
205 /* Get the SL Engine Interface which is implicit */
206 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); CheckErr(res);
399 SLObjectItf sl; local
418 res = slCreateEngine( &sl, 1, EngineOption, 0, NULL, NULL);
420 /* Realizing the SL Engine in synchronous mode. */
421 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);
424 TestSlowDownUri(sl, argv[1])
    [all...]
  /external/clang/test/Sema/
conversion.c 413 void test26(int si, long sl) {
414 si = sl % sl; // expected-warning {{implicit conversion loses integer precision: 'long' to 'int'}}
415 si = sl % si;
416 si = si % sl;
417 si = si / sl;
418 si = sl / si; // expected-warning {{implicit conversion loses integer precision: 'long' to 'int'}}
  /external/libgsm/src/
lpc.c 96 register float sl = *sp; local
98 # define STEP(k) L_ACF[k] += (longword)(sl * sp[ -(k) ]);
101 word sl = *sp; local
103 # define STEP(k) L_ACF[k] += ((longword)sl * sp[ -(k) ]);
106 # define NEXTI sl = *++sp
  /external/pdfium/core/src/fxge/agg/agg23/
agg_rasterizer_scanline_aa.h 324 template<class Scanline> bool sweep_scanline(Scanline& sl, bool no_smooth)
330 sl.reset_spans();
351 sl.add_cell(x, alpha);
358 sl.add_span(x, cur_cell->x - x, alpha);
362 if(sl.num_spans()) {
367 sl.finalize(m_cur_y);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 75 sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
76 debug('created semlock with handle %s' % sl.handle)
96 sl = self._semlock
97 return (Popen.duplicate_for_child(sl.handle), sl.kind, sl.maxvalue)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 75 sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
76 debug('created semlock with handle %s' % sl.handle)
96 sl = self._semlock
97 return (Popen.duplicate_for_child(sl.handle), sl.kind, sl.maxvalue)
  /cts/tests/tests/nativemedia/sl/
Android.mk 38 LOCAL_CTS_TEST_PACKAGE := android.nativemedia.sl
  /system/vold/
VolumeManager.h 132 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; }
  /external/ipsec-tools/src/racoon/
security.c 205 * description: function determines if the specified sl is within the
207 * input: security_context *sl SL
209 * return: 1 if the sl is within the range
210 * 0 if the sl is not within the range or an error
215 within_range(security_context_t sl, security_context_t range)
231 * Get the sids for the sl and range contexts
233 rtn = avc_context_to_sid(sl, &slsid);
237 "sid for sl context (%s).\n", sl);
    [all...]
  /external/libsepol/include/sepol/policydb/
expand.h 64 extern int mls_semantic_level_expand(mls_semantic_level_t *sl, mls_level_t *l,
  /external/valgrind/main/none/tests/s390x/
sub.c 11 memsweep(sl, s2, 0);
  /system/core/libpixelflinger/
buffer.cpp 39 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
324 int sh, int sl, // src
329 const int sbits = sh-sl;
339 if (shift >= 0) v += (dither >> shift) << sl;
340 else v += (dither << (-shift)) << sl;
356 sl += 32-sh;
363 sl = 0;
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 254 int sl = s.l; local
256 int maskLoBits = (sl!=0) ? ((s.flags & CLEAR_LO)?1:0) : 0;
257 int sbits = sh - sl;
292 sl = offset;
300 const uint32_t mask = ((1<<sbits)-1) << sl;
316 sl += 32-sh;
343 if (sl) {
344 MOV(AL, 0, ireg, reg_imm(s.reg, LSR, sl));
345 sh -= sl;
346 sl = 0
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 347 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/
profile-handler.cc 347 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/
GrRedBlackTree.h 672 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 and sr is red
    [all...]
  /external/skia/src/gpu/
GrRedBlackTree.h 672 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 and sr is red
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 2405 register struct stringlist *sl; local
2766 struct stringlist *sl = *(struct stringlist **) cs->value_ptr; local
    [all...]
  /external/chromium_org/third_party/icu/source/config/
mh-hpux-gcc 49 SO= sl
  /external/icu/icu4c/source/config/
mh-hpux-gcc 49 SO= sl
  /external/chromium_org/third_party/smhasher/src/
MurmurHash2.cpp 423 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/
priv_image.h 208 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/libexif/libexif/
exif-utils.c 34 ExifSLong sl; local
67 sl = exif_get_slong (b + j * fs, o_orig);
68 exif_set_slong (b + j * fs, o_new, sl);

Completed in 1464 milliseconds

1 23 4 5 6 7 8 91011>>