Searched refs:writeCount (Results 1 – 4 of 4) sorted by relevance
/third_party/toybox/toys/other/ |
D | bzcat.c | 75 int writePos, writeRun, writeCount, writeCurrent; member 437 if (bw->origPtr >= (bw->writeCount = dbufCount)) return RETVAL_DATA_ERROR; in read_huffman_data() 468 for (ii=0; ii < bw->writeCount; ii++) { in burrows_wheeler_prep() 484 if (bw->writeCount) { in burrows_wheeler_prep() 520 if (bw->writeCount < 0) return bw->writeCount; in write_bunzip_data() 523 if (!bw->writeCount) { in write_bunzip_data() 527 bw->writeCount = i; in write_bunzip_data() 534 count = bw->writeCount; in write_bunzip_data() 583 bw->writeCount = count; in write_bunzip_data()
|
/third_party/node/test/fixtures/wpt/streams/writable-streams/ |
D | write.any.js | 198 let writeCount = 0; variable 201 ++writeCount; 218 assert_equals(writeCount, 1, 'should have called sink\'s write once'); 224 …assert_equals(writeCount, numberOfWrites, `should have called sink's write ${numberOfWrites} times…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.cpp | 1398 size_t writeCount = 0; in updateAtomicCounterBuffersDescriptorSet() local 1403 static_cast<uint32_t>(binding), 0, &bufferInfos[writeCount], in updateAtomicCounterBuffersDescriptorSet() 1404 &writeInfos[writeCount]); in updateAtomicCounterBuffersDescriptorSet() 1405 writeCount++; in updateAtomicCounterBuffersDescriptorSet()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 59475 int writeCount; member
|