Home
last modified time | relevance | path

Searched refs:bits_count (Results 1 – 25 of 112) sorted by relevance

12345

/dports/net/arataga/restinio-v.0.6.13/dev/restinio/utils/impl/
H A Dbitops.hpp31 struct bits_count;
34 struct bits_count<std::uint8_t> { static constexpr unsigned count = 8u; }; argument
37 struct bits_count<std::int8_t> { static constexpr unsigned count = 8u; }; argument
40 struct bits_count<char> { static constexpr unsigned count = 8u; }; argument
43 struct bits_count<std::uint16_t> { static constexpr unsigned count = 16u; }; struct
46 struct bits_count<std::int16_t> { static constexpr unsigned count = 16u; }; struct
49 struct bits_count<std::uint32_t> { static constexpr unsigned count = 32u; }; argument
52 struct bits_count<std::int32_t> { static constexpr unsigned count = 32u; }; argument
55 struct bits_count<std::uint64_t> { static constexpr unsigned count = 64u; }; argument
58 struct bits_count<std::int64_t> { static constexpr unsigned count = 64u; }; argument
[all …]
/dports/net/dictd/dictd-1.13.1/
H A Dmbrtowc.c20 int bits_count; in utf8_to_ucs4() local
50 bits_count = (octet_count-1) * 6; in utf8_to_ucs4()
51 ret |= (ch << bits_count); in utf8_to_ucs4()
53 bits_count -= 6; in utf8_to_ucs4()
60 ret |= ((ch & 0x3F) << bits_count); in utf8_to_ucs4()
/dports/textproc/dict/dictd-1.13.1/
H A Dmbrtowc.c20 int bits_count; in utf8_to_ucs4() local
50 bits_count = (octet_count-1) * 6; in utf8_to_ucs4()
51 ret |= (ch << bits_count); in utf8_to_ucs4()
53 bits_count -= 6; in utf8_to_ucs4()
60 ret |= ((ch & 0x3F) << bits_count); in utf8_to_ucs4()
/dports/textproc/dictfmt/dictd-1.13.1/
H A Dmbrtowc.c20 int bits_count; in utf8_to_ucs4() local
50 bits_count = (octet_count-1) * 6; in utf8_to_ucs4()
51 ret |= (ch << bits_count); in utf8_to_ucs4()
53 bits_count -= 6; in utf8_to_ucs4()
60 ret |= ((ch & 0x3F) << bits_count); in utf8_to_ucs4()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/ext/base-n/include/
H A Dbasen.hpp59 char extract_partial_bits(char value, size_t start_bit, size_t bits_count) in extract_partial_bits() argument
61 assert(start_bit + bits_count < 8); in extract_partial_bits()
63 char t1 = value >> (8 - bits_count - start_bit); in extract_partial_bits()
65 char t2 = t1 & ~(0xff << bits_count); in extract_partial_bits()
69 char extract_overlapping_bits(char previous, char next, size_t start_bit, size_t bits_count) in extract_overlapping_bits() argument
71 assert(start_bit + bits_count < 16); in extract_overlapping_bits()
73 size_t bits_count_in_next = bits_count - bits_count_in_previous; in extract_overlapping_bits()
76 return (t1 | t2) & ~(0xff << bits_count); in extract_overlapping_bits()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/www/firefox-esr/firefox-91.8.0/modules/brotli/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/archivers/py-brotli/Brotli-1.0.9/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/archivers/brotli/brotli-1.0.9/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dhuffman.go412 var bits_count int
465 for bits_count = int(count[bits]); bits_count != 0; bits_count-- {
496 var bits_count int
524 for bits_count = int(count[bits]); bits_count != 0; bits_count-- {
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dhuffman.go412 var bits_count int
465 for bits_count = int(count[bits]); bits_count != 0; bits_count-- {
496 var bits_count int
524 for bits_count = int(count[bits]); bits_count != 0; bits_count-- {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/www/firefox/firefox-99.0/modules/brotli/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dhuffman.go412 var bits_count int
465 for bits_count = int(count[bits]); bits_count != 0; bits_count-- {
496 var bits_count int
524 for bits_count = int(count[bits]); bits_count != 0; bits_count-- {
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()

12345