Home
last modified time | relevance | path

Searched refs:cramfs_memset (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/jffs2/
H A Dmini_inflate.c17 static inline void cramfs_memset(int *s, const int c, size n) in cramfs_memset() function
206 cramfs_memset(set->lengths, 0, set->num_symbols); in init_code_tables()
207 cramfs_memset(set->count, 0, set->bits); in init_code_tables()
208 cramfs_memset(set->first, 0, set->bits); in init_code_tables()
324 cramfs_memset(lengths->count, 0, 16); in decompress_fixed()
325 cramfs_memset(lengths->first, 0, 16); in decompress_fixed()
326 cramfs_memset(lengths->lengths, 8, 144); in decompress_fixed()
327 cramfs_memset(lengths->lengths + 144, 9, 112); in decompress_fixed()
328 cramfs_memset(lengths->lengths + 256, 7, 24); in decompress_fixed()
329 cramfs_memset(lengths->lengths + 280, 8, 8); in decompress_fixed()
[all …]