/linux-4.19.296/lib/mpi/ |
D | mpih-mul.c | 146 mpi_size_t hsize = size >> 1; in mul_n() local 155 MPN_MUL_N_RECURSE(prodp + size, up + hsize, vp + hsize, hsize, in mul_n() 161 if (mpihelp_cmp(up + hsize, up, hsize) >= 0) { in mul_n() 162 mpihelp_sub_n(prodp, up + hsize, up, hsize); in mul_n() 165 mpihelp_sub_n(prodp, up, up + hsize, hsize); in mul_n() 168 if (mpihelp_cmp(vp + hsize, vp, hsize) >= 0) { in mul_n() 169 mpihelp_sub_n(prodp + hsize, vp + hsize, vp, hsize); in mul_n() 172 mpihelp_sub_n(prodp + hsize, vp, vp + hsize, hsize); in mul_n() 179 MPN_MUL_N_RECURSE(tspace, prodp, prodp + hsize, hsize, in mul_n() 183 MPN_COPY(prodp + hsize, prodp + size, hsize); in mul_n() [all …]
|
/linux-4.19.296/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 117 unsigned int hsize; /* size of the hash table */ member 307 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local 325 hsize = htab[bits - 9][0]; in bsd_alloc() 343 db->dict = vmalloc(array_size(hsize, sizeof(struct bsd_dict))); in bsd_alloc() 367 db->totlen = sizeof(struct bsd_db) + (sizeof(struct bsd_dict) * hsize); in bsd_alloc() 368 db->hsize = hsize; in bsd_alloc() 404 indx = db->hsize; in bsd_init() 439 if ((unsigned int) idx >= (unsigned int) db->hsize) { in dict_ptr() 532 if (hval >= db->hsize) in bsd_compress() 533 hval -= db->hsize; in bsd_compress() [all …]
|
/linux-4.19.296/fs/gfs2/ |
D | dir.c | 345 u32 hsize; in gfs2_dir_get_hash_table() local 354 hsize = BIT(ip->i_depth); in gfs2_dir_get_hash_table() 355 hsize *= sizeof(__be64); in gfs2_dir_get_hash_table() 356 if (hsize != i_size_read(&ip->i_inode)) { in gfs2_dir_get_hash_table() 361 hc = kmalloc(hsize, GFP_NOFS | __GFP_NOWARN); in gfs2_dir_get_hash_table() 363 hc = __vmalloc(hsize, GFP_NOFS, PAGE_KERNEL); in gfs2_dir_get_hash_table() 368 ret = gfs2_dir_read_data(ip, hc, hsize); in gfs2_dir_get_hash_table() 822 unsigned int hsize = BIT(ip->i_depth); in gfs2_dirent_search() local 825 if (hsize * sizeof(u64) != i_size_read(inode)) { in gfs2_dirent_search() 1156 u32 hsize; in dir_double_exhash() local [all …]
|
/linux-4.19.296/fs/pstore/ |
D | platform.c | 346 static size_t copy_kmsg_to_buffer(int hsize, size_t len) in copy_kmsg_to_buffer() argument 351 total_len = hsize + len; in copy_kmsg_to_buffer() 354 diff = total_len - psinfo->bufsize + hsize; in copy_kmsg_to_buffer() 355 memcpy(psinfo->buf, big_oops_buf, hsize); in copy_kmsg_to_buffer() 356 memcpy(psinfo->buf + hsize, big_oops_buf + diff, in copy_kmsg_to_buffer() 357 psinfo->bufsize - hsize); in copy_kmsg_to_buffer()
|
/linux-4.19.296/include/net/netfilter/ |
D | nf_conntrack.h | 296 nf_conntrack_get_ht(struct hlist_nulls_head **hash, unsigned int *hsize) in nf_conntrack_get_ht() argument 308 *hsize = hsz; in nf_conntrack_get_ht()
|
/linux-4.19.296/include/drm/ |
D | drm_edid.h | 58 u8 hsize; /* need to multiply by 8 then add 248 */ member 490 int hsize, int vsize, int fresh,
|
/linux-4.19.296/include/video/ |
D | ili9320.h | 181 unsigned short hsize; member
|
/linux-4.19.296/fs/f2fs/ |
D | xattr.c | 411 static inline int write_all_xattrs(struct inode *inode, __u32 hsize, in write_all_xattrs() argument 423 if (hsize > inline_size && !F2FS_I(inode)->i_xattr_nid) in write_all_xattrs() 443 if (hsize <= inline_size) { in write_all_xattrs()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_ioctl.c | 62 int hsize; in xfs_find_handle() local 105 hsize = sizeof(xfs_fsid_t); in xfs_find_handle() 112 hsize = sizeof(xfs_handle_t); in xfs_find_handle() 116 if (copy_to_user(hreq->ohandle, &handle, hsize) || in xfs_find_handle() 117 copy_to_user(hreq->ohandlen, &hsize, sizeof(__s32))) in xfs_find_handle()
|
D | xfs_log_recover.c | 1069 int hsize) in xlog_verify_tail() argument 1112 if (tail_distance > BTOBB(XLOG_MAX_ICLOGS * hsize)) in xlog_verify_tail()
|
/linux-4.19.296/drivers/s390/net/ |
D | qeth_core_main.c | 6597 unsigned int hsize = skb_shinfo(skb)->gso_size; in qeth_features_check() local 6601 if (SKB_DATA_ALIGN(hroom + doffset + hsize) <= SKB_MAX_HEAD(0)) in qeth_features_check()
|