Searched defs:start_bit (Results 1 – 9 of 9) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | bitmap.c | 115 static int ntfs_bitmap_set_bits_in_run(ntfs_attr *na, s64 start_bit, in ntfs_bitmap_set_bits_in_run() 268 int ntfs_bitmap_set_run(ntfs_attr *na, s64 start_bit, s64 count) in ntfs_bitmap_set_run() 290 int ntfs_bitmap_clear_run(ntfs_attr *na, s64 start_bit, s64 count) in ntfs_bitmap_clear_run()
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_h264.c | 265 int start_bit, const uint8_t *nal_header, in ff_h264_handle_frag_packet() 289 uint8_t fu_indicator, fu_header, start_bit, nal_type, nal; in h264_handle_packet_fu_a() local
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.h | 89 int start_bit; /**< current field starts at this bit offset into p */ member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_clear.c | 300 unsigned start_bit = UINT_MAX; in gfx11_get_dcc_clear_parameters() local
|
/third_party/node/deps/v8/src/heap/ |
D | slot-set.h | 259 int start_cell, start_bit; in RemoveRange() local
|
/third_party/mesa3d/src/intel/isl/ |
D | isl.h | 1313 uint8_t start_bit; /**< Bit at which this channel starts */ member
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 3896 inline uint64_t Bits(uint64_t val, int start_bit, int end_bit) { in Bits()
|
/third_party/vixl/src/aarch64/ |
D | logic-aarch64.cc | 6084 static inline uint64_t Bits(uint64_t val, int start_bit, int end_bit) { in Bits()
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.cc | 4896 uint32_t start_bit = i3 & 0x3F; in EVALUATE() local
|