Searched refs:decoded (Results 1 – 11 of 11) sorted by relevance
32 stream->decoded = 0; in init_stream()117 stream->decoded += length; in decompress_none()152 stream->decoded++; in decompress_huffman()174 stream->decoded += length; in decompress_huffman()362 if (btype == NO_COMP) decompress_none(&stream, dest + stream.decoded); in decompress_block()364 decompress_dynamic(&stream, dest + stream.decoded); in decompress_block()365 else if (btype == FIXED_COMP) decompress_fixed(&stream, dest + stream.decoded); in decompress_block()372 putLabeledWord("stream.decoded = ",stream.decoded); in decompress_block()376 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>;
37 unsigned long decoded; /* The number of bytes decoded */ member
60 is-decoded-cs = <0>;
54 is-decoded-cs = <0>;
69 is-decoded-cs = <0>;
75 is-decoded-cs = <0>;
4 Since Peripheral id in EXYNOS is decoded based on Interrupts, currently
67 then decoded into keys by this driver.75 then decoded into keys by this driver.83 then decoded into keys by this driver.
84 bool decoded; member
528 bmp->decoded = true; in bmp_decode_rgb32()610 bmp->decoded = true; in bmp_decode_rgb24()679 bmp->decoded = true; in bmp_decode_rgb16()770 bmp->decoded = true; in bmp_decode_rgb()889 bmp->decoded = true; in bmp_decode_rle8()1043 bmp->decoded = true; in bmp_decode_rle4()