HomeSort by relevance Sort by last modified time
    Searched full:out_bufsize (Results 1 - 1 of 1) sorted by null

  /external/syslinux/lzo/
prepcore.c 179 lzo_uint out_bufsize; local
230 out_bufsize = infile_len + infile_len / 16 + 64 + 3 + 2048;
236 out = xzalloc(out_bufsize);
260 out_len = out_bufsize;
286 out_len = out_bufsize;

Completed in 189 milliseconds