Home
last modified time | relevance | path

Searched refs:size_t (Results 20576 - 20600 of 47287) sorted by relevance

1...<<821822823824825826827828829830>>...1892

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.cpp78 const GattDevice &device, uint16_t valueHandle, const GattValue &value, size_t length, bool needConfirm);
80 size_t length, int ret, bool isUsingUuid);
83 const GattDevice &device, uint16_t valueHandle, const GattValue &value, size_t length, int ret);
86 void SetCharacteristicValue(uint16_t valueHandle, GattValue &value, size_t length);
91 uint16_t connectionHandle, uint16_t valueHandle, GattValue &value, size_t length, bool needRespones);
93 void OnDescriptorWriteEvent(uint16_t connectionHandle, uint16_t valueHandle, GattValue &value, size_t length);
514 uint16_t connectHandle, uint16_t valueHandle, GattValue &value, size_t len) override
521 uint16_t connectHandle, uint16_t valueHandle, GattValue &value, size_t len) override
533 void OnReliableWriteEvent(uint16_t connectHandle, uint16_t valueHandle, GattValue &value, size_t len) override
547 void OnDescriptorWriteEvent(uint16_t connectHandle, uint16_t valueHandle, GattValue &value, size_t le
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp97 static constexpr size_t CUSTOM_PREFIX_SIZE = CUSTOM_PREFIX.size();
99 static constexpr size_t TEXTURE_PREFIX_SIZE = TEXTURE_PREFIX.size();
229 void ApplyTextureInfoImage(size_t arrayIndex, SCENE_NS::ITextureInfo& info) in ApplyTextureInfoImage()
268 void SubscribeToTextureInfo(size_t arrayIndex, SCENE_NS::ITextureInfo::Ptr info) in SubscribeToTextureInfo()
366 size_t ix = TEXTURE_PREFIX_SIZE; in BindTextureSlot()
368 size_t textureSlotId = 0; in BindTextureSlot()
399 size_t dotIndex = textureSlotName.find('.'); in BindTextureSlot()
449 void CheckImageHandle(size_t arrayIx, BASE_NS::weak_ptr<SCENE_NS::ITextureInfo> w_info) in CheckImageHandle()
500 SCENE_NS::ITextureInfo::Ptr GetTextureInfo(size_t ix) const override
765 BASE_NS::vector<size_t> slot in BindInputProperties()
[all...]
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp82 size_t argCount = 0; in Constructor()
141 size_t argCount = PARAM3; in JsCreateSoundPool()
171 size_t argCount = PARAM4; in JsLoad()
222 size_t argCount = PARAM3; in JsPlay()
269 size_t argCount = PARAM2; in JsStop()
316 size_t argCount = PARAM3; in JsSetLoop()
365 size_t argCount = PARAM3; in JsSetPriority()
416 size_t argCount = PARAM3; in JsSetRate()
458 size_t argCount = PARAM4; in JsSetVolume()
501 size_t argCoun in JsUnload()
[all...]
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp326 size_t argc = 4; in OnSetWindowKeepScreenOn()
344 size_t argc = 4; in OnSetWindowBrightness()
368 size_t argc = 4; in OnSetPreferredOrientation()
405 size_t argc = 4; in OnResizeWindow()
424 size_t argc = 4; in OnMoveWindowTo()
492 size_t argc = 4; in OnDestroyWindow()
546 size_t argc = 4; in OnShowWindow()
559 size_t argc = 4; in OnSetUIContent()
602 size_t argc = 4; in OnLoadContent()
657 size_t arg in OnGetWindowAvoidArea()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp637 static size_t GetDataItemSerialSize(DataItem &item, size_t appendLen) in GetDataItemSerialSize()
641 static const size_t maxOrigDevLength = 40; in GetDataItemSerialSize()
642 size_t devLength = std::max(maxOrigDevLength, item.origDev.size()); in GetDataItemSerialSize()
643 size_t dataSize = (Parcel::GetUInt64Len() * 3 + Parcel::GetUInt32Len() + Parcel::GetVectorCharLen(item.key) + in GetDataItemSerialSize()
1057 for (size_t cid = 0; cid < table_.GetFields().size(); ++cid) { in GetDataItemForSync()
1104 int AppendData(const DataSizeSpecInfo &sizeInfo, size_t appendLength, size_t &overLongSize, size_t &dataTotalSize, in AppendData()
1145 int SQLiteSingleVerRelationalStorageExecutor::GetSyncDataByQuery(std::vector<DataItem> &dataItems, size_t appendLengt
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp46 for (size_t i = 0; i < file.length(); i++) { in ParseFile()
97 for (size_t i = 0; i < file.length(); i++) { in ParseRandomFile()
605 size_t size = errfiles.size(); in RecurMoveDir()
633 size_t found = string(src).rfind('/'); in MoveDirFunc()
678 size_t temp = 0; in DequeToCConflict()
679 for (size_t i = 0; i < errfiles.size(); i++) { in DequeToCConflict()
680 size_t srcFilesLen = errfiles[i].srcFiles.length() + 1; in DequeToCConflict()
690 size_t destFilesLen = errfiles[i].destFiles.length() + 1; in DequeToCConflict()
708 for (size_t j = temp; j > 0; j--) { in DequeToCConflict()
752 static bool CheckReadArgs(int32_t fd, const char* buf, int64_t bufLen, size_t lengt
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtls.c326 size_t send_len = 13; in TEST_F()
375 size_t send_len = 16384; in TEST_F()
376 size_t sends = 128; in TEST_F()
378 size_t recvs = 0; in TEST_F()
379 size_t sent = 0; in TEST_F()
897 size_t data = 100000; in TEST_F()
904 size_t left = data; in TEST_F()
922 size_t left = data; in TEST_F()
937 size_t data = 100000; in TEST_F()
958 size_t lef in TEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dims-pcu.c78 size_t max_ctrl_size;
86 size_t max_in_size;
90 size_t max_out_size;
164 size_t keymap_len;
201 size_t keymap_len) in ims_pcu_setup_buttons()
596 u8 command, const void *data, size_t len, in __ims_pcu_execute_command()
650 u8 command, const void *data, size_t len, in __ims_pcu_execute_bl_command()
1039 size_t field_offset;
1058 const char *buf, size_t count) in ims_pcu_attribute_store()
1066 size_t data_le in ims_pcu_attribute_store()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dlm85.c570 size_t count) in fan_min_store()
627 const char *buf, size_t count) in vrm_store()
692 const char *buf, size_t count) in pwm_store()
735 const char *buf, size_t count) in pwm_enable_store()
795 size_t count) in pwm_freq_store()
861 const char *buf, size_t count) in in_min_store()
889 const char *buf, size_t count) in in_max_store()
954 size_t count) in temp_min_store()
986 size_t count) in temp_max_store()
1031 const char *buf, size_t coun in pwm_auto_channels_store()
[all...]
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_devmap.c730 const char *buf, size_t count) in dasd_ff_store()
773 const char *buf, size_t count) in dasd_ro_store()
834 const char *buf, size_t count) in dasd_erplog_store()
869 const char *buf, size_t count) in dasd_use_diag_store()
918 const char *buf, size_t count) in dasd_use_raw_store()
950 const char *buf, size_t count) in dasd_safe_offline_store()
1201 const char *buf, size_t count) in dasd_eer_store()
1245 const char *buf, size_t count) in dasd_expires_store()
1285 const char *buf, size_t count) in dasd_retries_store()
1326 const char *buf, size_t coun in dasd_timeout_store()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/
H A Dconfigfs.c147 const char *page, size_t len) \
160 const char *page, size_t len) \
198 const char *page, size_t len) in gadget_dev_desc_bcdDevice_store()
215 const char *page, size_t len) in gadget_dev_desc_bcdUSB_store()
261 const char *page, size_t len) in gadget_dev_desc_UDC_store()
312 const char *page, size_t len) in gadget_dev_desc_max_speed_store()
515 const char *page, size_t len) in gadget_config_desc_MaxPower_store()
536 const char *page, size_t len) in gadget_config_desc_bmAttributes_store()
799 size_t len) in os_desc_use_store()
823 const char *page, size_t le in os_desc_b_vendor_code_store()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dcache.c811 static ssize_t cache_read(struct file *filp, char __user *buf, size_t count, in cache_read()
894 size_t count, struct cache_detail *cd) in cache_do_downcall()
910 size_t count, struct cache_detail *cd) in cache_slow_downcall()
926 size_t count, struct cache_detail *cd) in cache_downcall()
950 size_t count, loff_t *ppos, in cache_write()
1501 size_t count, loff_t *ppos, in read_flush()
1505 size_t len; in read_flush()
1513 size_t count, loff_t *ppos, in write_flush()
1556 size_t count, loff_t *ppos) in cache_read_procfs()
1564 size_t coun in cache_write_procfs()
[all...]
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dvmci_transport.c342 static int vmci_transport_send_negotiate(struct sock *sk, size_t size) in vmci_transport_send_negotiate()
352 static int vmci_transport_send_negotiate2(struct sock *sk, size_t size, in vmci_transport_send_negotiate2()
460 static int vmci_transport_send_conn_request(struct sock *sk, size_t size) in vmci_transport_send_conn_request()
469 static int vmci_transport_send_conn_request2(struct sock *sk, size_t size, in vmci_transport_send_conn_request2()
614 size_t size; in vmci_transport_recv_dgram_cb()
1700 size_t len) in vmci_transport_dgram_enqueue()
1737 struct msghdr *msg, size_t len, in vmci_transport_dgram_dequeue()
1743 size_t payload_len; in vmci_transport_dgram_dequeue()
1836 size_t len, in vmci_transport_stream_dequeue()
1848 size_t le in vmci_transport_stream_enqueue()
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dsunrpc.h62 __field(size_t, head_len)
64 __field(size_t, tail_len)
550 __field(size_t, callsize)
551 __field(size_t, recvsize)
641 size_t requested
650 __field(size_t, requested)
654 __field(size_t, head_len)
656 __field(size_t, tail_len)
708 size_t offset,
718 __field(size_t, offse
[all...]
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dqcom_q6v5_mss.c186 size_t current_dump_size;
187 size_t total_dump_size;
191 size_t mba_size;
192 size_t dp_size;
195 size_t mdata_size;
199 size_t mpss_size;
348 size_t pd_count) in q6v5_pds_enable()
375 size_t pd_count) in q6v5_pds_disable()
387 size_t size) in q6v5_xfer_mem_ownership()
815 size_t siz in q6v5_mpss_init_image()
[all...]
/kernel/linux/linux-5.10/drivers/rpmsg/
H A Dqcom_glink_native.c70 size_t size;
280 static size_t qcom_glink_rx_avail(struct qcom_glink *glink) in qcom_glink_rx_avail()
286 void *data, unsigned int offset, size_t count) in qcom_glink_rx_peak()
291 static void qcom_glink_rx_advance(struct qcom_glink *glink, size_t count) in qcom_glink_rx_advance()
296 static size_t qcom_glink_tx_avail(struct qcom_glink *glink) in qcom_glink_tx_avail()
302 const void *hdr, size_t hlen, in qcom_glink_tx_write()
303 const void *data, size_t dlen) in qcom_glink_tx_write()
309 const void *hdr, size_t hlen, in qcom_glink_tx()
310 const void *data, size_t dlen, bool wait) in qcom_glink_tx()
658 size_t siz in qcom_glink_alloc_intent()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsysfs.c194 const char *buf, size_t count) in btrfs_feature_attr_store()
516 const char *buf, size_t len) in btrfs_discard_iops_limit_store()
547 const char *buf, size_t len) in btrfs_discard_kbps_limit_store()
577 const char *buf, size_t len) in btrfs_discard_max_discard_size_store()
746 const char *buf, size_t len) in btrfs_chunk_size_store()
834 const char *buf, size_t len) in btrfs_force_chunk_alloc_store()
898 const char *buf, size_t len) in btrfs_sinfo_bg_reclaim_threshold_store()
985 const char *buf, size_t len) in btrfs_label_store()
988 size_t p_len; in btrfs_label_store()
1058 const char *buf, size_t le in btrfs_commit_stats_store()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbuffer.c1589 void block_invalidate_folio(struct folio *folio, size_t offset, size_t length) in block_invalidate_folio()
1592 size_t curr_off = 0; in block_invalidate_folio()
1593 size_t stop = length + offset; in block_invalidate_folio()
1608 size_t next_off = curr_off + bh->b_size; in block_invalidate_folio()
1976 void folio_zero_new_buffers(struct folio *folio, size_t from, size_t to) in folio_zero_new_buffers()
1978 size_t block_start, block_end; in folio_zero_new_buffers()
1994 size_t start, xend; in folio_zero_new_buffers()
2174 static void __block_commit_write(struct folio *folio, size_t fro
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsglob.h241 size_t rq_iter_size; /* Amount of data in ->rq_iter */
518 size_t, struct cifs_sb_info *);
587 size_t header_preamble_size;
588 size_t header_size;
589 size_t max_header_size;
590 size_t read_rsp_size;
597 size_t create_lease_size;
995 size_t speed;
996 size_t weight_fulfilled;
1075 size_t iface_coun
[all...]
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dqcom_q6v5_mss.c215 size_t current_dump_size;
216 size_t total_dump_size;
219 size_t mba_size;
220 size_t dp_size;
223 size_t mdata_size;
227 size_t mpss_size;
384 size_t pd_count) in q6v5_pds_enable()
411 size_t pd_count) in q6v5_pds_disable()
423 size_t size) in q6v5_xfer_mem_ownership()
987 size_t siz in q6v5_mpss_init_image()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm85.c570 size_t count) in fan_min_store()
627 const char *buf, size_t count) in vrm_store()
692 const char *buf, size_t count) in pwm_store()
735 const char *buf, size_t count) in pwm_enable_store()
795 size_t count) in pwm_freq_store()
861 const char *buf, size_t count) in in_min_store()
889 const char *buf, size_t count) in in_max_store()
954 size_t count) in temp_min_store()
986 size_t count) in temp_max_store()
1031 const char *buf, size_t coun in pwm_auto_channels_store()
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dims-pcu.c78 size_t max_ctrl_size;
86 size_t max_in_size;
90 size_t max_out_size;
164 size_t keymap_len;
201 size_t keymap_len) in ims_pcu_setup_buttons()
596 u8 command, const void *data, size_t len, in __ims_pcu_execute_command()
650 u8 command, const void *data, size_t len, in __ims_pcu_execute_bl_command()
1039 size_t field_offset;
1058 const char *buf, size_t count) in ims_pcu_attribute_store()
1066 size_t data_le in ims_pcu_attribute_store()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf_dump.c26 static const size_t PREFIX_CNT = sizeof(PREFIXES) - 1;
90 size_t type_states_cap;
93 size_t cached_names_cap;
121 static size_t str_hash_fn(long key, void *ctx) in str_hash_fn()
225 size_t bkt; in btf_dump_free_names()
380 size_t new_cap; in btf_dump_add_emit_queue_id()
649 static size_t btf_dump_name_dups(struct btf_dump *d, struct hashmap *name_map,
1069 size_t dup_cnt; in btf_dump_emit_enum32_val()
1094 size_t dup_cnt; in btf_dump_emit_enum64_val()
1209 size_t new_ca in btf_dump_push_decl_stack_id()
[all...]
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dvmci_transport.c342 static int vmci_transport_send_negotiate(struct sock *sk, size_t size) in vmci_transport_send_negotiate()
352 static int vmci_transport_send_negotiate2(struct sock *sk, size_t size, in vmci_transport_send_negotiate2()
460 static int vmci_transport_send_conn_request(struct sock *sk, size_t size) in vmci_transport_send_conn_request()
469 static int vmci_transport_send_conn_request2(struct sock *sk, size_t size, in vmci_transport_send_conn_request2()
614 size_t size; in vmci_transport_recv_dgram_cb()
1698 size_t len) in vmci_transport_dgram_enqueue()
1735 struct msghdr *msg, size_t len, in vmci_transport_dgram_dequeue()
1740 size_t payload_len; in vmci_transport_dgram_dequeue()
1831 size_t len, in vmci_transport_stream_dequeue()
1850 size_t le in vmci_transport_stream_enqueue()
[all...]
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp74 size_t index = 0;
100 for (size_t index = 0; index < count; index++) { in AddCallbackInfo()
119 static multimap<string, pair<vector<string>, size_t>> sApiArgTypesMap;
121 static void ParseMethodSignature(string_view signature, vector<string> &types, size_t &defArg) in ParseMethodSignature()
124 constexpr size_t BUF_LEN = 32; in ParseMethodSignature()
126 size_t tokenLen = 0; in ParseMethodSignature()
127 size_t defArgCount = 0; in ParseMethodSignature()
161 for (size_t idx = 0; idx < classDef->methodCount_; idx++) { in ParseFrontendMethodsSignature()
164 size_t hasDefaultArg = 0; in ParseFrontendMethodsSignature()
272 size_t argCoun in ApiMapPre()
[all...]

Completed in 67 milliseconds

1...<<821822823824825826827828829830>>...1892