| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | arena-inl.h | 27 inline Arena::Arena(size_t buff_size, void *buff) : Arena(buff_size, buff, ARENA_DEFAULT_ALIGNMENT) {} in Arena() argument 29 inline Arena::Arena(size_t buff_size, void *buff, Alignment start_alignment) in Arena() argument 37 LOG(DEBUG, ALLOC) << "Arena: created with buff addr = " << buff << " size = " << buff_size; in Arena() local
|
| H A D | arena.h | 157 AlignedArena(size_t buff_size, void *buff) : Arena(buff_size, buff, AlignmentT) {} in AlignedArena() argument 174 DoubleLinkedAlignedArena(size_t buff_size, void *buff) : AlignedArena<AlignmentT>(buff_size, buff) {} in DoubleLinkedAlignedArena() argument
|
| /third_party/libexif/libexif/huawei/ |
| H A D | mnote-huawei-entry.c | 86 mnote_huawei_entry_rational_timestamp_process(char *buff, const int buff_size, const char *v, int strlen, in mnote_huawei_entry_rational_timestamp_process() argument 132 mnote_huawei_entry_string_process(char *buff, const int buff_size, const char *v, int strlen, in mnote_huawei_entry_string_process() argument 146 mnote_huawei_entry_value_process(char *buff, const int buff_size, const char *v, int strlen, in mnote_huawei_entry_value_process() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_adminq.c | 643 iavf_asq_send_command(struct iavf_hw *hw, struct iavf_aq_desc *desc, void *buff, u16 buff_size, struct iavf_asq_cmd_details *cmd_details) iavf_asq_send_command() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq.c | 782 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) i40e_asq_send_command() argument
|
| H A D | i40e_nvm.c | 1379 u32 buff_size = 0; in i40e_nvmupd_exec_aq() local
|
| /kernel/linux/linux-5.10/sound/soc/stm/ |
| H A D | stm32_adfsdm.c | 173 size_t buff_size = snd_pcm_lib_buffer_bytes(priv->substream); in stm32_afsdm_pcm_cb() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq.c | 783 i40e_asq_send_command_atomic_exec(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details, bool is_atomic_context) i40e_asq_send_command_atomic_exec() argument 987 i40e_asq_send_command_atomic(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details, bool is_atomic_context) i40e_asq_send_command_atomic() argument 1006 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) i40e_asq_send_command() argument 1029 i40e_asq_send_command_atomic_v2(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details, bool is_atomic_context, enum i40e_admin_queue_err *aq_status) i40e_asq_send_command_atomic_v2() argument 1051 i40e_asq_send_command_v2(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details, enum i40e_admin_queue_err *aq_status) i40e_asq_send_command_v2() argument [all...] |
| H A D | i40e_nvm.c | 1379 u32 buff_size = 0; in i40e_nvmupd_exec_aq() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_adminq.c | 641 iavf_asq_send_command(struct iavf_hw *hw, struct iavf_aq_desc *desc, void *buff, u16 buff_size, struct iavf_asq_cmd_details *cmd_details) iavf_asq_send_command() argument
|
| /kernel/linux/linux-6.6/sound/soc/stm/ |
| H A D | stm32_adfsdm.c | 174 size_t buff_size = snd_pcm_lib_buffer_bytes(priv->substream); in stm32_afsdm_pcm_cb() local
|
| /kernel/linux/linux-6.6/sound/soc/sof/ |
| H A D | debug.c | 217 static int memory_info_update(struct snd_sof_dev *sdev, char *buf, size_t buff_size) in memory_info_update() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/ |
| H A D | dc_dsc.c | 768 int buff_size; in dc_dsc_parse_dsc_dpcd() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
| H A D | cdn-dp-reg.c | 141 cdn_dp_mailbox_read_receive(struct cdn_dp_device *dp, u8 *buff, u16 buff_size) cdn_dp_mailbox_read_receive() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/ |
| H A D | cdns-mhdp8546-hdcp.c | 82 cdns_mhdp_secure_mailbox_recv_data(struct cdns_mhdp_device *mhdp, u8 *buff, u16 buff_size) cdns_mhdp_secure_mailbox_recv_data() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
| H A D | cdn-dp-reg.c | 141 cdn_dp_mailbox_read_receive(struct cdn_dp_device *dp, u8 *buff, u16 buff_size) cdn_dp_mailbox_read_receive() argument
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-number-prototype.c | 287 int buff_size = 0; in ecma_builtin_number_prototype_object_to_string() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_iwarp.h | 35 u32 buff_size; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_a0.c | 128 u32 buff_size = 0U; in hw_atl_a0_hw_qos_set() local
|
| /kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
| H A D | pipe.c | 474 u16 buff_size; in usbhsp_setup_pipebuff() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_a0.c | 128 u32 buff_size = 0U; in hw_atl_a0_hw_qos_set() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_iwarp.h | 35 u32 buff_size; member
|
| /kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
| H A D | pipe.c | 474 u16 buff_size; in usbhsp_setup_pipebuff() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/ |
| H A D | dc_dsc.c | 332 int buff_size; in dc_dsc_parse_dsc_dpcd() local
|
| /third_party/backends/backend/ |
| H A D | kvs1025_low.c | 792 int buff_size = SCSI_BUFFER_SIZE; in ReadImageDataSimplex() local 855 int buff_size[2]; in ReadImageDataDuplex() local
|