Searched refs:comp_len (Results 1 – 3 of 3) sorted by relevance
53 unsigned long comp_len, left_len; in zzip() local77 comp_len = (srclen > CONFIG_GZIP_COMPRESS_DEF_SZ) ? in zzip()81 s.avail_in = comp_len; in zzip()117 srclen -= comp_len; in zzip()118 src += comp_len; in zzip()
164 unsigned comp_len = (a_len < b_len) ? a_len : b_len; in rb_gen() local165 int ret = memcmp(a->bt.vec, b->bt.vec, comp_len * sizeof(void *)); in rb_gen()
178 unsigned comp_len = (a_len < b_len) ? a_len : b_len; in rb_gen() local179 int ret = memcmp(a->bt.vec, b->bt.vec, comp_len * sizeof(void *)); in rb_gen()