Searched refs:memzero (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/xz/src/common/ |
| H A D | sysdefs.h | 179 #undef memzero 180 #define memzero(s, n) memset(s, 0, n) macro
|
| /freebsd-13.1/sys/contrib/xz-embedded/linux/lib/ |
| H A D | decompress_unxz.c | 191 #ifndef memzero 192 static void memzero(void *buf, size_t size) in memzero() function
|
| /freebsd-13.1/sys/contrib/xz-embedded/freebsd/ |
| H A D | xz_config.h | 62 #define memzero(buf, size) bzero((buf), (size)) macro
|
| /freebsd-13.1/contrib/xz/src/liblzma/delta/ |
| H A D | delta_common.c | 55 memzero(coder->history, LZMA_DELTA_DIST_MAX); in lzma_delta_coder_init()
|
| /freebsd-13.1/sys/contrib/xz-embedded/userspace/ |
| H A D | xz_config.h | 48 #define memzero(buf, size) memset(buf, 0, size) macro
|
| /freebsd-13.1/contrib/xz/src/liblzma/lz/ |
| H A D | lz_encoder.c | 117 memzero(coder->mf.buffer + write_pos, LZMA_MEMCMPLEN_EXTRA); in fill_window() 387 memzero(mf->buffer + mf->size, LZMA_MEMCMPLEN_EXTRA); in lz_encoder_init() 439 memzero(mf->hash, mf->hash_count * sizeof(uint32_t)); in lz_encoder_init()
|
| /freebsd-13.1/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_private.h | 41 # define memzero(buf, size) memset(buf, 0, size) macro
|
| H A D | xz_dec_stream.c | 832 memzero(&s->block, sizeof(s->block)); in xz_dec_reset() 833 memzero(&s->index, sizeof(s->index)); in xz_dec_reset()
|
| H A D | xz_dec_lzma2.c | 862 memzero(s->temp.buf + s->temp.size + tmp, in lzma2_lzma()
|
| /freebsd-13.1/contrib/xz/src/liblzma/common/ |
| H A D | block_header_encoder.c | 126 memzero(out + out_pos, out_size - out_pos); in lzma_block_header_encode()
|
| H A D | common.c | 68 memzero(ptr, size); in lzma_alloc_zero() 184 memzero(strm->internal->supported_actions, in lzma_strm_init()
|
| H A D | stream_encoder_mt.c | 1006 memzero(&coder->outq, sizeof(coder->outq)); in stream_encoder_mt_init()
|
| /freebsd-13.1/contrib/xz/ |
| H A D | ChangeLog | 3708 This avoids a memzero() call for a newly-allocated memory, 6159 liblzma: Use memzero() to initialize supported_actions[].
|