Searched refs:memzero (Results 1 – 7 of 7) sorted by relevance
/xen/xen/common/ |
A D | unxz.c | 140 #ifndef memzero 141 #define memzero(p, sz) memset(p, 0, sz) macro
|
A D | gunzip.c | 27 #define memzero(s, n) memset((s), 0, (n)) macro
|
A D | inflate.c | 370 memzero(stk->c, sizeof(stk->c)); in huft_build()
|
/xen/xen/arch/arm/arm32/lib/ |
A D | Makefile | 1 obj-y += memcpy.o memmove.o memset.o memchr.o memzero.o
|
/xen/xen/arch/arm/ |
A D | README.LinuxPrimitives | 100 linux/arch/arm/lib/memzero.S xen/arch/arm/arm32/lib/memzero.S 103 memzero.S ; do
|
/xen/xen/common/xz/ |
A D | dec_stream.c | 715 memzero(&s->block, sizeof(s->block)); in xz_dec_reset() 716 memzero(&s->index, sizeof(s->index)); in xz_dec_reset()
|
A D | dec_lzma2.c | 862 memzero(s->temp.buf + s->temp.size + tmp, in lzma2_lzma()
|
Completed in 14 milliseconds