Home
last modified time | relevance | path

Searched refs:memzero (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c191 #ifndef memzero
192 static void memzero(void *buf, size_t size) in memzero() function
/freebsd/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h62 #define memzero(buf, size) bzero((buf), (size)) macro
/freebsd/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h51 #define memzero(buf, size) memset(buf, 0, size) macro
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h44 # define memzero(buf, size) memset(buf, 0, size) macro
H A Dxz_dec_stream.c926 memzero(&s->block, sizeof(s->block)); in xz_dec_reset()
927 memzero(&s->index, sizeof(s->index)); in xz_dec_reset()
H A Dxz_dec_lzma2.c895 memzero(s->temp.buf + s->temp.size + tmp, in lzma2_lzma()