Searched refs:parse_header (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | decompress_unlzo.c | 41 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() function 155 if (!parse_header(in_buf, &skip, in_len)) { in unlzo()
|
| /OK3568_Linux_fs/u-boot/lib/lzo/ |
| H A D | lzo1x_decompress.c | 45 static inline const unsigned char *parse_header(const unsigned char *src) in parse_header() function 87 src = parse_header(src); in lzop_decompress()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | initramfs.c | 158 static void __init parse_header(char *s) in parse_header() function 256 parse_header(collected); in do_header()
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | ctl.c | 245 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header() function 774 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 473 …guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, int parse_header); 4207 static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) in stbi__parse_zlib() argument 4210 if (parse_header) in stbi__parse_zlib() 4235 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib() argument 4242 return stbi__parse_zlib(a, parse_header); in stbi__do_zlib() 4266 …_guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, int parse_header) in stbi_zlib_decode_malloc_guesssize_headerflag() argument 4273 if (stbi__do_zlib(&a, p, initial_size, 1, parse_header)) { in stbi_zlib_decode_malloc_guesssize_headerflag()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 473 …guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, int parse_header); 4207 static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) in stbi__parse_zlib() argument 4210 if (parse_header) in stbi__parse_zlib() 4235 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib() argument 4242 return stbi__parse_zlib(a, parse_header); in stbi__do_zlib() 4266 …_guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, int parse_header) in stbi_zlib_decode_malloc_guesssize_headerflag() argument 4273 if (stbi__do_zlib(&a, p, initial_size, 1, parse_header)) { in stbi_zlib_decode_malloc_guesssize_headerflag()
|