Home
last modified time | relevance | path

Searched refs:no_writes (Results 1 – 13 of 13) sorted by relevance

/dports/security/botan110/Botan-1.10.17/src/filters/bzip2/
H A Dbzip2.cpp187 no_writes = true; in Bzip_Decompression()
196 if(length) no_writes = false; in write()
249 no_writes = true; in start_msg()
257 if(no_writes) return; in end_msg()
H A Dbzip2.h60 bool no_writes; variable
/dports/security/botan110/Botan-1.10.17/src/filters/zlib/
H A Dzlib.cpp191 no_writes = true; in Zlib_Decompression()
210 if(length) no_writes = false; in write()
259 if(no_writes) return; in end_msg()
290 no_writes = true; in clear()
H A Dzlib.h65 bool no_writes; variable
/dports/devel/monotone/monotone-1.1/src/
H A Dgzip.cc228 no_writes(true), pipe(new Hash_Filter("CRC32")), footer(0) in Gzip_Decompression()
258 if (!no_writes) in start_msg()
272 if(length) no_writes = false; in write()
413 if(no_writes) return; in end_msg()
424 no_writes = true; in clear()
H A Dgzip.hh96 bool no_writes; member in Botan::Gzip_Decompression
/dports/devel/py-flaky/flaky-3.7.0/test/
H A Dtest_multiprocess_string_io.py25 no_writes=([], ''),
39 no_writes=([], ''),
/dports/devel/csmith/csmith-2.3.0/src/
H A DCGContext.h66 …RWDirective(const VariableSet& no_reads, const VariableSet& no_writes, VariableSet& reads, Variabl… in RWDirective() argument
68 no_write_vars(no_writes), in RWDirective()
126 …void get_external_no_reads_writes(VariableSet& no_reads, VariableSet& no_writes, const VariableSet…
H A DCGContext.cpp653 CGContext::get_external_no_reads_writes(VariableSet& no_reads, VariableSet& no_writes, const Variab… in get_external_no_reads_writes() argument
656 no_writes.clear(); in get_external_no_reads_writes()
669 no_writes.push_back(v); in get_external_no_reads_writes()
677 no_writes.push_back(iter->first); in get_external_no_reads_writes()
H A DStatementFor.cpp314 VariableSet all_must_reads, all_must_writes, no_reads, no_writes; in make_random_array_loop() local
319 no_writes = cg_context.rw_directive->no_write_vars; in make_random_array_loop()
324 RWDirective rwd(no_reads, no_writes, all_must_reads, all_must_writes); in make_random_array_loop()
H A DFunction.cpp684 VariableSet no_reads, no_writes, must_reads, must_writes, frame_vars; in generate_body_with_known_params() local
686 prev_context.get_external_no_reads_writes(no_reads, no_writes, frame_vars); in generate_body_with_known_params()
687 RWDirective rwd(no_reads, no_writes, must_reads, must_writes); in generate_body_with_known_params()
/dports/net/zebra-server/idzebra-2.0.55/isamc/
H A Disamc-p.h39 int no_writes; member
H A Disamc.c131 is->files[i].no_writes = 0; in isamc_open()
213 is->files[i].no_writes, in isamc_close()
245 ++(is->files[cat].no_writes); in isamc_write_block()