Home
last modified time | relevance | path

Searched refs:vec (Results 901 - 925 of 1615) sorted by relevance

1...<<31323334353637383940>>...65

/third_party/node/deps/nghttp2/lib/
H A Dsfparse.h198 * :member:`vec` contains sequence of bytes if :member:`type` is
212 * If :member:`vec.len <sf_vec.len>` == 0, :member:`vec.base
215 sf_vec vec; member
367 * |src| should be the pointer to :member:`sf_value.vec` of type
389 * :member:`sf_value.vec` of type :enum:`sf_type.SF_TYPE_BYTESEQ`
H A Dnghttp2_buf.c229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2() argument
248 nghttp2_buf_wrap_init(&cur_chain->buf, vec[i].base, vec[i].len); in nghttp2_bufs_wrap_init2()
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dsetlocale_sup.c146 char *vec[LC_ALL]; in setlocale_0600() local
/third_party/musl/libc-test/src/functionalext/locale/
H A Dsetlocale.c155 char *vec[LC_ALL]; in setlocale_0600() local
/third_party/rust/crates/clap/tests/derive/
H A Dcustom_string_parsers.rs44 vector_path: vec![ in test_path_opt_simple()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_ptr.hpp64 GLM_FUNC_DECL typename genType::value_type const * value_ptr(genType const & vec);
/third_party/skia/src/shaders/gradients/
H A DSk4fGradientPriv.h60 Sk4f c4f = swizzle_rb_if_bgra(Sk4f::Load(c.vec())); in load()
/third_party/rust/crates/rustix/src/process/
H A Dchdir.rs4 use alloc::vec::Vec;
/third_party/rust/crates/regex/tests/
H A Dset.rs55 assert_eq!(vec!["a", "b"], set.patterns()); in get_set_patterns()
/third_party/rust/crates/rustix/src/fs/
H A Dat.rs23 use alloc::vec::Vec;
/third_party/rust/crates/proc-macro-error/src/imp/
H A Ddelegate.rs21 vec![]
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h341 CheckboxGroupResult(const std::vector<std::string>& vec, int32_t status) : in CheckboxGroupResult() argument
343 for (int i = 0; i < static_cast<int32_t>(vec.size()); ++i) { in CheckboxGroupResult()
344 nameVector_.push_back(vec[i]); in CheckboxGroupResult()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.cpp242 auto destroyImageViews = [](VkDevice device, auto& vec) { in ~GpuImageVk()
243 for (auto& ref : vec) { in ~GpuImageVk()
248 vec.clear(); in ~GpuImageVk()
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.h168 bool ParseBytesVector(napi_env env, std::vector<unsigned char> &vec, napi_value args);
169 bool ParseUInt32Vector(napi_env &env, std::vector<uint32_t> &vec, napi_value &args);
170 bool ParseStringVector(napi_env& env, std::vector<std::string>& vec, napi_value &args, uint32_t maxLen);
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_utils.cpp304 std::vector<uint8_t> vec = value; in SetValueU8Vector() local
305 for (auto i = 0; i < vec.size(); ++i) { in SetValueU8Vector()
307 napi_status status = napi_create_int32(env, vec[i], &value); in SetValueU8Vector()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Ddatabase.rs161 let mut results = vec![];
208 let mut results = vec![];
251 let mut results = vec![];
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dserializable_test.cpp146 std::vector<uint8_t> vec = { 1, 2, 3, 4, 5 }; in HWTEST_F() local
176 ASSERT_EQ(res5.size(), vec.size()); in HWTEST_F()
178 ASSERT_EQ(res5[i], vec[i]); in HWTEST_F()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dkvm_book3s.h227 extern void kvmppc_book3s_queue_irqprio(struct kvm_vcpu *vcpu, unsigned int vec);
229 unsigned int vec);
230 extern void kvmppc_inject_interrupt(struct kvm_vcpu *vcpu, int vec, u64 flags);
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dtraps_32.c744 void *set_exception_table_vec(unsigned int vec, void *handler) in set_exception_table_vec() argument
749 old_handler = exception_handling_table[vec]; in set_exception_table_vec()
750 exception_handling_table[vec] = handler; in set_exception_table_vec()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dtraps_32.c752 void *set_exception_table_vec(unsigned int vec, void *handler) in set_exception_table_vec() argument
757 old_handler = exception_handling_table[vec]; in set_exception_table_vec()
758 exception_handling_table[vec] = handler; in set_exception_table_vec()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-io.c413 u32 block, u32 vec, u32 iter) in iwl_dump_host_monitor_block()
417 IWL_ERR(trans, "Host monitor block 0x%x vector 0x%x\n", block, vec); in iwl_dump_host_monitor_block()
418 iwl_write32(trans, CSR_MONITOR_CFG_REG, (block << 8) | vec); in iwl_dump_host_monitor_block()
412 iwl_dump_host_monitor_block(struct iwl_trans *trans, u32 block, u32 vec, u32 iter) iwl_dump_host_monitor_block() argument
/test/xts/hats/hdf/codec/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp156 void ObjectToVector(T &param, std::vector<int8_t> &vec) in ObjectToVector() argument
159 vec.insert(vec.end(), paramPointer, paramPointer + sizeof(param)); in ObjectToVector()
/third_party/icu/icu4c/source/i18n/
H A Duspoof_conf.cpp77 LocalPointer<UVector> vec(new UVector(status), status); in SPUStringPool()
81 vec->setDeleter( in SPUStringPool()
83 fVec = vec.orphan(); in SPUStringPool()
/third_party/nghttp2/lib/
H A Dnghttp2_buf.c229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2() argument
248 nghttp2_buf_wrap_init(&cur_chain->buf, vec[i].base, vec[i].len); in nghttp2_bufs_wrap_init2()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h2050 * `nghttp3_conn_writev_stream` stores stream data to send to |vec| of
2067 nghttp3_vec *vec,
2252 * The library provides |vec| of length |veccnt| to the application.
2253 * The application should fill data and its length to |vec|. It has
2266 * The callback should return the number of objects in |vec| that the
2274 nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, size_t veccnt,
2504 * `nghttp3_vec_len` returns the sum of length in |vec| of |cnt|
2507 NGHTTP3_EXTERN uint64_t nghttp3_vec_len(const nghttp3_vec *vec, size_t cnt);

Completed in 17 milliseconds

1...<<31323334353637383940>>...65