Searched refs:sz (Results 1 – 4 of 4) sorted by relevance
/lib/zlib_inflate/ |
D | infutil.c | 9 int zlib_inflate_blob(void *gunzip_buf, unsigned int sz, in zlib_inflate_blob() argument 30 strm->avail_out = sz; in zlib_inflate_blob() 37 rc = sz - strm->avail_out; in zlib_inflate_blob()
|
/lib/ |
D | parser.c | 216 size_t sz = s->to - s->from + 1; in match_strdup() local 217 char *p = kmalloc(sz, GFP_KERNEL); in match_strdup() 219 match_strlcpy(p, s, sz); in match_strdup()
|
D | swiotlb.c | 340 unsigned int sz = 0; in swiotlb_bounce() local 344 sz = min(PAGE_SIZE - offset, size); in swiotlb_bounce() 350 memcpy(dma_addr, buffer + offset, sz); in swiotlb_bounce() 352 memcpy(buffer + offset, dma_addr, sz); in swiotlb_bounce() 356 size -= sz; in swiotlb_bounce() 358 dma_addr += sz; in swiotlb_bounce()
|
D | bitmap.c | 844 int sz, int bits) in bitmap_fold() argument 855 set_bit(oldbit % sz, dst); in bitmap_fold()
|