Home
last modified time | relevance | path

Searched defs:bit_offset (Results 1 – 25 of 145) sorted by relevance

123456

/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dbit_memory_region.h49 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()
163 ALWAYS_INLINE void StoreBits(size_t bit_offset, const BitMemoryRegion& src, 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()
[all …]
Dbit_struct.h273 #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
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dbit_memory_region.h49 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()
163 ALWAYS_INLINE void StoreBits(size_t bit_offset, const BitMemoryRegion& src, 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()
[all …]
Dbit_struct.h273 #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
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dbit_memory_region.h50 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion()
70 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion()
79 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion()
89 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit()
96 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit()
110 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits()
141 ALWAYS_INLINE void StoreBits(size_t bit_offset, size_t value, size_t bit_length) { in StoreBits()
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount()
231 ALWAYS_INLINE bool HasSomeBitSet(size_t bit_offset, size_t bit_length) const { in HasSomeBitSet()
316 ALWAYS_INLINE void StoreChunk(size_t bit_offset, size_t value, size_t bit_length) { in StoreChunk()
[all …]
Dbit_struct.h272 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument
274 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument
276 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dbit_memory_region.h50 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion()
70 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion()
79 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion()
89 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit()
96 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit()
110 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits()
141 ALWAYS_INLINE void StoreBits(size_t bit_offset, size_t value, size_t bit_length) { in StoreBits()
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount()
231 ALWAYS_INLINE bool HasSomeBitSet(size_t bit_offset, size_t bit_length) const { in HasSomeBitSet()
316 ALWAYS_INLINE void StoreChunk(size_t bit_offset, size_t value, size_t bit_length) { in StoreChunk()
[all …]
Dbit_struct.h272 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument
274 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument
276 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dbit_memory_region.h50 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion()
70 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion()
79 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion()
89 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit()
96 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit()
110 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits()
141 ALWAYS_INLINE void StoreBits(size_t bit_offset, size_t value, size_t bit_length) { in StoreBits()
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount()
231 ALWAYS_INLINE bool HasSomeBitSet(size_t bit_offset, size_t bit_length) const { in HasSomeBitSet()
316 ALWAYS_INLINE void StoreChunk(size_t bit_offset, size_t value, size_t bit_length) { in StoreChunk()
[all …]
Dbit_struct.h272 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument
274 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument
276 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dbit_memory_region.h50 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion()
70 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion()
79 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion()
89 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit()
96 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit()
110 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits()
141 ALWAYS_INLINE void StoreBits(size_t bit_offset, size_t value, size_t bit_length) { in StoreBits()
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount()
231 ALWAYS_INLINE bool HasSomeBitSet(size_t bit_offset, size_t bit_length) const { in HasSomeBitSet()
316 ALWAYS_INLINE void StoreChunk(size_t bit_offset, size_t value, size_t bit_length) { in StoreChunk()
[all …]
Dbit_struct.h272 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument
274 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument
276 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
/aosp_15_r20/art/libartbase/base/
H A Dbit_memory_region.h50 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion()
70 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion()
79 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion()
89 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit()
96 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit()
110 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits()
141 ALWAYS_INLINE void StoreBits(size_t bit_offset, size_t value, size_t bit_length) { in StoreBits()
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount()
231 ALWAYS_INLINE bool HasSomeBitSet(size_t bit_offset, size_t bit_length) const { in HasSomeBitSet()
316 ALWAYS_INLINE void StoreChunk(size_t bit_offset, size_t value, size_t bit_length) { in StoreChunk()
[all …]
H A Dbit_struct.h272 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument
274 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument
276 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
H A Dbit_memory_region_test.cc56 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
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dbit_memory_region.h50 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion()
70 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion()
79 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion()
89 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit()
96 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit()
110 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits()
141 ALWAYS_INLINE void StoreBits(size_t bit_offset, size_t value, size_t bit_length) { in StoreBits()
214 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount()
231 ALWAYS_INLINE bool HasSomeBitSet(size_t bit_offset, size_t bit_length) const { in HasSomeBitSet()
316 ALWAYS_INLINE void StoreChunk(size_t bit_offset, size_t value, size_t bit_length) { in StoreChunk()
[all …]
Dbit_struct.h272 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument
274 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument
276 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dbit_memory_region.h43 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion()
63 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion()
72 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion()
82 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit()
89 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit()
103 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits()
133 ALWAYS_INLINE void StoreBits(size_t bit_offset, size_t value, size_t bit_length) { in StoreBits()
207 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount()
226 ALWAYS_INLINE bool HasSomeBitSet(size_t bit_offset, size_t bit_length) const { in HasSomeBitSet()
311 ALWAYS_INLINE void StoreChunk(size_t bit_offset, size_t value, size_t bit_length) { in StoreChunk()
[all …]
Dbit_struct.h272 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument
274 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument
276 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dbit_memory_region.h43 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion()
63 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion()
72 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion()
82 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit()
89 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit()
103 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits()
133 ALWAYS_INLINE void StoreBits(size_t bit_offset, size_t value, size_t bit_length) { in StoreBits()
207 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount()
226 ALWAYS_INLINE bool HasSomeBitSet(size_t bit_offset, size_t bit_length) const { in HasSomeBitSet()
311 ALWAYS_INLINE void StoreChunk(size_t bit_offset, size_t value, size_t bit_length) { in StoreChunk()
[all …]
Dbit_struct.h272 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument
274 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument
276 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
/aosp_15_r20/external/bpftool/src/
H A Dbtf_dumper.c136 __u8 bit_offset, const void *data) in btf_dumper_modifier()
351 static void btf_dumper_bitfield(__u32 nr_bits, __u8 bit_offset, in btf_dumper_bitfield()
378 static void btf_dumper_int_bits(__u32 int_type, __u8 bit_offset, in btf_dumper_int_bits()
395 static int btf_dumper_int(const struct btf_type *t, __u8 bit_offset, in btf_dumper_int()
485 __u32 bit_offset = m[i].offset; in btf_dumper_struct() local
514 __u8 bit_offset, const void *data) in btf_dumper_var()
556 __u8 bit_offset, const void *data) in btf_dumper_do_type()
/aosp_15_r20/hardware/google/gchips/videoapi/
DVendorVideoAPI.cpp30 #define CHECK_BOUNDARY(bit_offset, size) { \ argument
64 int bit_offset = 0; in Exynos_parsing_user_data_registered_itu_t_t35() local
910 int bit_offset = 0; in Exynos_dynamic_meta_to_itu_t_t35() local
/aosp_15_r20/external/mesa3d/src/util/format/
H A Dtexcompress_bptc_tmp.h357 int bit_offset, in extract_unorm_endpoints()
542 int bit_offset, secondary_bit_offset; in fetch_rgba_unorm_from_block() local
663 int bit_offset_head, bit_offset, secondary_bit_offset; in decompress_rgba_unorm_block() local
867 int bit_offset, in extract_float_endpoints()
958 int bit_offset; in fetch_rgb_float_from_block() local
1039 int bit_offset_head, bit_offset; in decompress_rgb_float_block() local
1168 int bit_offset_head, bit_offset; in decompress_rgb_fp16_block() local
/aosp_15_r20/external/crosvm/bit_field/bit_field_derive/
H A Dbit_field_derive.rs563 let bit_offset = offset % 8; in get_bits_impl() localVariable
576 let bit_offset = offset % 8; in get_bits_impl() localVariable
718 let bit_offset = offset % 8; in end_to_end() localVariable
727 let bit_offset = offset % 8; in end_to_end() localVariable

123456