Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 11 of 11) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtrace.hpp58 char *buffer; member
80 char *buffer; member
H A Dtgafile.cpp123 char *buffer) { in writetgaregion()
/oneTBB/examples/graph/fgbzip2/
H A Dfgbzip2.cpp106 void readChunk(Buffer& buffer) { in readChunk()
112 void writeChunk(const Buffer& buffer) { in writeChunk()
178 BufferMsg buffer; in writingLoop() local
261 oneapi::tbb::flow::sequencer_node<BufferMsg> ordering(g, [](const BufferMsg& buffer) -> size_t { in fgCompression()
/oneTBB/test/tbb/
H A Dtest_collaborative_call_once.cpp385 std::uint64_t collaborative_recursive_fib(int n, FibBuffer& buffer) { in collaborative_recursive_fib()
399 FibBuffer buffer(n); in collaborative_recursive_fib() local
H A Dtest_eh_algorithms.cpp1298 size_t* buffer() { return m_Buffer.data(); } in buffer() function in InputFilter
/oneTBB/examples/common/gui/
H A Dwinvideo.hpp218 char buffer[256], in loop_once() local
H A Dxvideo.cpp394 char buffer[256]; in next_frame() local
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp223 static char buffer[8*1024*1024]; variable
/oneTBB/examples/graph/logic_sim/
H A Dbasics.hpp364 class buffer : public gate<1> { class
383 buffer(oneapi::tbb::flow::graph& g) : gate<1>(g, buffer_body()) {} in buffer() function in buffer
384 buffer(const buffer& src) : gate<1>(src.my_graph, buffer_body()) {} in buffer() function in buffer
/oneTBB/test/conformance/
H A Dconformance_global_control.cpp367 static std::jmp_buf buffer; variable
/oneTBB/src/tbb/
H A Dtcm_adaptor.cpp249 char buffer[1024]; in print_version() local