/system/core/libpixelflinger/ |
buffer.cpp | 262 const int32_t hbits = GGL_COLOR_BITS; local 264 p = downshift_component(p, r, hbits, lbits, f->rh, f->rl, 0, 1, -1); 265 p = downshift_component(p, g, hbits, lbits, f->gh, f->gl, 0, 1, -1); 266 p = downshift_component(p, b, hbits, lbits, f->bh, f->bl, 0, 1, -1); 267 p = downshift_component(p, a, hbits, lbits, f->ah, f->al, 0, 1, -1);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_allocator.h | 130 uptr hbits = (size >> (l - S)) & M; local 133 return kMidClass + (l1 << S) + hbits + (lbits > 0); [all...] |