Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dgzip.c53 unsigned long comp_len, left_len; in zzip() local
77 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()
/external/jemalloc/src/
Dprof.c164 unsigned comp_len = (a_len < b_len) ? a_len : b_len; in rb_gen() local
165 int ret = memcmp(a->bt.vec, b->bt.vec, comp_len * sizeof(void *)); in rb_gen()
/external/jemalloc_new/src/
Dprof.c178 unsigned comp_len = (a_len < b_len) ? a_len : b_len; in rb_gen() local
179 int ret = memcmp(a->bt.vec, b->bt.vec, comp_len * sizeof(void *)); in rb_gen()