Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 25 of 28) sorted by relevance

12

/u-boot/fs/jffs2/
A Dmini_inflate.c39 stream->codes.lengths = stream->code_lengths; in init_stream()
40 stream->codes.symbols = stream->code_symbols; in init_stream()
41 stream->codes.count = stream->code_count; in init_stream()
42 stream->codes.first = stream->code_first; in init_stream()
43 stream->codes.pos = stream->code_pos; in init_stream()
49 stream->lengths.count = stream->length_count; in init_stream()
50 stream->lengths.first = stream->length_first; in init_stream()
51 stream->lengths.pos = stream->length_pos; in init_stream()
59 stream->distance.pos = stream->distance_pos; in init_stream()
116 stream->memcpy(dest, stream->data, length); in decompress_none()
[all …]
/u-boot/fs/cramfs/
A Duncompress.c28 static z_stream stream; variable
35 inflateReset (&stream); in cramfs_uncompress_block()
37 stream.next_in = src; in cramfs_uncompress_block()
40 stream.next_out = dst; in cramfs_uncompress_block()
47 return stream.total_out; in cramfs_uncompress_block()
59 stream.zalloc = gzalloc; in cramfs_uncompress_init()
60 stream.zfree = gzfree; in cramfs_uncompress_init()
61 stream.next_in = 0; in cramfs_uncompress_init()
62 stream.avail_in = 0; in cramfs_uncompress_init()
67 stream.outcb = Z_NULL; in cramfs_uncompress_init()
[all …]
/u-boot/lib/zlib/
A Duncompr.c34 z_stream stream; local
51 stream.avail_in = 0;
53 stream.zfree = (free_func)0;
54 stream.opaque = (voidpf)0;
56 err = inflateInit(&stream);
60 stream.next_out = dest;
61 stream.avail_out = 0;
66 left -= stream.avail_out;
69 if (stream.avail_in == 0) {
71 len -= stream.avail_in;
[all …]
/u-boot/fs/btrfs/
A Dcompression.c89 z_stream stream; in decompress_zlib() local
93 memset(&stream, 0, sizeof(stream)); in decompress_zlib()
97 stream.total_in = 0; in decompress_zlib()
99 stream.next_out = dbuf; in decompress_zlib()
100 stream.avail_out = dlen; in decompress_zlib()
101 stream.total_out = 0; in decompress_zlib()
115 while (stream.total_in < clen) { in decompress_zlib()
116 stream.next_in = cbuf + stream.total_in; in decompress_zlib()
117 stream.avail_in = min((u32) (clen - stream.total_in), in decompress_zlib()
125 res = stream.total_out; in decompress_zlib()
[all …]
/u-boot/tools/
A Dgetline.c21 static int getstr(char **lineptr, size_t *n, FILE *stream, in getstr() argument
28 if (!lineptr || !n || !stream) in getstr()
42 register int c = getc(stream); in getstr()
63 if (c == EOF || ferror (stream)) { in getstr()
86 int getline (char **lineptr, size_t *n, FILE *stream) in getline() argument
88 return getstr(lineptr, n, stream, '\n', 0); in getline()
A Dkwboot.c683 kwboot_usage(FILE *stream, char *progname) in kwboot_usage() argument
685 fprintf(stream, in kwboot_usage()
688 fprintf(stream, "\n"); in kwboot_usage()
689 fprintf(stream, in kwboot_usage()
692 fprintf(stream, in kwboot_usage()
694 fprintf(stream, " -d: enter debug mode\n"); in kwboot_usage()
698 fprintf(stream, in kwboot_usage()
700 fprintf(stream, "\n"); in kwboot_usage()
701 fprintf(stream, " -t: mini terminal\n"); in kwboot_usage()
702 fprintf(stream, "\n"); in kwboot_usage()
[all …]
A Dgetline.h1 int getline(char **lineptr, size_t *n, FILE *stream);
A Dpblimage.c64 static void pbl_fget(size_t size, FILE *stream) in pbl_fget() argument
70 c_temp = fgetc(stream); in pbl_fget()
/u-boot/arch/x86/lib/
A Dacpigen.c35 static char stream[] = { in acpigen_write_empty_pct() local
50 acpigen_emit_stream(ctx, stream, ARRAY_SIZE(stream)); in acpigen_write_empty_pct()
/u-boot/tools/concurrencytest/
A Dconcurrencytest.py71 stream = os.fdopen(c2pwrite, 'wb')
79 TestProtocolClient(stream)
89 stream.write(traceback.format_exc())
95 stream = os.fdopen(c2pread, 'rb')
96 test = ProtocolTestCase(stream)
/u-boot/lib/lzma/
A DTypes.h127 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size);
128 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
129 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
165 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size);
166 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
169 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);
170 SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size);
A Dhistory.txt52 If encoded stream was corrupted, decoder could access memory
118 If encoded stream was corrupted, decoder could access memory
201 If _LZMA_OUT_READ was defined, and if encoded stream was corrupted,
214 LZMA-Encoder didn't release output stream in some cases.
A Dlzma.txt375 current output buffer covers last bytes of stream.
410 - Buffer for input stream: any size (for example, 16 KB)
411 - Buffer for output stream: any size (for example, 16 KB)
427 3) Init LzmaDec structure before any new LZMA stream. And call LzmaDec_DecodeToBuf in loop
538 but you provide pointers to buffers instead of pointers to stream callbacks:
/u-boot/arch/arm/dts/
A Dzynqmp.dtsi270 #stream-id-cells = <1>;
283 #stream-id-cells = <1>;
296 #stream-id-cells = <1>;
309 #stream-id-cells = <1>;
322 #stream-id-cells = <1>;
335 #stream-id-cells = <1>;
348 #stream-id-cells = <1>;
361 #stream-id-cells = <1>;
401 #stream-id-cells = <1>;
414 #stream-id-cells = <1>;
[all …]
A Dversal-mini-emmc0.dts50 #stream-id-cells = <1>;
A Dversal-mini-emmc1.dts50 #stream-id-cells = <1>;
A Dsocfpga_agilex.dtsi364 stream-match-mask = <0x7ff0>;
/u-boot/test/py/tests/
A Dvboot_forge.py187 def parse_struct(stream): argument
191 tag = bytearray(stream.read(4))[3]
195 name += stream.read(4)
199 item = parse_struct(stream)
205 item = parse_struct(stream)
210 h = PropHeader.unpack_from(stream.read(PropHeader.size))
212 value = stream.read(length)[:h.value_size]
/u-boot/test/py/
A Dmultiplexed_log.py666 def write(self, stream, data, implicit=False): argument
685 if stream != self.last_stream:
689 stream.name + '</div>\n')
697 self.last_stream = stream
/u-boot/tools/patman/
A Dcros_subprocess.py278 def Output(self, stream, data): argument
280 if stream == sys.stdout:
282 if stream == sys.stderr:
/u-boot/doc/device-tree-bindings/gpio/
A Dmscc_sgpio.txt26 the serialized gpio stream. One 'port' will transport from 1 to 4
/u-boot/arch/sandbox/cpu/
A Dsdl.c340 void sandbox_sdl_fill_audio(void *udata, Uint8 *stream, int len) in sandbox_sdl_fill_audio() argument
358 SDL_MixAudio(stream, buf->data + buf->pos, avail, in sandbox_sdl_fill_audio()
/u-boot/doc/device-tree-bindings/video/
A Dexynos_mipi_dsi.txt14 samsung,dsim-config-e-pixel-format: pixel stream format for main
/u-boot/include/usb/
A Dxhci.h457 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) argument
/u-boot/scripts/kconfig/
A Dconfdata.c249 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline() argument
255 int c = getc(stream); in compat_getline()

Completed in 159 milliseconds

12