Searched refs:this_spec (Results 1 – 2 of 2) sorted by relevance
238 int this_spec = next_spec++ % MAX_COMPRESSION_STEPS; in parallel_decompress_writes() local239 compression_spec_t *context = &specs[this_spec]; in parallel_decompress_writes()262 int this_spec = next_spec++ % MAX_COMPRESSION_STEPS; in parallel_compress_writes() local263 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() local331 compression_spec_t *context = &specs[this_spec]; in serial_update_compress_features()
818 FileSpec this_spec(source_file, FileSpec::Style::windows); in ResolveSymbolContext() local820 if (FileSpec::Compare(file_spec, this_spec, need_full_match) != 0) in ResolveSymbolContext()