HomeSort by relevance Sort by last modified time
    Searched refs:ZALLOC (Results 1 - 18 of 18) sorted by null

  /external/freetype/src/gzip/
inftrees.c 311 if ((v = (uIntf*)ZALLOC(z, 19, sizeof(uInt))) == Z_NULL)
344 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
427 if ((c = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
429 if ((v = (uIntf*)ZALLOC(z, 288, sizeof(uInt))) == Z_NULL)
infblock.c 95 if ((s = (inflate_blocks_statef *)ZALLOC
99 (inflate_huft *)ZALLOC(z, sizeof(inflate_huft), MANY)) == Z_NULL)
104 if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
229 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
zutil.h 210 #define ZALLOC(strm, items, size) \
211 (*((strm)->zalloc))((strm)->opaque, (items), (size))
infcodes.c 67 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL)
inflate.c 96 if (z->zalloc == Z_NULL)
98 z->zalloc = zcalloc;
103 ZALLOC(z,1,sizeof(struct internal_state))) == Z_NULL)
  /external/opencv3/3rdparty/zlib/
deflate.c 240 if (strm->zalloc == (alloc_func)0) {
244 strm->zalloc = zcalloc;
277 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
    [all...]
zutil.h 244 #define ZALLOC(strm, items, size) \
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
inflate.c 194 if (strm->zalloc == (alloc_func)0) {
198 strm->zalloc = zcalloc;
209 ZALLOC(strm, 1, sizeof(struct inflate_state));
392 ZALLOC(strm, 1U << state->wbits,
    [all...]
infback.c 22 strm provides memory allocation functions in zalloc and zfree, or
44 if (strm->zalloc == (alloc_func)0) {
48 strm->zalloc = zcalloc;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
  /external/pdfium/third_party/zlib_v128/
deflate.c 239 if (strm->zalloc == (alloc_func)0) {
243 strm->zalloc = zcalloc;
276 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
292 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
293 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
294 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
300 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
397 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
    [all...]
zutil.h 246 #define ZALLOC(strm, items, size) \
247 (*((strm)->zalloc))((strm)->opaque, (items), (size))
inflate.c 194 if (strm->zalloc == (alloc_func)0) {
198 strm->zalloc = zcalloc;
209 ZALLOC(strm, 1, sizeof(struct inflate_state));
392 ZALLOC(strm, 1U << state->wbits,
    [all...]
infback.c 22 strm provides memory allocation functions in zalloc and zfree, or
44 if (strm->zalloc == (alloc_func)0) {
48 strm->zalloc = zcalloc;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
  /external/zlib/src/
deflate.c 240 if (strm->zalloc == (alloc_func)0) {
244 strm->zalloc = zcalloc;
277 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
295 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
    [all...]
zutil.h 244 #define ZALLOC(strm, items, size) \
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
inflate.c 194 if (strm->zalloc == (alloc_func)0) {
198 strm->zalloc = zcalloc;
209 ZALLOC(strm, 1, sizeof(struct inflate_state));
392 ZALLOC(strm, 1U << state->wbits,
    [all...]
infback.c 22 strm provides memory allocation functions in zalloc and zfree, or
44 if (strm->zalloc == (alloc_func)0) {
48 strm->zalloc = zcalloc;
58 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
  /external/zlib/src/contrib/infback9/
infback9.c 14 strm provides memory allocation functions in zalloc and zfree, or
33 if (strm->zalloc == (alloc_func)0) {
34 strm->zalloc = zcalloc;
38 state = (struct inflate_state FAR *)ZALLOC(strm, 1,

Completed in 311 milliseconds