Home
last modified time | relevance | path

Searched refs:ZALLOC_WINDOW (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_common.h23 #define ZALLOC_WINDOW dfltcc_alloc_window macro
DREADME.md64 `ZALLOC_WINDOW()` and `TRY_FREE_WINDOW()` macros encapsulate allocation
/external/rust/crates/libz-sys/src/zlib-ng/
Dinflate.c24 # define ZALLOC_WINDOW(strm, items, size) ZALLOC(strm, items, size) macro
207 …state->window = (unsigned char *) ZALLOC_WINDOW(state->strm, wsize + state->chunksize, sizeof(unsi… in inflate_ensure_window()
1279 window = (unsigned char *) ZALLOC_WINDOW(source, 1U << state->wbits, sizeof(unsigned char)); in PREFIX()
Ddeflate.c74 # define ZALLOC_WINDOW(strm, items, size) ZALLOC(strm, items, size) macro
327 …s->window = (unsigned char *) ZALLOC_WINDOW(strm, s->w_size + window_padding, 2*sizeof(unsigned ch… in PREFIX()
1111 …ds->window = (unsigned char *) ZALLOC_WINDOW(dest, ds->w_size + window_padding, 2*sizeof(unsigned … in PREFIX()