Home
last modified time | relevance | path

Searched refs:this_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_recompress.c238 int this_spec = next_spec++ % MAX_COMPRESSION_STEPS; in parallel_decompress_writes() local
239 compression_spec_t *context = &specs[this_spec]; in parallel_decompress_writes()
262 int this_spec = next_spec++ % MAX_COMPRESSION_STEPS; in parallel_compress_writes() local
263 compression_spec_t *context = &specs[this_spec]; in parallel_compress_writes()
330 int this_spec = next_spec++ % MAX_COMPRESSION_STEPS; in serial_update_compress_features() local
331 compression_spec_t *context = &specs[this_spec]; in serial_update_compress_features()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp818 FileSpec this_spec(source_file, FileSpec::Style::windows); in ResolveSymbolContext() local
820 if (FileSpec::Compare(file_spec, this_spec, need_full_match) != 0) in ResolveSymbolContext()