Home
last modified time | relevance | path

Searched refs:start_bit_offset (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dbitmap_generate.h73 const uint64_t start_bit_offset = start_offset % 8; in GenerateBitsUnrolled() local
74 uint8_t bit_mask = BitUtil::kBitmask[start_bit_offset]; in GenerateBitsUnrolled()
78 current_byte = *cur & BitUtil::kPrecedingBitmask[start_bit_offset]; in GenerateBitsUnrolled()
H A Dbit_run_reader.h102 int64_t start_bit_offset = start_position & 63; in NextRun() local
105 word_ = ~word_ & ~BitUtil::LeastSignificantBitMask(start_bit_offset); in NextRun()
108 int64_t new_bits = BitUtil::CountTrailingZeros(word_) - start_bit_offset; in NextRun()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dbitmap_generate.h73 const uint64_t start_bit_offset = start_offset % 8; in GenerateBitsUnrolled() local
74 uint8_t bit_mask = BitUtil::kBitmask[start_bit_offset]; in GenerateBitsUnrolled()
78 current_byte = *cur & BitUtil::kPrecedingBitmask[start_bit_offset]; in GenerateBitsUnrolled()
H A Dbit_run_reader.h102 int64_t start_bit_offset = start_position & 63; in NextRun() local
105 word_ = ~word_ & ~BitUtil::LeastSignificantBitMask(start_bit_offset); in NextRun()
108 int64_t new_bits = BitUtil::CountTrailingZeros(word_) - start_bit_offset; in NextRun()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mp4ves.c256 int start_bit_offset; in dissect_mp4ves_user_data() local
263 start_bit_offset = bit_offset; in dissect_mp4ves_user_data()
269 …roto_tree_add_item(tree, hf_mp4ves_user_data, tvb, start_bit_offset>>3, (bit_offset - start_bit_of… in dissect_mp4ves_user_data()
284 int start_bit_offset; in dissect_mp4ves_next_start_code() local
286 start_bit_offset = bit_offset; in dissect_mp4ves_next_start_code()
302 …oto_tree_add_bits_item(tree, hf_mp4ves_stuffing, tvb, start_bit_offset, bit_offset-start_bit_offse… in dissect_mp4ves_next_start_code()
H A Dpacket-h264.c552 start_offset = *start_bit_offset>>3; in dissect_h264_exp_golomb_code()
567 bit_offset = *start_bit_offset; in dissect_h264_exp_golomb_code()
602 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
755 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
853 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
861 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
1640 gint start_bit_offset, length; in dissect_h264_sei_message() local
1642 start_bit_offset = bit_offset; in dissect_h264_sei_message()
1653 length = (bit_offset - start_bit_offset)>>3; in dissect_h264_sei_message()
1658 start_bit_offset = bit_offset; in dissect_h264_sei_message()
[all …]
H A Dpacket-h265.c788 start_offset = *start_bit_offset >> 3; in dissect_h265_exp_golomb_code()
804 bit_offset = *start_bit_offset; in dissect_h265_exp_golomb_code()
840 *start_bit_offset = bit_offset; in dissect_h265_exp_golomb_code()
997 *start_bit_offset = bit_offset; in dissect_h265_exp_golomb_code()
1099 *start_bit_offset = bit_offset; in dissect_h265_exp_golomb_code()
1108 *start_bit_offset = bit_offset; in dissect_h265_exp_golomb_code()
2189 gint start_bit_offset, length; in dissect_h265_sei_message() local
2191 start_bit_offset = bit_offset; in dissect_h265_sei_message()
2202 length = (bit_offset - start_bit_offset) >> 3; in dissect_h265_sei_message()
2207 start_bit_offset = bit_offset; in dissect_h265_sei_message()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mp4ves.c256 int start_bit_offset; in dissect_mp4ves_user_data() local
263 start_bit_offset = bit_offset; in dissect_mp4ves_user_data()
269 …roto_tree_add_item(tree, hf_mp4ves_user_data, tvb, start_bit_offset>>3, (bit_offset - start_bit_of… in dissect_mp4ves_user_data()
284 int start_bit_offset; in dissect_mp4ves_next_start_code() local
286 start_bit_offset = bit_offset; in dissect_mp4ves_next_start_code()
302 …oto_tree_add_bits_item(tree, hf_mp4ves_stuffing, tvb, start_bit_offset, bit_offset-start_bit_offse… in dissect_mp4ves_next_start_code()
H A Dpacket-h264.c552 start_offset = *start_bit_offset>>3; in dissect_h264_exp_golomb_code()
567 bit_offset = *start_bit_offset; in dissect_h264_exp_golomb_code()
602 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
755 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
853 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
861 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
1640 gint start_bit_offset, length; in dissect_h264_sei_message() local
1642 start_bit_offset = bit_offset; in dissect_h264_sei_message()
1653 length = (bit_offset - start_bit_offset)>>3; in dissect_h264_sei_message()
1658 start_bit_offset = bit_offset; in dissect_h264_sei_message()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mp4ves.c256 int start_bit_offset; in dissect_mp4ves_user_data() local
263 start_bit_offset = bit_offset; in dissect_mp4ves_user_data()
269 …roto_tree_add_item(tree, hf_mp4ves_user_data, tvb, start_bit_offset>>3, (bit_offset - start_bit_of… in dissect_mp4ves_user_data()
284 int start_bit_offset; in dissect_mp4ves_next_start_code() local
286 start_bit_offset = bit_offset; in dissect_mp4ves_next_start_code()
302 …oto_tree_add_bits_item(tree, hf_mp4ves_stuffing, tvb, start_bit_offset, bit_offset-start_bit_offse… in dissect_mp4ves_next_start_code()
H A Dpacket-h264.c552 start_offset = *start_bit_offset>>3; in dissect_h264_exp_golomb_code()
567 bit_offset = *start_bit_offset; in dissect_h264_exp_golomb_code()
602 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
755 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
853 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
861 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
1640 gint start_bit_offset, length; in dissect_h264_sei_message() local
1642 start_bit_offset = bit_offset; in dissect_h264_sei_message()
1653 length = (bit_offset - start_bit_offset)>>3; in dissect_h264_sei_message()
1658 start_bit_offset = bit_offset; in dissect_h264_sei_message()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mp4ves.c256 int start_bit_offset;
263 start_bit_offset = bit_offset;
269 …roto_tree_add_item(tree, hf_mp4ves_user_data, tvb, start_bit_offset>>3, (bit_offset - start_bit_of…
284 int start_bit_offset;
286 start_bit_offset = bit_offset;
302 …oto_tree_add_bits_item(tree, hf_mp4ves_stuffing, tvb, start_bit_offset, bit_offset-start_bit_offse…
H A Dpacket-h264.c552 start_offset = *start_bit_offset>>3; in dissect_h264_exp_golomb_code()
567 bit_offset = *start_bit_offset; in dissect_h264_exp_golomb_code()
602 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
755 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
853 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
861 *start_bit_offset = bit_offset; in dissect_h264_exp_golomb_code()
1640 gint start_bit_offset, length; in dissect_h264_sei_message() local
1642 start_bit_offset = bit_offset; in dissect_h264_sei_message()
1653 length = (bit_offset - start_bit_offset)>>3; in dissect_h264_sei_message()
1658 start_bit_offset = bit_offset; in dissect_h264_sei_message()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dstore.h272 bit_range (bit_offset_t start_bit_offset, bit_size_t size_in_bits) in bit_range()
273 : m_start_bit_offset (start_bit_offset), in bit_range()
324 concrete_binding (bit_offset_t start_bit_offset, bit_size_t size_in_bits, in concrete_binding() argument
327 m_bit_range (start_bit_offset, size_in_bits) in concrete_binding()
750 get_concrete_binding (bit_offset_t start_bit_offset,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dstore.h272 bit_range (bit_offset_t start_bit_offset, bit_size_t size_in_bits) in bit_range()
273 : m_start_bit_offset (start_bit_offset), in bit_range()
324 concrete_binding (bit_offset_t start_bit_offset, bit_size_t size_in_bits, in concrete_binding() argument
327 m_bit_range (start_bit_offset, size_in_bits) in concrete_binding()
750 get_concrete_binding (bit_offset_t start_bit_offset,
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dstore.h272 bit_range (bit_offset_t start_bit_offset, bit_size_t size_in_bits) in bit_range()
273 : m_start_bit_offset (start_bit_offset), in bit_range()
324 concrete_binding (bit_offset_t start_bit_offset, bit_size_t size_in_bits, in concrete_binding() argument
327 m_bit_range (start_bit_offset, size_in_bits) in concrete_binding()
750 get_concrete_binding (bit_offset_t start_bit_offset,
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dstore.h232 bit_range (bit_offset_t start_bit_offset, bit_size_t size_in_bits) in bit_range()
233 : m_start_bit_offset (start_bit_offset), in bit_range()
347 concrete_binding (bit_offset_t start_bit_offset, bit_size_t size_in_bits) in concrete_binding() argument
348 : m_bit_range (start_bit_offset, size_in_bits) in concrete_binding()
790 get_concrete_binding (bit_offset_t start_bit_offset,
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dhbitmap.c225 unsigned start_bit_offset; in hbitmap_next_zero() local
243 start_bit_offset = (start >> hb->granularity) & (BITS_PER_LONG - 1); in hbitmap_next_zero()
244 cur |= (1UL << start_bit_offset) - 1; in hbitmap_next_zero()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Dhbitmap.c225 unsigned start_bit_offset; in hbitmap_next_zero() local
243 start_bit_offset = (start >> hb->granularity) & (BITS_PER_LONG - 1); in hbitmap_next_zero()
244 cur |= (1UL << start_bit_offset) - 1; in hbitmap_next_zero()
/dports/emulators/qemu42/qemu-4.2.1/util/
H A Dhbitmap.c201 unsigned start_bit_offset; in hbitmap_next_zero() local
217 start_bit_offset = (start >> hb->granularity) & (BITS_PER_LONG - 1); in hbitmap_next_zero()
218 cur |= (1UL << start_bit_offset) - 1; in hbitmap_next_zero()
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Dhbitmap.c201 unsigned start_bit_offset; in hbitmap_next_zero() local
217 start_bit_offset = (start >> hb->granularity) & (BITS_PER_LONG - 1); in hbitmap_next_zero()
218 cur |= (1UL << start_bit_offset) - 1; in hbitmap_next_zero()
/dports/emulators/qemu/qemu-6.2.0/util/
H A Dhbitmap.c225 unsigned start_bit_offset; in hbitmap_next_zero() local
243 start_bit_offset = (start >> hb->granularity) & (BITS_PER_LONG - 1); in hbitmap_next_zero()
244 cur |= (1UL << start_bit_offset) - 1; in hbitmap_next_zero()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Dhbitmap.c225 unsigned start_bit_offset; in hbitmap_next_zero() local
243 start_bit_offset = (start >> hb->granularity) & (BITS_PER_LONG - 1); in hbitmap_next_zero()
244 cur |= (1UL << start_bit_offset) - 1; in hbitmap_next_zero()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/util/
H A Dhbitmap.c225 unsigned start_bit_offset; in hbitmap_next_zero() local
243 start_bit_offset = (start >> hb->granularity) & (BITS_PER_LONG - 1); in hbitmap_next_zero()
244 cur |= (1UL << start_bit_offset) - 1; in hbitmap_next_zero()
/dports/emulators/qemu60/qemu-6.0.0/util/
H A Dhbitmap.c225 unsigned start_bit_offset; in hbitmap_next_zero() local
243 start_bit_offset = (start >> hb->granularity) & (BITS_PER_LONG - 1); in hbitmap_next_zero()
244 cur |= (1UL << start_bit_offset) - 1; in hbitmap_next_zero()

12