| /system/utest/bitmap/ |
| A D | raw-bitmap-tests.cpp | 12 namespace bitmap { namespace 18 RawBitmap bitmap; in InitializedEmpty() local 37 RawBitmap bitmap; in SingleBit() local 55 RawBitmap bitmap; in SetTwice() local 71 RawBitmap bitmap; in ClearTwice() local 89 RawBitmap bitmap; in GetReturnArg() local 116 RawBitmap bitmap; in SetRange() local 173 RawBitmap bitmap; in FindSimple() local 336 RawBitmap bitmap; in ClearAll() local 358 RawBitmap bitmap; in ClearSubrange() local [all …]
|
| A D | rle-bitmap-tests.cpp | 10 namespace bitmap { namespace 37 RleBitmap bitmap; in InitializedEmpty() local 49 RleBitmap bitmap; in SingleBit() local 74 RleBitmap bitmap; in SetTwice() local 99 RleBitmap bitmap; in ClearTwice() local 122 RleBitmap bitmap; in GetReturnArg() local 154 RleBitmap bitmap; in SetRange() local 183 RleBitmap bitmap; in ClearAll() local 214 RleBitmap bitmap; in ClearSubrange() local 254 RleBitmap bitmap; in MergeRanges() local [all …]
|
| A D | rules.mk | 13 $(LOCAL_DIR)/raw-bitmap-tests.cpp \ 14 $(LOCAL_DIR)/rle-bitmap-tests.cpp \ 16 MODULE_NAME := bitmap-test 19 system/ulib/bitmap \
|
| /system/ulib/blobfs/include/blobfs/ |
| A D | common.h | 32 using RawBitmap = bitmap::RawBitmapGeneric<bitmap::VmoStorage>; 34 using RawBitmap = bitmap::RawBitmapGeneric<bitmap::DefaultStorage>; 37 void* GetBlock(const RawBitmap& bitmap, uint32_t blkno); 38 void* GetBitBlock(const RawBitmap& bitmap, uint32_t* blkno_out, uint32_t bitno);
|
| A D | extent-reserver.h | 39 bitmap::RleBitmap::const_iterator ReservedBlocksCbegin() const { in ReservedBlocksCbegin() 43 bitmap::RleBitmap::const_iterator ReservedBlocksCend() const { in ReservedBlocksCend() 48 bitmap::RleBitmap reserved_blocks_ = {};
|
| A D | allocator.h | 164 bool MunchUnreservedExtents(bitmap::RleBitmap::const_iterator reserved_iterator, 169 bitmap::RleBitmap::const_iterator* out_reserved_iterator,
|
| A D | node-reserver.h | 60 bitmap::RleBitmap reserved_nodes_ = {};
|
| /system/ulib/hid/ |
| A D | hid.c | 11 #define KEYSET(bitmap, n) (bitmap[(n) >> 5] |= (1 << ((n)&31))) argument 12 #define KEYCLR(bitmap, n) (bitmap[(n) >> 5] &= ~(1 << ((n)&31))) argument
|
| /system/host/minfs/ |
| A D | rules.mk | 15 system/ulib/bitmap/raw-bitmap.cpp \ 20 -Isystem/ulib/bitmap/include \
|
| /system/host/blobfs/ |
| A D | rules.mk | 15 system/ulib/bitmap/raw-bitmap.cpp \ 28 -Isystem/ulib/bitmap/include \
|
| /system/ulib/bitmap/ |
| A D | rules.mk | 14 $(LOCAL_DIR)/raw-bitmap.cpp \ 15 $(LOCAL_DIR)/rle-bitmap.cpp \
|
| A D | raw-bitmap.cpp | 15 namespace bitmap { namespace 97 *out = i * bitmap::kBits + CTZ(masked); in Scan() 119 *out = (i + 1) * bitmap::kBits - (CLZ(masked) + 1); in ReverseScan()
|
| /system/utest/fs-host/ |
| A D | rules.mk | 22 system/ulib/bitmap/raw-bitmap.cpp \ 28 -Isystem/ulib/bitmap/include \
|
| /system/ulib/minfs/ |
| A D | rules.mk | 33 system/ulib/bitmap \ 63 system/ulib/bitmap/raw-bitmap.cpp \ 68 -Isystem/ulib/bitmap/include \
|
| /system/ulib/minfs/include/minfs/ |
| A D | allocator.h | 22 using RawBitmap = bitmap::RawBitmapGeneric<bitmap::VmoStorage>; 24 using RawBitmap = bitmap::RawBitmapGeneric<bitmap::DefaultStorage>;
|
| /system/dev/block/zxcrypt/ |
| A D | device.h | 151 bitmap::RawBitmapGeneric<bitmap::DefaultStorage> map_ __TA_GUARDED(mtx_);
|
| A D | rules.mk | 25 system/ulib/bitmap \
|
| /system/dev/display/astro-display/ |
| A D | astro-display.h | 41 using ImportedImageBitmap = bitmap::RawBitmapGeneric<bitmap::FixedStorage<kMaxImportedImages>>;
|
| A D | rules.mk | 23 system/ulib/bitmap \
|
| /system/ulib/bitmap/include/bitmap/ |
| A D | bitmap.h | 11 namespace bitmap {
|
| /system/dev/usb/usb-hub/ |
| A D | usb-hub.c | 378 uint8_t* bitmap = status_buf; in usb_hub_thread() local 379 uint8_t* bitmap_end = bitmap + req->response.actual; in usb_hub_thread() 382 if (bitmap[0] & 1) { in usb_hub_thread() 389 while (bitmap < bitmap_end && port <= num_ports) { in usb_hub_thread() 390 if (*bitmap & (1 << bit)) { in usb_hub_thread() 399 bitmap++; in usb_hub_thread()
|
| /system/uapp/minfs/ |
| A D | rules.mk | 20 system/ulib/bitmap \
|
| /system/ulib/virtio/include/virtio/ |
| A D | input.h | 93 uint8_t bitmap[128]; member
|
| /system/ulib/blobfs/ |
| A D | rules.mk | 47 system/ulib/bitmap \ 143 -Isystem/ulib/bitmap/include \
|
| /system/host/fvm/ |
| A D | rules.mk | 19 -Isystem/ulib/bitmap/include \
|