Home
last modified time | relevance | path

Searched defs:br (Results 1 – 25 of 5509) sorted by relevance

12345678910>>...221

/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/br/
H A Dbr.go1 package br package
12 type br struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 percentSuffix string
22 perMille string
23 timeSeparator string
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/br/
H A Dbr.go1 package br package
12 type br struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 percentSuffix string
22 perMille string
23 timeSeparator string
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/br/
H A Dbr.go1 package br package
12 type br struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 percentSuffix string
22 perMille string
23 timeSeparator string
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dbridge.py47 def _linux_brshow(br=None): argument
94 def _linux_bradd(br): argument
102 def _linux_brdel(br): argument
130 def _linux_stp(br, state): argument
140 def _bsd_brshow(br=None): argument
212 def _bsd_bradd(br): argument
242 def _bsd_brdel(br): argument
329 def show(br=None): argument
365 def interfaces(br=None): argument
410 def add(br=None): argument
[all …]
/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dbitstream.cc41 void bitreader_refill(bitreader* br) in bitreader_refill()
57 int get_bits(bitreader* br, int n) in get_bits()
72 int get_bits_fast(bitreader* br, int n) in get_bits_fast()
85 int peek_bits(bitreader* br, int n) in peek_bits()
97 void skip_bits(bitreader* br, int n) in skip_bits()
107 void skip_bits_fast(bitreader* br, int n) in skip_bits_fast()
113 void skip_to_byte_boundary(bitreader* br) in skip_to_byte_boundary()
121 void prepare_for_CABAC(bitreader* br) in prepare_for_CABAC()
132 int get_uvlc(bitreader* br) in get_uvlc()
153 int get_svlc(bitreader* br) in get_svlc()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dbitstream.cc41 void bitreader_refill(bitreader* br) in bitreader_refill()
57 int get_bits(bitreader* br, int n) in get_bits()
72 int get_bits_fast(bitreader* br, int n) in get_bits_fast()
85 int peek_bits(bitreader* br, int n) in peek_bits()
97 void skip_bits(bitreader* br, int n) in skip_bits()
107 void skip_bits_fast(bitreader* br, int n) in skip_bits_fast()
113 void skip_to_byte_boundary(bitreader* br) in skip_to_byte_boundary()
121 void prepare_for_CABAC(bitreader* br) in prepare_for_CABAC()
132 int get_uvlc(bitreader* br) in get_uvlc()
153 int get_svlc(bitreader* br) in get_svlc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/bridge/
H A Dbr_stp.c99 struct net_bridge *br; in br_should_become_root_port() local
161 static void br_root_selection(struct net_bridge *br) in br_root_selection()
189 void br_become_root_bridge(struct net_bridge *br) in br_become_root_bridge()
207 struct net_bridge *br; in br_transmit_config() local
269 void br_transmit_tcn(struct net_bridge *br) in br_transmit_tcn()
284 struct net_bridge *br; in br_should_become_designated_port() local
405 void br_configuration_update(struct net_bridge *br) in br_configuration_update()
414 struct net_bridge *br; in br_become_designated_port() local
443 struct net_bridge *br = p->br; in br_make_forwarding() local
516 struct net_bridge *br; in br_received_config_bpdu() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/bridge/
H A Dbr_stp.c99 struct net_bridge *br; in br_should_become_root_port() local
161 static void br_root_selection(struct net_bridge *br) in br_root_selection()
189 void br_become_root_bridge(struct net_bridge *br) in br_become_root_bridge()
207 struct net_bridge *br; in br_transmit_config() local
269 void br_transmit_tcn(struct net_bridge *br) in br_transmit_tcn()
284 struct net_bridge *br; in br_should_become_designated_port() local
405 void br_configuration_update(struct net_bridge *br) in br_configuration_update()
414 struct net_bridge *br; in br_become_designated_port() local
443 struct net_bridge *br = p->br; in br_make_forwarding() local
516 struct net_bridge *br; in br_received_config_bpdu() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/bridge/
H A Dbr_stp.c99 struct net_bridge *br; in br_should_become_root_port() local
161 static void br_root_selection(struct net_bridge *br) in br_root_selection()
189 void br_become_root_bridge(struct net_bridge *br) in br_become_root_bridge()
207 struct net_bridge *br; in br_transmit_config() local
269 void br_transmit_tcn(struct net_bridge *br) in br_transmit_tcn()
284 struct net_bridge *br; in br_should_become_designated_port() local
405 void br_configuration_update(struct net_bridge *br) in br_configuration_update()
414 struct net_bridge *br; in br_become_designated_port() local
443 struct net_bridge *br = p->br; in br_make_forwarding() local
516 struct net_bridge *br; in br_received_config_bpdu() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/brotli/dec/
H A Dbit_reader.h83 const BrotliBitReader* br) { in BrotliGetAvailableBits()
99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
108 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
184 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
191 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
199 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
207 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
219 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
239 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
250 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/archivers/py-brotli/Brotli-1.0.9/c/dec/
H A Dbit_reader.h83 const BrotliBitReader* br) { in BrotliGetAvailableBits()
99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
108 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
184 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
191 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
199 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
207 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
219 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
239 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
250 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/archivers/brotli/brotli-1.0.9/c/dec/
H A Dbit_reader.h83 const BrotliBitReader* br) { in BrotliGetAvailableBits()
99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
108 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
184 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
191 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
199 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
207 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
219 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
239 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
250 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/www/firefox/firefox-99.0/modules/brotli/dec/
H A Dbit_reader.h83 const BrotliBitReader* br) { in BrotliGetAvailableBits()
99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
108 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
184 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
191 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
199 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
207 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
219 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
239 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
250 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/c/dec/
H A Dbit_reader.h91 const BrotliBitReader* br) { in BrotliGetAvailableBits()
104 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
113 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
189 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
196 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
204 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
212 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
224 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
244 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
255 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/modules/brotli/dec/
H A Dbit_reader.h83 const BrotliBitReader* br) { in BrotliGetAvailableBits()
99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
108 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
184 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
191 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
199 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
207 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
219 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
239 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
250 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/modules/brotli/dec/
H A Dbit_reader.h83 const BrotliBitReader* br) { in BrotliGetAvailableBits()
99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
108 BrotliBitReader* const br, uint32_t n_bits) { in BrotliFillBitWindow()
184 BrotliBitReader* const br) { in BrotliGetBitsUnmasked()
191 BrotliBitReader* const br) { in BrotliGet16BitsUnmasked()
199 BrotliBitReader* const br, uint32_t n_bits) { in BrotliGetBits()
207 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliSafeGetBits()
219 BrotliBitReader* const br, uint32_t n_bits) { in BrotliDropBits()
239 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in BrotliTakeBits()
250 BrotliBitReader* const br, uint32_t n_bits) { in BrotliReadBits24()
[all …]

12345678910>>...221