Home
last modified time | relevance | path

Searched defs:bufs (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/pytorch/torch/csrc/jit/tensorexpr/
Dblock_codegen.cpp113 std::unordered_set<BufPtr> bufs(buf_reads.begin(), buf_reads.end()); in visit() local
149 void BlockPrinter::PrintTensorInfo(const std::unordered_set<BufPtr>& bufs) { in PrintTensorInfo()
182 void BlockPrinter::PrintArguments(const std::unordered_set<BufPtr>& bufs) { in PrintArguments()
219 void BlockPrinter::PrintBufferInfo(const std::unordered_set<BufPtr>& bufs) { in PrintBufferInfo()
236 void BlockPrinter::PrintDistribution(const std::unordered_set<BufPtr>& bufs) { in PrintDistribution()
249 const std::unordered_set<BufPtr>& bufs, in PrintLoop()
267 const std::unordered_set<BufPtr>& bufs, in PrintReshapeInfo()
281 void BlockPrinter::PrintDMAs(const std::unordered_set<BufPtr>& bufs) { in PrintDMAs()
289 void BlockPrinter::PrintAdjustBuffers(const std::unordered_set<BufPtr>& bufs) { in PrintAdjustBuffers()
337 std::unordered_set<BufPtr> bufs(buf_reads.begin(), buf_reads.end()); in Initialize() local
/external/angle/src/tests/gl_tests/
DDrawBuffersTest.cpp273 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local
300 const GLenum bufs[] = {GL_NONE, GL_COLOR_ATTACHMENT1}; in TEST_P() local
337 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local
374 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local
419 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local
459 GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_NONE}; in TEST_P() local
510 GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_NONE}; in TEST_P() local
555 const GLenum bufs[] = {GL_COLOR_ATTACHMENT0, GL_NONE, GL_NONE, GL_COLOR_ATTACHMENT3}; in TEST_P() local
573 GLenum bufs[8] = {GL_NONE}; in TEST_P() local
624 GLenum bufs[8] = {GL_NONE}; in TEST_P() local
[all …]
/external/rust/android-crates-io/crates/hyper/src/common/
Dbuf.rs7 bufs: VecDeque<T>, field
109 let mut bufs = hello_world_buf(); in to_bytes_shorter() localVariable
121 let mut bufs = hello_world_buf(); in to_bytes_eq() localVariable
132 let mut bufs = hello_world_buf(); in to_bytes_longer() localVariable
/external/rust/android-crates-io/crates/futures-util/src/io/
Dwrite_all_vectored.rs15 bufs: &'a mut [IoSlice<'a>], field
131 let bufs = &[IoSlice::new(&[2, 2, 2])]; in test_writer_read_from_one_buf() localVariable
135 let bufs = &[IoSlice::new(&[3]), IoSlice::new(&[4, 4])]; in test_writer_read_from_one_buf() localVariable
150 let bufs = &[IoSlice::new(&[1]), IoSlice::new(&[2, 2, 2])]; in test_writer_read_from_multiple_bufs() localVariable
154 let bufs = &[IoSlice::new(&[3]), IoSlice::new(&[4]), IoSlice::new(&[5, 5])]; in test_writer_read_from_multiple_bufs() localVariable
Dwrite_vectored.rs12 bufs: &'a [IoSlice<'a>], field
/external/deqp-deps/amber/src/vkscript/
Dparser_test.cc134 const auto& bufs = script->GetBuffers(); in TEST_F() local
149 const auto& bufs = script->GetBuffers(); in TEST_F() local
232 const auto& bufs = script->GetBuffers(); in TEST_F() local
254 const auto& bufs = script->GetBuffers(); in TEST_F() local
282 const auto& bufs = script->GetBuffers(); in TEST_F() local
332 const auto& bufs = script->GetBuffers(); in TEST_F() local
360 const auto& bufs = script->GetBuffers(); in TEST_F() local
438 const auto& bufs = script->GetBuffers(); in TEST_F() local
493 const auto& bufs = script->GetBuffers(); in TEST_F() local
/external/rust/android-crates-io/crates/tokio/tests/
Dio_buf_writer.rs374 let bufs = [ in write_vectored_basic_on_non_vectored() localVariable
390 let bufs = [ in write_vectored_basic_on_vectored() localVariable
406 let mut bufs = [ in write_vectored_large_total_on_non_vectored() localVariable
426 let mut bufs = [ in write_vectored_large_total_on_vectored() localVariable
484 let mut bufs = [ in write_vectored_odd_on_non_vectored() localVariable
499 let mut bufs = [ in write_vectored_odd_on_vectored() localVariable
514 let mut bufs = [ in write_vectored_large_slice_on_non_vectored() localVariable
528 let mut bufs = [ in write_vectored_large_slice_on_vectored() localVariable
/external/rust/android-crates-io/crates/futures/tests/
Dio_read.rs36 let bufs = &mut []; in read_vectored_no_buffers() localVariable
54 let bufs = &mut [ in read_vectored_first_non_empty() localVariable
Dio_write.rs44 let bufs = &mut []; in write_vectored_no_buffers() localVariable
60 let bufs = &mut [io::IoSlice::new(&[]), io::IoSlice::new(&[]), io::IoSlice::new(b"four")]; in write_vectored_first_non_empty() localVariable
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwin_iocp_socket_service_base.hpp256 ConstBufferSequence> bufs(buffers); in send() local
290 ConstBufferSequence> bufs(buffers); in async_send() local
323 MutableBufferSequence> bufs(buffers); in receive() local
359 MutableBufferSequence> bufs(buffers); in async_receive() local
395 MutableBufferSequence> bufs(buffers); in receive_with_flags() local
437 MutableBufferSequence> bufs(buffers); in async_receive_with_flags() local
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/socks4/
Dsocks4.hpp56 boost::array<boost::asio::const_buffer, 7> bufs = in buffers() local
100 boost::array<boost::asio::mutable_buffer, 5> bufs = in buffers() local
/external/cronet/stable/third_party/boringssl/src/crypto/rand_extra/
Drand_test.cc146 uint8_t bufs[5][16]; in TEST() local
171 std::vector<std::array<uint8_t, 256>> bufs(num_threads); in RunConcurrentRands() local
/external/cronet/tot/third_party/boringssl/src/crypto/rand_extra/
Drand_test.cc146 uint8_t bufs[5][16]; in TEST() local
171 std::vector<std::array<uint8_t, 256>> bufs(num_threads); in RunConcurrentRands() local
/external/boringssl/src/crypto/rand_extra/
Drand_test.cc146 uint8_t bufs[5][16]; in TEST() local
171 std::vector<std::array<uint8_t, 256>> bufs(num_threads); in RunConcurrentRands() local
/external/rust/android-crates-io/crates/hyper/src/body/
Daggregate.rs27 let mut bufs = BufList::new(); in aggregate() localVariable
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
DInputStreamUtil.java70 ArrayDeque<byte[]> bufs = new ArrayDeque<byte[]>(TO_BYTE_ARRAY_DEQUE_SIZE); in toByteArray() local
119 private static byte[] combineBuffers(Queue<byte[]> bufs, int totalLen) { in combineBuffers()
/external/sdv/vsomeip/third_party/boost/container/test/
Dmonotonic_buffer_resource_test.cpp66 char *bufs[AllocCount]; in test_release() local
97 char *bufs[AllocCount]; in test_destructor() local
371 char *bufs[iterations]; in test_do_deallocate() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
D18-1.c47 char *bufs; in main() local
D13-1.c46 char *bufs; in main() local
D12-1.c46 char *bufs; in main() local
/external/mesa3d/src/glx/apple/
Dapple_xgl_api_stereo.c87 __applegl_glDrawBuffers(GLsizei n, const GLenum * bufs) in __applegl_glDrawBuffers()
/external/liburing/test/
Dbuf-ring.c27 void *bufs; in test_mixed_reg2() local
71 void *bufs; in test_mixed_reg() local
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBlending.cpp66 std::vector<glw::GLenum> bufs(maxDrawBuffers); in prepareFramebuffer() local
89 glw::GLenum bufs[1] = {GL_BACK}; in releaseFramebuffer() local
DesextcDrawBuffersIndexedColorMasks.cpp66 std::vector<glw::GLenum> bufs(maxDrawBuffers); in prepareFramebuffer() local
91 glw::GLenum bufs[1] = {GL_BACK}; in releaseFramebuffer() local
/external/rust/android-crates-io/crates/http-body/src/
Dcollect.rs80 bufs: BufList<B>, field
132 bufs: VecDeque<T>, field

1234567891011