HomeSort by relevance Sort by last modified time
    Searched refs:hbits (Results 1 - 12 of 12) sorted by null

  /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);
  /prebuilts/go/darwin-x86/src/runtime/
cgocheck.go 143 hbits := heapBitsForAddr(uintptr(src))
145 bits := hbits.bits()
154 hbits = hbits.next()
mgcmark.go     [all...]
heapdump.go 709 hbits := heapBitsForAddr(p)
711 if i != 1 && !hbits.morePointers() {
714 if hbits.isPointer() {
717 hbits = hbits.next()
cgocall.go 568 b, hbits, span, _ := heapBitsForObject(uintptr(p), 0, 0)
575 if i != 1*sys.PtrSize && !hbits.morePointers() {
579 if hbits.isPointer() {
584 hbits = hbits.next()
mbitmap.go 102 // subtractb is typically used when traversing the pointer tables referred to by hbits
124 // subtract1 is typically used when traversing the pointer tables referred to by hbits
375 func heapBitsForSpan(base uintptr) (hbits heapBits) {
392 func heapBitsForObject(p, refBase, refOff uintptr) (base uintptr, hbits heapBits, s *mspan, objIndex uintptr) {
456 hbits = heapBitsForAddr(base)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
cgocheck.go 143 hbits := heapBitsForAddr(uintptr(src))
145 bits := hbits.bits()
154 hbits = hbits.next()
mgcmark.go     [all...]
heapdump.go 709 hbits := heapBitsForAddr(p)
711 if i != 1 && !hbits.morePointers() {
714 if hbits.isPointer() {
717 hbits = hbits.next()
cgocall.go 568 b, hbits, span, _ := heapBitsForObject(uintptr(p), 0, 0)
575 if i != 1*sys.PtrSize && !hbits.morePointers() {
579 if hbits.isPointer() {
584 hbits = hbits.next()
mbitmap.go 102 // subtractb is typically used when traversing the pointer tables referred to by hbits
124 // subtract1 is typically used when traversing the pointer tables referred to by hbits
375 func heapBitsForSpan(base uintptr) (hbits heapBits) {
392 func heapBitsForObject(p, refBase, refOff uintptr) (base uintptr, hbits heapBits, s *mspan, objIndex uintptr) {
456 hbits = heapBitsForAddr(base)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 133 uptr hbits = (size >> (l - S)) & M; local
136 return kMidClass + (l1 << S) + hbits + (lbits > 0);
    [all...]

Completed in 515 milliseconds