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

1 2

  /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/u-boot/lib/zlib/
zutil.h 121 #define ZALLOC(strm, items, size) \
122 (*((strm)->zalloc))((strm)->opaque, (items), (size))
deflate.c 237 if (strm->zalloc == (alloc_func)0) {
238 strm->zalloc = zcalloc;
265 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
281 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
282 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
283 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
289 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
    [all...]
inflate.c 43 if (strm->zalloc == (alloc_func)0) {
44 strm->zalloc = zcalloc;
49 ZALLOC(strm, 1, sizeof(struct inflate_state));
110 ZALLOC(strm, 1U << state->wbits,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 243 if (strm->zalloc == (alloc_func)0) {
244 strm->zalloc = zcalloc;
271 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
287 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
288 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
363 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
    [all...]
zutil.h 272 #define ZALLOC(strm, items, size) \
273 (*((strm)->zalloc))((strm)->opaque, (items), (size))
inflate.c 157 if (strm->zalloc == (alloc_func)0) {
158 strm->zalloc = zcalloc;
163 ZALLOC(strm, 1, sizeof(struct inflate_state));
335 ZALLOC(strm, 1U << state->wbits,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 272 #define ZALLOC(strm, items, size) \
273 (*((strm)->zalloc))((strm)->opaque, (items), (size))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 247 #define ZALLOC(strm, items, size) \
248 (*((strm)->zalloc))((strm)->opaque, (items), (size))
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.h 262 #define ZALLOC(strm, items, size) \
263 (*((strm)->zalloc))((strm)->opaque, (items), (size))
inflate.c 110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
209 if (strm->zalloc == (alloc_func)0) {
213 strm->zalloc = zcalloc;
224 ZALLOC(strm, 1, sizeof(struct inflate_state));
409 ZALLOC(strm, 1U << state->wbits,
    [all...]
  /external/python/cpython2/Modules/zlib/
zutil.h 262 #define ZALLOC(strm, items, size) \
263 (*((strm)->zalloc))((strm)->opaque, (items), (size))
deflate.c 267 if (strm->zalloc == (alloc_func)0) {
271 strm->zalloc = zcalloc;
304 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
321 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
322 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
323 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
329 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
358 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
    [all...]
inflate.c 110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
209 if (strm->zalloc == (alloc_func)0) {
213 strm->zalloc = zcalloc;
224 ZALLOC(strm, 1, sizeof(struct inflate_state));
409 ZALLOC(strm, 1U << state->wbits,
    [all...]
  /external/zlib/src/
zutil.h 262 #define ZALLOC(strm, items, size) \
263 (*((strm)->zalloc))((strm)->opaque, (items), (size))
deflate.c 267 if (strm->zalloc == (alloc_func)0) {
271 strm->zalloc = zcalloc;
304 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state));
321 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
322 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
323 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
329 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
358 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
    [all...]
inflate.c 110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
209 if (strm->zalloc == (alloc_func)0) {
213 strm->zalloc = zcalloc;
224 ZALLOC(strm, 1, sizeof(struct inflate_state));
409 ZALLOC(strm, 1U << state->wbits,
    [all...]
  /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 144 milliseconds

1 2