Home
last modified time | relevance | path

Searched refs:sizeUsed (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/
H A Dlinear_stream.h43 std::atomic<size_t> sizeUsed;
54 UNRECOVERABLE_IF(sizeUsed + size > maxAvailableSpace); in getSpace()
55 auto memory = ptrOffset(buffer, sizeUsed); in getSpace()
56 sizeUsed += size; in getSpace()
65 DEBUG_BREAK_IF(sizeUsed > maxAvailableSpace); in getAvailableSpace()
66 return maxAvailableSpace - sizeUsed; in getAvailableSpace()
70 return sizeUsed; in getUsed()
80 sizeUsed = 0; in replaceBuffer()
H A Dlinear_stream.cpp15 … : sizeUsed(0), maxAvailableSpace(bufferSize), buffer(buffer), graphicsAllocation(gfxAllocation) { in LinearStream()
23 : sizeUsed(0), graphicsAllocation(gfxAllocation) { in LinearStream()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dbuffer.h237 void UngetWriteBuf(size_t sizeUsed) { SetDataLen(sizeUsed); } in UngetWriteBuf() argument
247 void UngetAppendBuf(size_t sizeUsed) in UngetAppendBuf() argument
249 SetDataLen(m_bufdata->m_len + sizeUsed); in UngetAppendBuf()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dbuffer.h271 void UngetWriteBuf(size_t sizeUsed) { SetDataLen(sizeUsed); } in UngetWriteBuf() argument
281 void UngetAppendBuf(size_t sizeUsed) in UngetAppendBuf() argument
283 SetDataLen(m_bufdata->m_len + sizeUsed); in UngetAppendBuf()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dbuffer.h271 void UngetWriteBuf(size_t sizeUsed) { SetDataLen(sizeUsed); } in UngetWriteBuf() argument
281 void UngetAppendBuf(size_t sizeUsed) in UngetAppendBuf() argument
283 SetDataLen(m_bufdata->m_len + sizeUsed); in UngetAppendBuf()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dbuffer.h271 void UngetWriteBuf(size_t sizeUsed) { SetDataLen(sizeUsed); } in UngetWriteBuf() argument
281 void UngetAppendBuf(size_t sizeUsed) in UngetAppendBuf() argument
283 SetDataLen(m_bufdata->m_len + sizeUsed); in UngetAppendBuf()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dbuffer.h271 void UngetWriteBuf(size_t sizeUsed) { SetDataLen(sizeUsed); } in UngetWriteBuf() argument
281 void UngetAppendBuf(size_t sizeUsed) in UngetAppendBuf() argument
283 SetDataLen(m_bufdata->m_len + sizeUsed); in UngetAppendBuf()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DIPCStreamUtils.cpp45 uint32_t sizeUsed = 0; in SerializeInputStreamWithFdsChild() local
48 &sizeUsed, aManager); in SerializeInputStreamWithFdsChild()
50 MOZ_ASSERT(sizeUsed <= kTooLargeStream); in SerializeInputStreamWithFdsChild()
80 uint32_t sizeUsed = 0; in SerializeInputStreamWithFdsParent() local
83 &sizeUsed, aManager); in SerializeInputStreamWithFdsParent()
85 MOZ_ASSERT(sizeUsed <= kTooLargeStream); in SerializeInputStreamWithFdsParent()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/indirect_heap/
H A Dindirect_heap.h53 auto address = alignUp(ptrOffset(buffer, sizeUsed), alignment); in align()
54 sizeUsed = ptrDiff(address, buffer); in align()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DIPCStreamUtils.cpp50 uint32_t sizeUsed = 0; in SerializeInputStreamWithFdsChild() local
53 &sizeUsed, aManager); in SerializeInputStreamWithFdsChild()
55 MOZ_ASSERT(sizeUsed <= kTooLargeStream); in SerializeInputStreamWithFdsChild()
85 uint32_t sizeUsed = 0; in SerializeInputStreamWithFdsParent() local
88 &sizeUsed, aManager); in SerializeInputStreamWithFdsParent()
90 MOZ_ASSERT(sizeUsed <= kTooLargeStream); in SerializeInputStreamWithFdsParent()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DIPCStreamUtils.cpp50 uint32_t sizeUsed = 0; in SerializeInputStreamWithFdsChild() local
53 &sizeUsed, aManager); in SerializeInputStreamWithFdsChild()
55 MOZ_ASSERT(sizeUsed <= kTooLargeStream); in SerializeInputStreamWithFdsChild()
85 uint32_t sizeUsed = 0; in SerializeInputStreamWithFdsParent() local
88 &sizeUsed, aManager); in SerializeInputStreamWithFdsParent()
90 MOZ_ASSERT(sizeUsed <= kTooLargeStream); in SerializeInputStreamWithFdsParent()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DIPCStreamUtils.cpp50 uint32_t sizeUsed = 0; in SerializeInputStreamWithFdsChild() local
53 &sizeUsed, aManager); in SerializeInputStreamWithFdsChild()
55 MOZ_ASSERT(sizeUsed <= kTooLargeStream); in SerializeInputStreamWithFdsChild()
85 uint32_t sizeUsed = 0; in SerializeInputStreamWithFdsParent() local
88 &sizeUsed, aManager); in SerializeInputStreamWithFdsParent()
90 MOZ_ASSERT(sizeUsed <= kTooLargeStream); in SerializeInputStreamWithFdsParent()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Dfinish_tests.cpp70 auto sizeUsed = pCS->getUsed(); in HWTEST_F() local
72 ASSERT_TRUE(FamilyType::PARSE::parseCommandBuffer(cmdList, pCmdBuffer, sizeUsed)); in HWTEST_F()
H A Denqueue_marker_tests.cpp73 auto sizeUsed = pCS->getUsed(); in HWTEST_F() local
75 ASSERT_TRUE(FamilyType::PARSE::parseCommandBuffer(cmdList, pCmdBuffer, sizeUsed)); in HWTEST_F()
H A Denqueue_barrier_tests.cpp88 auto sizeUsed = pCS->getUsed(); in HWTEST_F() local
90 ASSERT_TRUE(FamilyType::PARSE::parseCommandBuffer(cmdList, pCmdBuffer, sizeUsed)); in HWTEST_F()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dbuffer.h388 void UngetAppendBuf(size_t sizeUsed);
398 void UngetWriteBuf(size_t sizeUsed);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dbuffer.h402 void UngetAppendBuf(size_t sizeUsed);
412 void UngetWriteBuf(size_t sizeUsed);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dbuffer.h388 void UngetAppendBuf(size_t sizeUsed);
398 void UngetWriteBuf(size_t sizeUsed);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dbuffer.h574 void UngetWriteBuf(size_t sizeUsed) { SetDataLen(sizeUsed); } in UngetWriteBuf() argument
584 void UngetAppendBuf(size_t sizeUsed) in UngetAppendBuf() argument
586 SetDataLen(m_bufdata->m_len + sizeUsed); in UngetAppendBuf()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dbuffer.h572 void UngetWriteBuf(size_t sizeUsed) { SetDataLen(sizeUsed); } in UngetWriteBuf() argument
582 void UngetAppendBuf(size_t sizeUsed) in UngetAppendBuf() argument
584 SetDataLen(m_bufdata->m_len + sizeUsed); in UngetAppendBuf()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dbuffer.h574 void UngetWriteBuf(size_t sizeUsed) { SetDataLen(sizeUsed); } in UngetWriteBuf() argument
584 void UngetAppendBuf(size_t sizeUsed) in UngetAppendBuf() argument
586 SetDataLen(m_bufdata->m_len + sizeUsed); in UngetAppendBuf()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/font/
H A Dfonttest.cpp462 const double sizeUsed = font.GetFractionalPointSize(); variable
463 CHECK( sizeUsed == Approx(sizes[n]).epsilon(0.001) );
471 CHECK( font.GetFractionalPointSize() == sizeUsed );
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/cmd_parse/
H A Dhw_parse.h85 sizeUsed = commandStream.getUsed(); in parseCommands()
203 size_t sizeUsed = 0u; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/debugger/
H A Dtest_l0_debugger_1.cpp1029 auto sizeUsed = container.getCommandStream()->getUsed(); in HWTEST_F() local
1031 EXPECT_NE(0u, sizeUsed); in HWTEST_F()
1037 EXPECT_EQ(sizeUsed, sizeUsed2); in HWTEST_F()
1052 auto sizeUsed = container.getCommandStream()->getUsed(); in HWTEST_F() local
1054 EXPECT_NE(0u, sizeUsed); in HWTEST_F()
1065 auto sizeUsed = container.getCommandStream()->getUsed(); in HWTEST_F() local
1067 EXPECT_NE(0u, sizeUsed); in HWTEST_F()
1078 auto sizeUsed = container.getCommandStream()->getUsed(); in HWTEST_F() local
1080 EXPECT_NE(0u, sizeUsed); in HWTEST_F()
/dports/devel/util-linux/util-linux-2.36/libblkid/src/superblocks/
H A Dnetware.c31 uint32_t sizeUsed; member

12