HomeSort by relevance Sort by last modified time
    Searched full:dict_size (Results 1 - 6 of 6) sorted by null

  /external/libxml2/
xzlib.c 304 uint32_t dict_size; local
316 dict_size = opt->dict_size;
324 if (dict_size != UINT32_MAX) {
325 uint32_t d = dict_size - 1;
333 if (d != dict_size || dict_size == 0)
  /external/ltrace/
dict.c 122 dict_size(const struct dict *dict) function
556 assert(dict_size(&di) == i + 1);
605 assert(dict_size(&copy) == dict_size(&d2) - 1);
dict.h 108 size_t dict_size(const struct dict *dict);
  /external/squashfs-tools/squashfs-tools/
lzma_xz_wrapper.c 47 opt.dict_size = block_size;
xz_wrapper.c 452 stream->opt.dict_size = stream->dictionary_size;
  /external/llvm/test/CodeGen/Hexagon/
bugAsmHWloop.ll 10 define i32 @q6zip_uncompress(i8* %out_buf, i32* %out_buf_size, i8* %in_buf, i32 %in_buf_size, i8* nocapture %dict, i32 %dict_size) nounwind {

Completed in 116 milliseconds