Searched refs:decoder (Results 1 – 20 of 20) sorted by relevance
/u-boot/doc/ |
A D | README.asn1 | 10 A combination of ASN1 compiler and ASN1 decoder library function will 17 4) call a ASN1 decoder (asn1_ber_decoder()) with bytecode and data 27 Usage of ASN1 decoder 29 int asn1_ber_decoder(const struct asn1_decoder *decoder, void *context, 32 @decoder: bytecode binary 33 @context: context for decoder 38 As of writing this, ASN1 compiler and decoder are used to implement
|
A D | README.atmel_pmecc | 6 BCH(Bose, Chaudhuri and Hocquenghem) encoder and decoder. This controller
|
/u-boot/doc/device-tree-bindings/spi/ |
A D | spi-zynq.txt | 17 If a decoder is used, this will be the number of 18 chip selects after the decoder. 19 - is-decoded-cs : Flag to indicate whether decoder is used or not.
|
A D | spi-cadence.txt | 12 - cdns,is-decoded-cs : Flag to indicate whether decoder is used or not.
|
/u-boot/include/linux/ |
A D | asn1_decoder.h | 15 extern int asn1_ber_decoder(const struct asn1_decoder *decoder,
|
/u-boot/test/ |
A D | Kconfig | 25 memcat(), memcyp(), memmove() and ASN1 compiler/decoder. 30 bool "Unit test for asn1 compiler and decoder function" 38 Enables a test which exercises asn1 compiler and decoder function
|
/u-boot/lib/ |
A D | asn1_decoder.c | 174 int asn1_ber_decoder(const struct asn1_decoder *decoder, in asn1_ber_decoder() argument 179 const unsigned char *machine = decoder->machine; in asn1_ber_decoder() 180 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() 181 size_t machlen = decoder->machlen; in asn1_ber_decoder()
|
A D | Kconfig | 675 Enable asn1 decoder library.
|
/u-boot/lib/lzma/ |
A D | history.txt | 52 If encoded stream was corrupted, decoder could access memory 118 If encoded stream was corrupted, decoder could access memory 202 decoder could access memory outside of allocated range.
|
A D | lzma.txt | 55 lzma.exe - Compiled file->file LZMA encoder/decoder for Windows 78 LzmaUtil - LZMA Utility (file->file LZMA encoder/decoder). 148 LZMA decoder uses only integer operations and can be 164 Using LZMA encoder/decoder executable 229 eos marker, since LZMA decoder knows uncompressed size 393 If LZMA decoder sees end_marker before reaching output limit, it returns OK result, 566 _7ZIP_PPMD_SUPPPORT - Define it if you don't want to support PPMD method in AMSI-C .7z decoder.
|
/u-boot/arch/arm/dts/ |
A D | r8a77970-eagle.dts | 46 lvds-decoder {
|
A D | r8a77995-draak.dts | 70 lvds-decoder { 310 hdmi-decoder@4c {
|
A D | omap3-evm-common.dtsi | 89 * TVP5146 Video decoder-in for analog input support.
|
A D | am3517-evm-ui.dtsi | 181 /* TVP5146 Analog Video decoder input */
|
A D | r8a77980-condor.dts | 54 lvds-decoder {
|
A D | r8a77990-ebisu.dts | 80 lvds-decoder {
|
A D | meson-g12-common.dtsi | 2099 vdec: video-decoder@ff620000 {
|
/u-boot/arch/arm/mach-mediatek/ |
A D | Kconfig | 30 crypto engine, built-in Wi-Fi / Bluetooth combo chip, JPEG decoder,
|
/u-boot/drivers/mtd/nand/raw/ |
A D | Kconfig | 42 binary BCH(Bose, Chaudhuri and Hocquenghem) encoder and decoder.
|
/u-boot/tools/patman/ |
A D | README | 542 - Updated the command decoder to reduce code size
|
Completed in 24 milliseconds