Home
last modified time | relevance | path

Searched refs:DSIZ (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dcontent_encoding.c53 #define DSIZ CURL_MAX_WRITE_SIZE /* buffer size for decompressed data */ macro
179 decomp = malloc(DSIZ); in inflate_stream()
191 z->avail_out = DSIZ; in inflate_stream()
202 if(z->avail_out != DSIZ) { in inflate_stream()
206 DSIZ - z->avail_out); in inflate_stream()
658 decomp = malloc(DSIZ); in brotli_unencode_write()
665 dstleft = DSIZ; in brotli_unencode_write()
669 decomp, DSIZ - dstleft); in brotli_unencode_write()
/external/u-boot/board/seco/mx6quq7/
Dmx6quq7-2g.cfg132 /* SDE_1=0; ROW=3; BL=1; DSIZ=2 -> 64 bit */