Searched refs:ZALLOC (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/zlib/ |
A D | zutil.h | 263 #define ZALLOC(strm, items, size) \ macro
|
A D | inflate.c | 225 ZALLOC(strm, 1, sizeof(struct inflate_state)); 410 ZALLOC(strm, 1U << state->wbits, 1490 ZALLOC(source, 1, sizeof(struct inflate_state)); 1495 ZALLOC(source, 1U << state->wbits, sizeof(unsigned char));
|
Completed in 5 milliseconds