Searched refs:vec (Results 826 - 850 of 1301) sorted by relevance
1...<<31323334353637383940>>...53
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_hw_cb.c | 98 bfa_hwcb_msix_dummy(struct bfa_s *bfa, int vec) in bfa_hwcb_msix_dummy() argument
|
H A D | bfa_hw_ct.c | 21 bfa_hwct_msix_dummy(struct bfa_s *bfa, int vec) in bfa_hwct_msix_dummy() argument
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | threads.cc | 89 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in main()
|
H A D | trap.cc | 41 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
|
H A D | multi.cc | 39 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
|
H A D | callback.cc | 71 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
|
H A D | reflect.cc | 86 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.h | 220 * |vec|. The number of buffers is fixed and no extra chunk buffer is 234 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec,
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_buf.h | 220 * |vec|. The number of buffers is fixed and no extra chunk buffer is 234 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec,
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | template.rs | 226 let template_args = ty.template_args().map_or(vec![], |args| match ty in from_ty()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | nested.rs | 34 nested_namespaces.push((first_ns_elem, vec![*api])); in sort_by_inner_namespace()
|
H A D | cfg.rs | 70 Err(vec![Error::new_spanned(span, msg)]) in try_eval()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | cfg.rs | 70 Err(vec![Error::new_spanned(span, msg)]) in try_eval()
|
H A D | nested.rs | 34 nested_namespaces.push((first_ns_elem, vec![*api])); in sort_by_inner_namespace()
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | impl_partialeq.rs | 14 let mut tokens = vec![]; in gen_partialeq_impl()
|
/third_party/rust/crates/atty/src/ |
H A D | lib.rs | 131 let mut name_info_bytes = vec![0u8; size + MAX_PATH * mem::size_of::<WCHAR>()]; in msys_tty_on()
|
/third_party/rust/crates/codespan/codespan/src/ |
H A D | file.rs | 49 Self { files: vec![] } in default()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | cfg.rs | 70 Err(vec![Error::new_spanned(span, msg)]) in try_eval()
|
H A D | nested.rs | 34 nested_namespaces.push((first_ns_elem, vec![*api])); in sort_by_inner_namespace()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | nested.rs | 34 nested_namespaces.push((first_ns_elem, vec![*api])); in sort_by_inner_namespace()
|
H A D | cfg.rs | 70 Err(vec![Error::new_spanned(span, msg)]) in try_eval()
|
/third_party/rust/crates/rustix/tests/io/ |
H A D | epoll.rs | 73 let mut buffer = vec![0; BUFFER_SIZE]; in client()
|
/third_party/rust/crates/regex/src/ |
H A D | re_builder.rs | 21 pats: vec![], in default()
|
H A D | re_trait.rs | 114 Locations(vec![None; self.slots_len()]) in locations()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_pat.rs | 51 let tokens = TokenStream::from_iter(vec![TokenTree::Group(group)]); in test_group()
|
Completed in 9 milliseconds
1...<<31323334353637383940>>...53