Home
last modified time | relevance | path

Searched refs:reads (Results 1 - 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_memory_model.c35 bool *reads, bool *writes) in get_intrinsic_info()
41 *reads = true; in get_intrinsic_info()
61 *reads = true; in get_intrinsic_info()
66 *reads = true; in get_intrinsic_info()
87 *reads = true; in get_intrinsic_info()
92 *reads = true; in get_intrinsic_info()
113 *reads = true; in get_intrinsic_info()
118 *reads = true; in get_intrinsic_info()
139 *reads = true; in get_intrinsic_info()
169 bool reads in visit_instr() local
34 get_intrinsic_info(nir_intrinsic_instr *intrin, nir_variable_mode *modes, bool *reads, bool *writes) get_intrinsic_info() argument
[all...]
H A Dnir_lower_subgroups.c115 nir_ssa_def *reads[NIR_MAX_VEC_COMPONENTS]; in lower_subgroup_op_to_scalar() local
136 reads[i] = lower_subgroup_op_to_32bit(b, chan_intrin); in lower_subgroup_op_to_scalar()
139 reads[i] = &chan_intrin->dest.ssa; in lower_subgroup_op_to_scalar()
143 return nir_vec(b, reads, intrin->num_components); in lower_subgroup_op_to_scalar()
/third_party/python/Lib/test/
H A Dtest_telnetlib.py95 def __init__(self, reads=()):
96 self.reads = list(reads) # Intentionally make a copy.
103 while self.reads and len(out) < size:
104 out += self.reads.pop(0)
106 self.reads.insert(0, out[size:])
155 def test_socket(reads):
157 return SocketStub(reads)
166 def test_telnet(reads=(), cls=TelnetAlike):
168 reads queue
[all...]
H A Dtest_io.py1522 # we should not issue any additional reads, otherwise it may block
1532 # A more complex case where two raw reads are needed to satisfy
3132 reads = ""
3137 reads += c
3138 self.assertEqual(reads, "AA\nBB")
3152 reads = ""
3157 reads += c
3158 self.assertEqual(reads, "A"*127+"\nB")
3186 reads = ""
3191 reads
[all...]
/third_party/node/test/parallel/
H A Dtest-stream-big-push.js33 let reads = 0;
36 if (reads === 0) {
40 reads++;
41 } else if (reads === 1) {
44 reads++;
H A Dtest-stream2-readable-empty-buffer-no-eof.js45 let reads = 5;
47 switch (reads--) {
94 let reads = 5;
96 if (!reads--)
H A Dtest-stream-readable-flow-recursion.js37 let reads = 0;
40 reads++;
69 assert.strictEqual(reads, 2);
H A Dtest-stream2-read-sync-stack.js32 let reads = 0;
34 const chunk = reads++ === N ? null : Buffer.allocUnsafe(1);
H A Dtest-stream2-readable-legacy-drain.js31 let reads = 0;
33 return r.push(++reads === N ? null : Buffer.allocUnsafe(1));
H A Dtest-stream2-basic.js91 const reads = [];
110 assert.deepStrictEqual(reads, expect);
117 reads.push(res.toString());
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.h108 struct zink_batch_usage *reads; member
221 return zink_batch_usage_is_unflushed(bo->reads) || in zink_bo_has_unflushed_usage()
228 return zink_batch_usage_exists(bo->reads) || in zink_bo_has_usage()
235 return zink_batch_usage_matches(bo->reads, bs) || in zink_bo_usage_matches()
242 if (access & ZINK_RESOURCE_ACCESS_READ && !zink_screen_usage_check_completion(screen, bo->reads)) in zink_bo_usage_check_completion()
253 zink_batch_usage_wait(ctx, bo->reads); in zink_bo_usage_wait()
264 zink_batch_usage_set(&bo->reads, bs); in zink_bo_usage_set()
270 zink_batch_usage_unset(&bo->reads, bs); in zink_bo_usage_unset()
272 return bo->reads || bo->writes; in zink_bo_usage_unset()
/third_party/typescript/tests/baselines/reference/
H A DcallWithSpread4.js12 declare var reads: R
18 reads,
30 pli(...[reads, writes, writes] as const)
35 pli(reads, ...gun, tr, fun, ...gz, writes);
37 pli(...[reads, writes, writes]);
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstream.c500 FT_Byte reads[2]; in FT_BASE_DEF() local
511 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L ) in FT_BASE_DEF()
514 p = reads; in FT_BASE_DEF()
545 FT_Byte reads[2]; in FT_BASE_DEF() local
556 if ( stream->read( stream, stream->pos, reads, 2L ) != 2L ) in FT_BASE_DEF()
559 p = reads; in FT_BASE_DEF()
590 FT_Byte reads[3]; in FT_BASE_DEF() local
601 if (stream->read( stream, stream->pos, reads, 3L ) != 3L ) in FT_BASE_DEF()
604 p = reads; in FT_BASE_DEF()
635 FT_Byte reads[ in FT_BASE_DEF() local
680 FT_Byte reads[4]; FT_BASE_DEF() local
[all...]
/third_party/node/benchmark/fs/
H A Dreadfile.js33 let reads = 0;
38 bench.end(reads);
64 reads++;
H A Dreadfile-partitioned.js38 let reads = 0;
43 const totalOps = reads + zips;
70 reads++;
88 // Start reads
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
H A Dminimal-secure-streams-client-tx.c26 static int interrupted, bad = 1, reads = 100; variable
57 if (m->count == reads) { in txcb()
154 reads = atoi(p); in main()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daiocp.c273 int reads = 0; in run() local
303 reads = howmany(filesize, buffsize); in run()
305 for (i = 0; i < reads; i++) { in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp233 bool reads, writes; in weightCalcHelper() local
234 std::tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg); in weightCalcHelper()
235 weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi); in weightCalcHelper()
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c17 * The reads are preformed by worker processes which are given file paths by a
23 * parallel. Passing the 'reads' parameter (-r) will encourage this. The
85 static int reads = 1; variable
534 if (tst_parse_int(str_reads, &reads, 1, INT_MAX)) in setup()
536 "Invalid reads (-r) argument: '%s'", str_reads); in setup()
671 last_sched = sched_work(last_sched, dent_path, reads); in visit_dir()
693 "Print information about successful reads."},
/third_party/ntfs-3g/include/ntfs-3g/
H A Dcache.h91 unsigned long reads; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c56 /* Register reads, expressed as (equivalence classes of)
57 * sources. Only 3 reads are allowed, but up to 2 may spill as
60 bi_index reads[5]; member
88 * FAU, or zero if none is assigned. Ordinarily FAU slot 0 reads zero,
726 /* Staging register reads may happen before the succeeding register in bi_reads_t()
870 * whether the specified source reads from the register file via a read slot
883 /* Staging register reads bypass the usual register file mechanism */ in bi_tuple_is_new_src()
889 if (bi_is_word_equiv(src, reg->reads[t])) in bi_tuple_is_new_src()
900 /* Given two tuples in source order, count the number of register reads of the
909 unsigned reads in bi_count_succ_reads() local
[all...]
/third_party/node/test/common/
H A Dreport.js263 checkForUnknownFields(usage.fsActivity, ['reads', 'writes']);
264 assert(Number.isSafeInteger(usage.fsActivity.reads));
281 checkForUnknownFields(usage.fsActivity, ['reads', 'writes']);
282 assert(Number.isSafeInteger(usage.fsActivity.reads));
/third_party/ntfs-3g/libntfs-3g/
H A Dcache.c202 cache->reads++; in ntfs_fetch_cache()
503 cache->reads = 0; in ntfs_create_cache()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_fpreg.tex19 The \Func{unw\_get\_fpreg}() routine reads the value of floating-point
H A Dunw_get_reg.tex19 The \Func{unw\_get\_reg}() routine reads the value of register

Completed in 18 milliseconds

12