Home
last modified time | relevance | path

Searched refs:sl (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DNetlinkManager.h40 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; } in setBroadcaster() argument
DVolumeManager.h129 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; } in setBroadcaster() argument
/system/netd/
DNetlinkManager.h47 void setBroadcaster(SocketListener *sl) { mBroadcaster = sl; } in setBroadcaster() argument
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp250 int sl = s.l; in downshift() local
252 int maskLoBits = (sl!=0) ? ((s.flags & CLEAR_LO)?1:0) : 0; in downshift()
253 int sbits = sh - sl; in downshift()
288 sl = offset; in downshift()
296 const uint32_t mask = ((1<<sbits)-1) << sl; in downshift()
312 sl += 32-sh; in downshift()
339 if (sl) { in downshift()
340 MOV(AL, 0, ireg, reg_imm(s.reg, LSR, sl)); in downshift()
341 sh -= sl; in downshift()
342 sl = 0; in downshift()
/system/core/libpixelflinger/
Dbuffer.cpp39 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
324 int sh, int sl, // src in downshift_component() argument
329 const int sbits = sh-sl; in downshift_component()
339 if (shift >= 0) v += (dither >> shift) << sl; in downshift_component()
340 else v += (dither << (-shift)) << sl; in downshift_component()
356 sl += 32-sh; in downshift_component()
363 sl = 0; in downshift_component()