Home
last modified time | relevance | path

Searched refs:dict_size (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dxzlib.c304 uint32_t dict_size; in is_format_lzma() local
316 dict_size = opt->dict_size; in is_format_lzma()
324 if (dict_size != UINT32_MAX) { in is_format_lzma()
325 uint32_t d = dict_size - 1; in is_format_lzma()
333 if (d != dict_size || dict_size == 0) in is_format_lzma()
/external/squashfs-tools/squashfs-tools/
Dlzma_xz_wrapper.c47 opt.dict_size = block_size; in lzma_compress()
Dxz_wrapper.c452 stream->opt.dict_size = stream->dictionary_size; in xz_compress()
/external/llvm/test/CodeGen/Hexagon/
DbugAsmHWloop.ll10 … i32* %out_buf_size, i8* %in_buf, i32 %in_buf_size, i8* nocapture %dict, i32 %dict_size) nounwind {