Home
last modified time | relevance | path

Searched defs:bits (Results 201 – 225 of 35055) sorted by relevance

12345678910>>...1403

/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4Dac4Atom.cpp66 AP4_BitWriter bits(size); in AP4_Dac4Atom() local
161 AP4_BitReader bits(payload, payload_size); in AP4_Dac4Atom() local
552 AP4_Dac4Atom::Ac4Dsi::Ac4BitrateDsi::WriteBitrateDsi(AP4_BitWriter &bits) in WriteBitrateDsi()
582 AP4_Dac4Atom::Ac4Dsi::SubStream::ParseSubstreamInfoChan(AP4_BitReader &bits, in ParseSubstreamInfoChan()
690 AP4_Dac4Atom::Ac4Dsi::SubStream::ParseSubstreamInfoObj(AP4_BitReader &bits, in ParseSubstreamInfoObj()
868 AP4_Dac4Atom::Ac4Dsi::SubStream::ParseDsiSfMutiplier(AP4_BitReader &bits, in ParseDsiSfMutiplier()
887 AP4_Dac4Atom::Ac4Dsi::SubStream::BedDynObjAssignment(AP4_BitReader &bits, in BedDynObjAssignment()
978 AP4_Dac4Atom::Ac4Dsi::SubStream::ParseBitrateIndicator(AP4_BitReader &bits) in ParseBitrateIndicator()
991 AP4_Dac4Atom::Ac4Dsi::SubStream::ParseOamdCommonData(AP4_BitReader &bits) in ParseOamdCommonData()
1013 AP4_Dac4Atom::Ac4Dsi::SubStream::Trim(AP4_BitReader &bits) in Trim()
[all …]
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Dbitbuffer.c17 void bitbuffer_clear(bitbuffer_t *bits) in bitbuffer_clear()
22 void bitbuffer_add_bit(bitbuffer_t *bits, int bit) in bitbuffer_add_bit()
102 void bitbuffer_add_row(bitbuffer_t *bits) in bitbuffer_add_row()
119 void bitbuffer_add_sync(bitbuffer_t *bits) in bitbuffer_add_sync()
129 void bitbuffer_invert(bitbuffer_t *bits) in bitbuffer_invert()
145 void bitbuffer_nrzs_decode(bitbuffer_t *bits) in bitbuffer_nrzs_decode()
188 uint8_t *bits = bitbuffer->bb[row]; in bitbuffer_extract_bytes() local
223 uint8_t *bits = bitbuffer->bb[row]; in bitbuffer_search() local
249 uint8_t *bits = inbuf->bb[row]; in bitbuffer_manchester_decode() local
274 uint8_t *bits = inbuf->bb[row]; in bitbuffer_differential_manchester_decode() local
[all …]
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdnav/
H A Dmpls_parse.c45 _parse_uo(BITSTREAM *bits, BD_UO_MASK *uo) in _parse_uo()
53 _parse_appinfo(BITSTREAM *bits, MPLS_AI *ai) in _parse_appinfo()
92 _parse_header(BITSTREAM *bits, MPLS_PL *pl) in _parse_header()
116 _parse_stream(BITSTREAM *bits, MPLS_STREAM *s) in _parse_stream()
215 _parse_stn(BITSTREAM *bits, MPLS_STN *stn) in _parse_stn()
438 _parse_playitem(BITSTREAM *bits, MPLS_PI *pi) in _parse_playitem()
544 _parse_subplayitem(BITSTREAM *bits, MPLS_SUB_PI *spi) in _parse_subplayitem()
635 _parse_subpath(BITSTREAM *bits, MPLS_SUB *sp) in _parse_subpath()
690 _parse_playlistmark(BITSTREAM *bits, MPLS_PL *pl) in _parse_playlistmark()
735 _parse_playlist(BITSTREAM *bits, MPLS_PL *pl) in _parse_playlist()
[all …]
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdnav/
H A Dmpls_parse.c45 _parse_uo(BITSTREAM *bits, BD_UO_MASK *uo) in _parse_uo()
53 _parse_appinfo(BITSTREAM *bits, MPLS_AI *ai) in _parse_appinfo()
92 _parse_header(BITSTREAM *bits, MPLS_PL *pl) in _parse_header()
116 _parse_stream(BITSTREAM *bits, MPLS_STREAM *s) in _parse_stream()
215 _parse_stn(BITSTREAM *bits, MPLS_STN *stn) in _parse_stn()
438 _parse_playitem(BITSTREAM *bits, MPLS_PI *pi) in _parse_playitem()
544 _parse_subplayitem(BITSTREAM *bits, MPLS_SUB_PI *spi) in _parse_subplayitem()
635 _parse_subpath(BITSTREAM *bits, MPLS_SUB *sp) in _parse_subpath()
690 _parse_playlistmark(BITSTREAM *bits, MPLS_PL *pl) in _parse_playlistmark()
735 _parse_playlist(BITSTREAM *bits, MPLS_PL *pl) in _parse_playlist()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/c-c++-common/simulate-thread/
H A Dbitfields-3.c10 struct bits struct
12 char a;
13 int b:7;
14 int c:9;
15 unsigned char d;

12345678910>>...1403