Searched defs:bit_offset (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/libartbase/base/ |
H A D | bit_memory_region.h | 49 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion() 69 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion() 78 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion() 88 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit() 95 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit() 109 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits() 139 ALWAYS_INLINE void StoreBits(size_t bit_offset, uint32_t value, size_t bit_length) { in StoreBits() 176 ALWAYS_INLINE void OrBits(size_t bit_offset, const BitMemoryRegion& src, size_t bit_length) { in OrBits() 194 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() 208 ALWAYS_INLINE bool HasSomeBitSet(size_t bit_offset, size_t bit_length) const { in HasSomeBitSet() [all …]
|
H A D | bit_struct.h | 273 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument 275 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument 277 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
|
H A D | bit_memory_region_test.cc | 56 for (size_t bit_offset = 0; bit_offset < 2 * sizeof(uint32_t) * kBitsPerByte; ++bit_offset) { in TEST() local 78 for (size_t bit_offset = 0; bit_offset < 3 * sizeof(uint32_t) * kBitsPerByte; ++bit_offset) { in TEST() local
|
H A D | memory_region.h | 144 ALWAYS_INLINE uint8_t* ComputeBitPointer(uintptr_t bit_offset, uint8_t* bit_mask) const { in ComputeBitPointer()
|
/aosp12/hardware/google/gchips/videoapi/ |
H A D | VendorVideoAPI.cpp | 44 int bit_offset = 0; in Exynos_parsing_user_data_registered_itu_t_t35() local 877 int bit_offset = 0; in Exynos_dynamic_meta_to_itu_t_t35() local
|
/aosp12/art/runtime/ |
H A D | stack_map.cc | 42 ssize_t bit_offset = reader.NumberOfReadBits() - reader.ReadVarint(); in CodeInfo() local 47 ssize_t bit_offset = reader.NumberOfReadBits(); in CodeInfo() local 108 uint32_t& bit_offset = it[i]->second; in Dedupe() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | acrn.h | 197 __u8 bit_offset; member
|