Searched refs:last_pos (Results 1 – 2 of 2) sorted by relevance
433 last_pos = 0; in ZSTD_compressBlock_opt_generic()448 last_pos = 1; in ZSTD_compressBlock_opt_generic()473 last_pos = 1; in ZSTD_compressBlock_opt_generic()478 best_mlen = (last_pos) ? last_pos : minMatch; in ZSTD_compressBlock_opt_generic()522 if (cur == last_pos) in ZSTD_compressBlock_opt_generic()586 last_pos = cur + 1; in ZSTD_compressBlock_opt_generic()732 last_pos = 0; in ZSTD_compressBlock_opt_extDict_generic()754 last_pos = 1; in ZSTD_compressBlock_opt_extDict_generic()788 last_pos = 1; in ZSTD_compressBlock_opt_extDict_generic()792 best_mlen = (last_pos) ? last_pos : minMatch; in ZSTD_compressBlock_opt_extDict_generic()[all …]
375 ulong last_pos; /* Offset of last match in 'size' units*/ in do_mem_search() local461 last_pos = 0; in do_mem_search()483 last_pos = offset / size; in do_mem_search()496 env_set_hex("mempos", last_pos); in do_mem_search()
Completed in 8 milliseconds