Searched refs:decoded (Results 1 – 11 of 11) sorted by relevance
30 stream->decoded = 0; in init_stream()115 stream->decoded += length; in decompress_none()150 stream->decoded++; in decompress_huffman()172 stream->decoded += length; in decompress_huffman()360 if (btype == NO_COMP) decompress_none(&stream, dest + stream.decoded); in decompress_block()362 decompress_dynamic(&stream, dest + stream.decoded); in decompress_block()363 else if (btype == FIXED_COMP) decompress_fixed(&stream, dest + stream.decoded); in decompress_block()370 putLabeledWord("stream.decoded = ",stream.decoded); in decompress_block()374 return stream.error ? -stream.error : stream.decoded; in decompress_block()
19 - is-decoded-cs : Flag to indicate whether decoder is used or not.30 is-decoded-cs = <0>;
12 - cdns,is-decoded-cs : Flag to indicate whether decoder is used or not.
35 unsigned long decoded; /* The number of bytes decoded */ member
47 then decoded into keys by this driver.55 then decoded into keys by this driver.63 then decoded into keys by this driver.
4 Since Peripheral id in EXYNOS is decoded based on Interrupts, currently
59 is-decoded-cs = <0>;
61 is-decoded-cs = <0>;
69 is-decoded-cs = <0>;
74 is-decoded-cs = <0>;
8 de-serialized (or decoded) with well-defined encoding rules.
Completed in 23 milliseconds