Searched refs:BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
37 #define BUF_SIZE 4096 macro133 workbuf = malloc(BUF_SIZE); in xenhypfs_inflate()143 z.avail_out = BUF_SIZE; in xenhypfs_inflate()227 for (sz = BUF_SIZE;; sz = sizeof(*entry) + entry->content_len) { in xenhypfs_read_raw()443 sz = BUF_SIZE; in xenhypfs_write()
42 #define BUF_SIZE (10*1024) macro
Completed in 10 milliseconds