OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memzero
(Results
1 - 4
of
4
) sorted by null
/external/lzma/xz-embedded/
xz_config.h
48
#define
memzero
(buf, size) memset(buf, 0, size)
macro
xz_private.h
41
# define
memzero
(buf, size) memset(buf, 0, size)
macro
xz_dec_stream.c
832
memzero
(&s->block, sizeof(s->block));
833
memzero
(&s->index, sizeof(s->index));
xz_dec_lzma2.c
862
memzero
(s->temp.buf + s->temp.size + tmp,
Completed in 634 milliseconds