| /linux/lib/crypto/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/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/fs/verity/ |
| A D | verify.c | 96 const unsigned int hsize = params->digest_size; in verify_data_block() local 183 memcpy(_want_hash, haddr + hoffset, hsize); in verify_data_block() 207 if (memcmp(want_hash, real_hash, hsize) != 0) in verify_data_block() 218 memcpy(_want_hash, haddr + hoffset, hsize); in verify_data_block() 227 if (memcmp(want_hash, real_hash, hsize) != 0) in verify_data_block() 235 params->hash_alg->name, hsize, want_hash, in verify_data_block() 236 params->hash_alg->name, hsize, real_hash); in verify_data_block()
|
| /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 (!malidp_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 | 180 u32 hsize; in chameleon_parse_cells() local 183 hsize = sizeof(struct chameleon_fpga_header); in chameleon_parse_cells() 185 header = kzalloc(hsize, GFP_KERNEL); in chameleon_parse_cells() 190 memcpy_fromio(header, p, hsize); in chameleon_parse_cells() 199 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() 1153 u32 hsize; in dir_double_exhash() local 1160 hsize = BIT(dip->i_depth); in dir_double_exhash() 1535 u32 hsize, len = 0; in dir_e_read() local 1542 hsize = BIT(dip->i_depth); in dir_e_read() 1554 while (index < hsize) { in dir_e_read() 2107 u32 hsize, len; in gfs2_dir_exhash_dealloc() local 2119 while (index < hsize) { in gfs2_dir_exhash_dealloc() [all …]
|
| /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/net/xfrm/ |
| A D | xfrm_device.c | 24 unsigned int hsize) in __xfrm_transport_prep() argument 36 unsigned int hsize) in __xfrm_mode_tunnel_prep() argument 42 skb->transport_header = skb->network_header + hsize; in __xfrm_mode_tunnel_prep() 49 unsigned int hsize) in __xfrm_mode_beet_prep() argument 55 skb->transport_header = skb->network_header + hsize; in __xfrm_mode_beet_prep() 64 pskb_pull(skb, skb->mac_len + hsize + (x->props.header_len - phlen)); in __xfrm_mode_beet_prep()
|
| /linux/security/apparmor/ |
| A D | match.c | 264 int hsize; in aa_dfa_unpack() local 283 hsize = ntohl(*(__be32 *) (data + 4)); in aa_dfa_unpack() 284 if (size < hsize) in aa_dfa_unpack() 305 data += hsize; in aa_dfa_unpack() 306 size -= hsize; in aa_dfa_unpack()
|
| /linux/mm/ |
| A D | hugetlb_cgroup.c | 675 static char *mem_fmt(char *buf, int size, unsigned long hsize) in mem_fmt() argument 677 if (hsize >= SZ_1G) in mem_fmt() 678 snprintf(buf, size, "%luGB", hsize / SZ_1G); in mem_fmt() 679 else if (hsize >= SZ_1M) in mem_fmt() 680 snprintf(buf, size, "%luMB", hsize / SZ_1M); in mem_fmt() 682 snprintf(buf, size, "%luKB", hsize / SZ_1K); in mem_fmt()
|
| /linux/net/netfilter/ipset/ |
| A D | ip_set_hash_gen.h | 109 size_t hsize; in htable_size() local 114 hsize = jhash_size(hbits); in htable_size() 116 < hsize) in htable_size() 654 if (!hsize) in mtype_resize() 656 t = ip_set_alloc(hsize); in mtype_resize() 1471 size_t hsize; in IPSET_TOKEN() local 1553 hsize = sizeof(*h); in IPSET_TOKEN() 1554 h = kzalloc(hsize, GFP_KERNEL); in IPSET_TOKEN() 1563 hsize = htable_size(hbits); in IPSET_TOKEN() 1564 if (hsize == 0) { in IPSET_TOKEN() [all …]
|
| /linux/drivers/media/platform/xilinx/ |
| A D | xilinx-vtc.h | 25 unsigned int hsize; member
|
| /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/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/gpu/drm/arm/display/komeda/d71/ |
| A D | d71_component.c | 281 malidp_write32(reg, BLK_IN_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_layer_update() 371 line_sz = st->hsize - st->afbc_crop_l - st->afbc_crop_r; in d71_layer_validate() 481 malidp_write32(reg, BLK_IN_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_wb_layer_update() 596 HV_SIZE(cin->hsize, cin->vsize)); in compiz_enable_input() 623 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_compiz_update() 689 set_range(&compiz->hsize, 64, get_blk_line_size(d71, reg)); in d71_compiz_init() 859 set_range(&scaler->hsize, 4, __get_blk_line_size(d71, reg, 2048)); in d71_scaler_init() 919 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_splitter_update() 968 set_range(&splitter->hsize, 4, get_blk_line_size(d71, reg)); in d71_splitter_init() 1059 malidp_write32(reg, BLK_SIZE, HV_SIZE(st->hsize, st->vsize)); in d71_improc_update()
|
| /linux/fs/xfs/ |
| A D | xfs_handle.c | 85 int hsize; in xfs_find_handle() local 124 hsize = xfs_fshandle_init(ip->i_mount, &handle); in xfs_find_handle() 126 hsize = xfs_filehandle_init(ip->i_mount, ip->i_ino, in xfs_find_handle() 130 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle() 131 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle()
|
| /linux/include/net/netfilter/ |
| A D | nf_conntrack.h | 339 nf_conntrack_get_ht(struct hlist_nulls_head **hash, unsigned int *hsize) in nf_conntrack_get_ht() argument 351 *hsize = hsz; in nf_conntrack_get_ht()
|
| /linux/include/drm/ |
| A D | drm_edid.h | 64 u8 hsize; /* need to multiply by 8 then add 248 */ member 447 int hsize, int vsize, int fresh,
|
| /linux/drivers/gpu/drm/ |
| A D | drm_edid.c | 3024 int hsize, int vsize, int fresh, in drm_mode_find_dmt() argument 3032 if (hsize != ptr->hdisplay) in drm_mode_find_dmt() 3338 int hsize, vsize; in drm_mode_std() local 3350 hsize = t->hsize * 8 + 248; in drm_mode_std() 3356 vsize = hsize; in drm_mode_std() 3358 vsize = (hsize * 10) / 16; in drm_mode_std() 3360 vsize = (hsize * 3) / 4; in drm_mode_std() 3362 vsize = (hsize * 4) / 5; in drm_mode_std() 3364 vsize = (hsize * 9) / 16; in drm_mode_std() 3368 ((hsize == 1360 && vsize == 765) || in drm_mode_std() [all …]
|
| /linux/net/netfilter/ |
| A D | nf_conntrack_core.c | 741 unsigned int bucket, hsize; in ____nf_conntrack_find() local 744 nf_conntrack_get_ht(&ct_hash, &hsize); in ____nf_conntrack_find() 745 bucket = reciprocal_scale(hash, hsize); in ____nf_conntrack_find() 1346 unsigned int hash, hsize; in nf_conntrack_tuple_taken() local 1354 nf_conntrack_get_ht(&ct_hash, &hsize); in nf_conntrack_tuple_taken() 1355 hash = __hash_conntrack(net, tuple, nf_ct_zone_id(zone, IP_CT_DIR_REPLY), hsize); in nf_conntrack_tuple_taken() 1458 unsigned int hsize, drops; in early_drop() local 1461 nf_conntrack_get_ht(&ct_hash, &hsize); in early_drop() 1463 bucket = reciprocal_scale(hash, hsize); in early_drop() 1465 bucket = (bucket + 1) % hsize; in early_drop()
|
| /linux/drivers/dma/xilinx/ |
| A D | xilinx_dpdma.c | 769 size_t hsize = xt->sgl[0].size; in xilinx_dpdma_chan_prep_interleaved_dma() local 770 size_t stride = hsize + xt->sgl[0].icg; in xilinx_dpdma_chan_prep_interleaved_dma() 793 hsize = ALIGN(hsize, XILINX_DPDMA_LINESIZE_ALIGN_BITS / 8); in xilinx_dpdma_chan_prep_interleaved_dma() 794 hw_desc->xfer_size = hsize * xt->numf; in xilinx_dpdma_chan_prep_interleaved_dma() 796 FIELD_PREP(XILINX_DPDMA_DESC_HSIZE_STRIDE_HSIZE_MASK, hsize) | in xilinx_dpdma_chan_prep_interleaved_dma()
|
| /linux/include/video/ |
| A D | ili9320.h | 178 unsigned short hsize; member
|