| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | mini_inflate.c | 27 static void init_stream(struct bitstream *stream, unsigned char *data, in init_stream() argument 30 stream->error = NO_ERROR; in init_stream() 31 stream->memcpy = inflate_memcpy; in init_stream() 32 stream->decoded = 0; in init_stream() 33 stream->data = data; in init_stream() 34 stream->bit = 0; /* The first bit of the stream is the lsb of the in init_stream() 39 stream->codes.bits = 8; in init_stream() 40 stream->codes.num_symbols = 19; in init_stream() 41 stream->codes.lengths = stream->code_lengths; in init_stream() 42 stream->codes.symbols = stream->code_symbols; in init_stream() [all …]
|
| /rk3399_rockchip-uboot/fs/cramfs/ |
| H A D | uncompress.c | 28 static z_stream stream; variable 35 inflateReset (&stream); in cramfs_uncompress_block() 37 stream.next_in = src; in cramfs_uncompress_block() 38 stream.avail_in = srclen; in cramfs_uncompress_block() 40 stream.next_out = dst; in cramfs_uncompress_block() 41 stream.avail_out = 4096 * 2; in cramfs_uncompress_block() 43 err = inflate (&stream, Z_FINISH); 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() [all …]
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | getline.c | 22 static int getstr(char **lineptr, size_t *n, FILE *stream, in getstr() argument 29 if (!lineptr || !n || !stream) in getstr() 43 register int c = getc(stream); in getstr() 64 if (c == EOF || ferror (stream)) { in getstr() 87 int getline (char **lineptr, size_t *n, FILE *stream) in getline() argument 89 return getstr(lineptr, n, stream, '\n', 0); in getline()
|
| H A D | kwboot.c | 677 kwboot_usage(FILE *stream, char *progname) in kwboot_usage() argument 679 fprintf(stream, in kwboot_usage() 682 fprintf(stream, "\n"); in kwboot_usage() 683 fprintf(stream, in kwboot_usage() 685 fprintf(stream, " -p: patch <image> to type 0x69 (uart boot)\n"); in kwboot_usage() 686 fprintf(stream, in kwboot_usage() 688 fprintf(stream, " -d: enter debug mode\n"); in kwboot_usage() 689 fprintf(stream, " -a: use timings for Armada XP\n"); in kwboot_usage() 690 fprintf(stream, " -q <req-delay>: use specific request-delay\n"); in kwboot_usage() 691 fprintf(stream, " -s <resp-timeo>: use specific response-timeout\n"); in kwboot_usage() [all …]
|
| H A D | getline.h | 1 int getline(char **lineptr, size_t *n, FILE *stream);
|
| H A D | pblimage.c | 64 static void pbl_fget(size_t size, FILE *stream) in pbl_fget() argument 70 c_temp = fgetc(stream); in pbl_fget()
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | Types.h | 127 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);
|
| H A D | history.txt | 52 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.
|
| H A D | lzma.txt | 375 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:
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | zynqmp.dtsi | 336 #stream-id-cells = <1>; 349 #stream-id-cells = <1>; 362 #stream-id-cells = <1>; 375 #stream-id-cells = <1>; 388 #stream-id-cells = <1>; 401 #stream-id-cells = <1>; 414 #stream-id-cells = <1>; 427 #stream-id-cells = <1>; 454 #stream-id-cells = <1>; 467 #stream-id-cells = <1>; [all …]
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | multiplexed_log.py | 631 def write(self, stream, data, implicit=False): argument 650 if stream != self.last_stream: 654 stream.name + '</div>\n') 662 self.last_stream = stream
|
| H A D | README.md | 37 physical board, attach to the board's console stream, and reset the board.
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | cros_subprocess.py | 271 def Output(self, stream, data): argument 273 if stream == sys.stdout: 275 if stream == sys.stderr:
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | sdl.c | 240 void sandbox_sdl_fill_audio(void *udata, Uint8 *stream, int len) in sandbox_sdl_fill_audio() argument 248 SDL_MixAudio(stream, sdl.audio_data + sdl.audio_pos, len, in sandbox_sdl_fill_audio()
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | xhci.h | 458 #define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16)) argument
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | exynos_mipi_dsi.txt | 14 samsung,dsim-config-e-pixel-format: pixel stream format for main
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.lex.c_shipped | 193 /* Return all but the first "n" matched characters back to the input stream. */ 1800 /** Immediately switch to a different input stream. 1801 * @param input_file A readable stream. 1862 * @param file A readable stream. 2187 /** Get the input stream. 2195 /** Get the output stream. 2230 /** Set the input stream. This does not discard the current 2232 * @param in_str A readable stream.
|
| H A D | confdata.c | 213 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline() argument 219 int c = getc(stream); in compat_getline()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 169 /* Return all but the first "n" matched characters back to the input stream. */ 1665 /** Immediately switch to a different input stream. 1666 * @param input_file A readable stream. 1727 * @param file A readable stream. 2052 /** Get the input stream. 2060 /** Get the output stream. 2095 /** Set the input stream. This does not discard the current 2097 * @param _in_str A readable stream.
|
| H A D | dtc-parser.tab.c_shipped | 782 /* YY_LOCATION_PRINT -- Print the location on the stream.
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | checkpatch.pl | 1643 my ($stream, $type) = @_; 1646 my $var = '_' x length($stream); 1647 my $cur = $stream; 1649 print "$stream\n" if ($dbg_values > 1);
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.x86 | 499 Modern CPUs usually require a special bit stream called microcode [8] to be
|