Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jffs2/
Dcompr_rubin.c230 static int out_byte(struct rubin_state *rs, unsigned char byte) in out_byte() function
274 while (pos < (*sourcelen) && !out_byte(&rs, data_in[pos])) in rubin_do_compress()