Home
last modified time | relevance | path

Searched refs:my_inptr (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/init/
H A Dinitramfs.c465 static unsigned long my_inptr; /* index of next byte to be processed in inbuf */ variable
509 int res = decompress(buf, len, NULL, flush_buffer, NULL, &my_inptr, error); in unpack_to_rootfs()
524 this_header = saved_offset + my_inptr; in unpack_to_rootfs()
525 buf += my_inptr; in unpack_to_rootfs()
526 len -= my_inptr; in unpack_to_rootfs()

Completed in 2 milliseconds