/linux/lib/mpi/ |
A D | mpih-mul.c | 142 MPN_MUL_N_RECURSE(prodp + size, up + hsize, vp + hsize, hsize, in mul_n() 149 mpihelp_sub_n(prodp, up + hsize, up, hsize); in mul_n() 152 mpihelp_sub_n(prodp, up, up + hsize, hsize); in mul_n() 156 mpihelp_sub_n(prodp + hsize, vp + hsize, vp, hsize); in mul_n() 159 mpihelp_sub_n(prodp + hsize, vp, vp + hsize, hsize); in mul_n() 172 prodp + size + hsize, hsize); in mul_n() 197 prodp + hsize + size, hsize, cy); in mul_n() 200 cy = mpihelp_add_n(prodp + hsize, prodp + hsize, tspace + hsize, in mul_n() 294 prodp + size + hsize, hsize); in mpih_sqr_n() 310 prodp + hsize + size, hsize, cy); in mpih_sqr_n() [all …]
|
/linux/fs/verity/ |
A D | verify.c | 44 unsigned int hsize, u8 *out) in extract_hash() argument 48 memcpy(out, virt + hoffset, hsize); in extract_hash() 56 const unsigned int hsize = vi->tree_params.digest_size; in cmp_hashes() local 58 if (memcmp(want_hash, real_hash, hsize) == 0) in cmp_hashes() 64 vi->tree_params.hash_alg->name, hsize, want_hash, in cmp_hashes() 65 vi->tree_params.hash_alg->name, hsize, real_hash); in cmp_hashes() 91 const unsigned int hsize = params->digest_size; in verify_page() local 132 extract_hash(hpage, hoffset, hsize, _want_hash); in verify_page() 137 hsize, want_hash); in verify_page() 147 params->hash_alg->name, hsize, want_hash); in verify_page() [all …]
|
/linux/security/integrity/platform_certs/ |
A D | efi_parser.c | 50 size_t lsize, esize, hsize, elsize; in parse_efi_signature_list() local 62 hsize = list.signature_header_size; in parse_efi_signature_list() 64 elsize = lsize - sizeof(list) - hsize; in parse_efi_signature_list() 73 lsize - sizeof(list) < hsize || in parse_efi_signature_list() 89 data += sizeof(list) + hsize; in parse_efi_signature_list() 90 size -= sizeof(list) + hsize; in parse_efi_signature_list() 91 offs += sizeof(list) + hsize; in parse_efi_signature_list()
|
/linux/drivers/net/ppp/ |
A D | bsd_comp.c | 372 hsize = 5003; in bsd_alloc() 376 hsize = 9001; in bsd_alloc() 380 hsize = 18013; in bsd_alloc() 384 hsize = 35023; in bsd_alloc() 439 (sizeof (struct bsd_dict) * hsize); in bsd_alloc() 441 db->hsize = hsize; in bsd_alloc() 487 indx = db->hsize; in bsd_init() 679 if (hval >= db->hsize) in bsd_compress() 681 hval -= db->hsize; in bsd_compress() 1069 if (hval >= db->hsize) in bsd_decompress() [all …]
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
A D | komeda_pipeline.h | 245 u16 hsize, vsize; member 256 struct malidp_range hsize, vsize; member 279 struct malidp_range hsize, vsize; member 283 u16 hsize, vsize; member 291 u16 hsize, vsize; member 309 struct malidp_range hsize, vsize; member 314 u16 hsize, vsize; member 330 u16 hsize, vsize; member 528 u16 *hsize, u16 *vsize);
|
A D | komeda_pipeline_state.c | 363 st->hsize = kfb->aligned_w; in komeda_layer_validate() 370 st->hsize = dflow->in_w; in komeda_layer_validate() 419 st->hsize = dflow->out_w; in komeda_wb_layer_validate() 455 if (!in_range(&scaler->hsize, hsize_in) || in komeda_scaler_check_cfg() 599 st->hsize = dflow->in_w; in komeda_splitter_validate() 657 u16 *hsize, u16 *vsize) in pipeline_composition_size() argument 661 if (hsize) in pipeline_composition_size() 662 *hsize = m->hdisplay; in pipeline_composition_size() 699 cin->hsize = dflow->out_w; in komeda_compiz_set_input() 742 dflow->in_w = st->hsize; in komeda_compiz_validate() [all …]
|
/linux/drivers/mcb/ |
A D | mcb-parse.c | 187 u32 hsize; in chameleon_parse_cells() local 189 hsize = sizeof(struct chameleon_fpga_header); in chameleon_parse_cells() 191 header = kzalloc(hsize, GFP_KERNEL); in chameleon_parse_cells() 196 memcpy_fromio(header, p, hsize); in chameleon_parse_cells() 205 p += hsize; in chameleon_parse_cells()
|
/linux/fs/gfs2/ |
A D | dir.c | 338 u32 hsize; in gfs2_dir_get_hash_table() local 347 hsize = BIT(ip->i_depth); in gfs2_dir_get_hash_table() 348 hsize *= sizeof(__be64); in gfs2_dir_get_hash_table() 1150 u32 hsize; in dir_double_exhash() local 1157 hsize = BIT(dip->i_depth); in dir_double_exhash() 1533 u32 hsize, len = 0; in dir_e_read() local 1540 hsize = BIT(dip->i_depth); in dir_e_read() 1552 while (index < hsize) { in dir_e_read() 2104 u32 hsize, len; in gfs2_dir_exhash_dealloc() local 2116 while (index < hsize) { in gfs2_dir_exhash_dealloc() [all …]
|
/linux/net/xfrm/ |
A D | xfrm_device.c | 23 unsigned int hsize) in __xfrm_transport_prep() argument 35 unsigned int hsize) in __xfrm_mode_tunnel_prep() argument 41 skb->transport_header = skb->network_header + hsize; in __xfrm_mode_tunnel_prep() 48 unsigned int hsize) in __xfrm_mode_beet_prep() argument 54 skb->transport_header = skb->network_header + hsize; in __xfrm_mode_beet_prep() 63 pskb_pull(skb, skb->mac_len + hsize + (x->props.header_len - phlen)); in __xfrm_mode_beet_prep()
|
/linux/drivers/media/pci/solo6x10/ |
A D | solo6x10-v4l2.c | 115 int sy, ysize, hsize, i; in solo_v4l2_ch_ext_16up() local 127 hsize = solo_dev->video_hsize / 4; in solo_v4l2_ch_ext_16up() 130 solo_win_setup(solo_dev, i * 4, 0, sy, hsize, in solo_v4l2_ch_ext_16up() 132 solo_win_setup(solo_dev, (i * 4) + 1, hsize, sy, in solo_v4l2_ch_ext_16up() 133 hsize * 2, sy + ysize, 5); in solo_v4l2_ch_ext_16up() 134 solo_win_setup(solo_dev, (i * 4) + 2, hsize * 2, sy, in solo_v4l2_ch_ext_16up() 135 hsize * 3, sy + ysize, 5); in solo_v4l2_ch_ext_16up() 136 solo_win_setup(solo_dev, (i * 4) + 3, hsize * 3, sy, in solo_v4l2_ch_ext_16up()
|
/linux/fs/pstore/ |
A D | platform.c | 351 static size_t copy_kmsg_to_buffer(int hsize, size_t len) in copy_kmsg_to_buffer() argument 356 total_len = hsize + len; in copy_kmsg_to_buffer() 359 diff = total_len - psinfo->bufsize + hsize; in copy_kmsg_to_buffer() 360 memcpy(psinfo->buf, big_oops_buf, hsize); in copy_kmsg_to_buffer() 361 memcpy(psinfo->buf + hsize, big_oops_buf + diff, in copy_kmsg_to_buffer() 362 psinfo->bufsize - hsize); in copy_kmsg_to_buffer()
|
/linux/net/netfilter/ipset/ |
A D | ip_set_hash_gen.h | 131 size_t hsize; in htable_size() local 136 hsize = jhash_size(hbits); in htable_size() 138 < hsize) in htable_size() 656 if (!hsize) in mtype_resize() 658 t = ip_set_alloc(hsize); in mtype_resize() 1453 size_t hsize; in IPSET_TOKEN() local 1509 hsize = sizeof(*h); in IPSET_TOKEN() 1510 h = kzalloc(hsize, GFP_KERNEL); in IPSET_TOKEN() 1519 hsize = htable_size(hbits); in IPSET_TOKEN() 1520 if (hsize == 0) { in IPSET_TOKEN() [all …]
|
/linux/mm/ |
A D | hugetlb_cgroup.c | 575 static char *mem_fmt(char *buf, int size, unsigned long hsize) in mem_fmt() argument 577 if (hsize >= (1UL << 30)) in mem_fmt() 578 snprintf(buf, size, "%luGB", hsize >> 30); in mem_fmt() 579 else if (hsize >= (1UL << 20)) in mem_fmt() 580 snprintf(buf, size, "%luMB", hsize >> 20); in mem_fmt() 582 snprintf(buf, size, "%luKB", hsize >> 10); in mem_fmt()
|
/linux/security/apparmor/ |
A D | match.c | 308 int hsize; in aa_dfa_unpack() local 327 hsize = ntohl(*(__be32 *) (data + 4)); in aa_dfa_unpack() 328 if (size < hsize) in aa_dfa_unpack() 349 data += hsize; in aa_dfa_unpack() 350 size -= hsize; in aa_dfa_unpack()
|
/linux/drivers/macintosh/ |
A D | windfarm_rm31.c | 298 int fmin, fmax, hsize; in cpu_setup_pid() local 318 hsize = min_t(int, mpu->tguardband, WF_PID_MAX_HISTORY); in cpu_setup_pid() 319 DBG("wf_72: CPU%d history size = %d\n", cpu, hsize); in cpu_setup_pid() 323 pid.history_len = hsize; in cpu_setup_pid()
|
A D | windfarm_pm72.c | 397 int fmin, fmax, hsize; in cpu_setup_pid() local 417 hsize = min_t(int, mpu->tguardband, WF_PID_MAX_HISTORY); in cpu_setup_pid() 418 DBG("wf_72: CPU%d history size = %d\n", cpu, hsize); in cpu_setup_pid() 422 pid.history_len = hsize; in cpu_setup_pid()
|
/linux/drivers/gpu/drm/arm/display/komeda/d71/ |
A D | d71_component.c | 279 malidp_write32(reg, BLK_IN_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_layer_update() 369 line_sz = st->hsize - st->afbc_crop_l - st->afbc_crop_r; in d71_layer_validate() 479 malidp_write32(reg, BLK_IN_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_wb_layer_update() 594 HV_SIZE(cin->hsize, cin->vsize)); in compiz_enable_input() 621 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_compiz_update() 687 set_range(&compiz->hsize, 64, get_blk_line_size(d71, reg)); in d71_compiz_init() 857 set_range(&scaler->hsize, 4, __get_blk_line_size(d71, reg, 2048)); in d71_scaler_init() 917 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_splitter_update() 966 set_range(&splitter->hsize, 4, get_blk_line_size(d71, reg)); in d71_splitter_init() 1057 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_improc_update()
|
/linux/net/tipc/ |
A D | msg.c | 82 u32 hsize, u32 dnode) in tipc_msg_init() argument 84 memset(m, 0, hsize); in tipc_msg_init() 87 msg_set_hdr_sz(m, hsize); in tipc_msg_init() 88 msg_set_size(m, hsize); in tipc_msg_init() 91 if (hsize > SHORT_H_SIZE) { in tipc_msg_init()
|
/linux/drivers/media/platform/xilinx/ |
A D | xilinx-vtc.h | 25 unsigned int hsize; member
|
/linux/drivers/gpu/drm/ |
A D | drm_edid.c | 2310 int hsize, int vsize, int fresh, in drm_mode_find_dmt() argument 2318 if (hsize != ptr->hdisplay) in drm_mode_find_dmt() 2539 int hsize, vsize; in drm_mode_std() local 2551 hsize = t->hsize * 8 + 248; in drm_mode_std() 2557 vsize = hsize; in drm_mode_std() 2559 vsize = (hsize * 10) / 16; in drm_mode_std() 2561 vsize = (hsize * 3) / 4; in drm_mode_std() 2563 vsize = (hsize * 4) / 5; in drm_mode_std() 2565 vsize = (hsize * 9) / 16; in drm_mode_std() 2569 ((hsize == 1360 && vsize == 765) || in drm_mode_std() [all …]
|
/linux/include/net/netfilter/ |
A D | nf_conntrack.h | 320 nf_conntrack_get_ht(struct hlist_nulls_head **hash, unsigned int *hsize) in nf_conntrack_get_ht() argument 332 *hsize = hsz; in nf_conntrack_get_ht()
|
/linux/drivers/dma/xilinx/ |
A D | xilinx_dpdma.c | 689 size_t hsize = xt->sgl[0].size; in xilinx_dpdma_chan_prep_interleaved_dma() local 690 size_t stride = hsize + xt->sgl[0].icg; in xilinx_dpdma_chan_prep_interleaved_dma() 713 hsize = ALIGN(hsize, XILINX_DPDMA_LINESIZE_ALIGN_BITS / 8); in xilinx_dpdma_chan_prep_interleaved_dma() 714 hw_desc->xfer_size = hsize * xt->numf; in xilinx_dpdma_chan_prep_interleaved_dma() 716 FIELD_PREP(XILINX_DPDMA_DESC_HSIZE_STRIDE_HSIZE_MASK, hsize) | in xilinx_dpdma_chan_prep_interleaved_dma()
|
/linux/drivers/net/ |
A D | gtp.c | 648 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize); 774 static int gtp_hashtable_new(struct gtp_dev *gtp, int hsize) in gtp_hashtable_new() argument 778 gtp->addr_hash = kmalloc_array(hsize, sizeof(struct hlist_head), in gtp_hashtable_new() 783 gtp->tid_hash = kmalloc_array(hsize, sizeof(struct hlist_head), in gtp_hashtable_new() 788 gtp->hash_size = hsize; in gtp_hashtable_new() 790 for (i = 0; i < hsize; i++) { in gtp_hashtable_new()
|
/linux/net/netfilter/ |
A D | nf_conntrack_core.c | 766 unsigned int bucket, hsize; in ____nf_conntrack_find() local 769 nf_conntrack_get_ht(&ct_hash, &hsize); in ____nf_conntrack_find() 770 bucket = reciprocal_scale(hash, hsize); in ____nf_conntrack_find() 1269 unsigned int hash, hsize; in nf_conntrack_tuple_taken() local 1277 nf_conntrack_get_ht(&ct_hash, &hsize); in nf_conntrack_tuple_taken() 1278 hash = __hash_conntrack(net, tuple, nf_ct_zone_id(zone, IP_CT_DIR_REPLY), hsize); in nf_conntrack_tuple_taken() 1381 unsigned int hsize, drops; in early_drop() local 1384 nf_conntrack_get_ht(&ct_hash, &hsize); in early_drop() 1386 bucket = reciprocal_scale(hash, hsize); in early_drop() 1388 bucket = (bucket + 1) % hsize; in early_drop()
|
/linux/include/drm/ |
A D | drm_edid.h | 59 u8 hsize; /* need to multiply by 8 then add 248 */ member 588 int hsize, int vsize, int fresh,
|