/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/src/ |
H A D | circbuf.c | 208 u8 curr_size; in ia_css_circbuf_increase_size() local 215 curr_size = cb->desc->size; in ia_css_circbuf_increase_size() 233 for (i = curr_size; i < cb->desc->size; i++) in ia_css_circbuf_increase_size() 234 cb->elems[i] = elems[i - curr_size]; in ia_css_circbuf_increase_size() 240 cb->desc->end = curr_size; in ia_css_circbuf_increase_size() 244 curr_size - 1, in ia_css_circbuf_increase_size() 245 curr_size + sz_delta - 1); in ia_css_circbuf_increase_size()
|
/openbmc/libpldm/src/dsp/ |
H A D | fru.c | 176 int encode_fru_record(uint8_t *fru_table, size_t total_size, size_t *curr_size, in encode_fru_record() argument 184 if (fru_table == NULL || curr_size == NULL || !tlvs_size) { in encode_fru_record() 188 if (SIZE_MAX - *curr_size < record_hdr_size) { in encode_fru_record() 192 if (SIZE_MAX - (*curr_size + record_hdr_size) < tlvs_size) { in encode_fru_record() 196 if (total_size < *curr_size + record_hdr_size) { in encode_fru_record() 200 if (total_size - (*curr_size + record_hdr_size) < tlvs_size) { in encode_fru_record() 205 (struct pldm_fru_record_data_format *)(fru_table + *curr_size); in encode_fru_record() 210 *curr_size += record_hdr_size; in encode_fru_record() 213 memcpy(fru_table + *curr_size, tlvs, tlvs_size); in encode_fru_record() 214 *curr_size += tlvs_size; in encode_fru_record()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-crypto.c | 612 uint64_t max_len, curr_size = 0; in virtio_crypto_sym_op_helper() local 661 op_info->iv = op_info->data + curr_size; in virtio_crypto_sym_op_helper() 669 curr_size += op_info->iv_len; in virtio_crypto_sym_op_helper() 675 op_info->aad_data = op_info->data + curr_size; in virtio_crypto_sym_op_helper() 684 curr_size += op_info->aad_len; in virtio_crypto_sym_op_helper() 690 op_info->src = op_info->data + curr_size; in virtio_crypto_sym_op_helper() 699 curr_size += op_info->src_len; in virtio_crypto_sym_op_helper() 703 op_info->dst = op_info->data + curr_size; in virtio_crypto_sym_op_helper() 704 curr_size += op_info->dst_len; in virtio_crypto_sym_op_helper() 711 op_info->digest_result = op_info->data + curr_size; in virtio_crypto_sym_op_helper()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl8712_efuse.c | 357 u16 efuse_addr = 0, curr_size = 0; in r8712_efuse_pg_packet_write() local 372 curr_size = r8712_efuse_get_current_size(adapter); in r8712_efuse_pg_packet_write() 373 if ((curr_size + 1 + target_word_cnts * 2) > in r8712_efuse_pg_packet_write() 376 efuse_addr = curr_size; /* current size is also the last addr*/ in r8712_efuse_pg_packet_write()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.c | 2732 uint32_t curr_size = 0; in vmw_du_helper_plane_update() local 2793 curr_size = update->post_prepare(update, cmd_next); in vmw_du_helper_plane_update() 2794 cmd_next += curr_size; in vmw_du_helper_plane_update() 2795 submit_size += curr_size; in vmw_du_helper_plane_update() 2799 curr_size = update->pre_clip(update, cmd_next, num_hits); in vmw_du_helper_plane_update() 2800 cmd_next += curr_size; in vmw_du_helper_plane_update() 2801 submit_size += curr_size; in vmw_du_helper_plane_update() 2816 curr_size = update->clip(update, cmd_next, &clip, fb_x, in vmw_du_helper_plane_update() 2818 cmd_next += curr_size; in vmw_du_helper_plane_update() 2819 submit_size += curr_size; in vmw_du_helper_plane_update() [all …]
|
/openbmc/libpldm/include/libpldm/ |
H A D | fru.h | 409 int encode_fru_record(uint8_t *fru_table, size_t total_size, size_t *curr_size,
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_params.c | 2081 size_t *curr_size, in realloc_isp_css_mm_buf() argument 2094 if (!force && *curr_size >= needed_size) { in realloc_isp_css_mm_buf() 2099 if (*curr_size == needed_size && ia_css_refcount_is_single(*curr_buf)) { in realloc_isp_css_mm_buf() 2109 *curr_size = 0; in realloc_isp_css_mm_buf() 2111 *curr_size = needed_size; in realloc_isp_css_mm_buf() 2119 size_t *curr_size, in reallocate_buffer() argument 2129 curr_size, needed_size, force, err); in reallocate_buffer()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 4091 u8 prev_size, curr_size, prev_ld_base, prev_st_base, prev_ld_dst; in curr_pair_chain_with_previous() local 4101 curr_size = BPF_LDST_BYTES(ld); in curr_pair_chain_with_previous() 4114 if (curr_size != prev_size) in curr_pair_chain_with_previous() 4127 if (ld->off + curr_size == prev_ld_off && in curr_pair_chain_with_previous() 4128 st->off + curr_size == prev_st_off) in curr_pair_chain_with_previous()
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-log.c | 6056 const u32 curr_size = curr->data_len + sizeof(struct btrfs_item); in log_delayed_insertion_items() local 6058 if (curr_batch_size + curr_size > leaf_data_size || in log_delayed_insertion_items() 6075 curr_batch_size += curr_size; in log_delayed_insertion_items()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 4287 'name' => 'curr_size',
|