Searched refs:roundup (Results 1 – 15 of 15) sorted by relevance
/linux-2.4.37.9/arch/parisc/math-emu/ |
D | sfrem.c | 56 register boolean roundup = FALSE; in sgl_frem() local 230 roundup = TRUE; in sgl_frem() 251 else if (Sgl_isequal(opnd1,opnd2) && roundup) { in sgl_frem()
|
D | dfrem.c | 57 register boolean roundup = FALSE; in dbl_frem() local 235 roundup = TRUE; in dbl_frem() 257 else if (Dbl_isequal(opnd1p1,opnd1p2,opnd2p1,opnd2p2) && roundup) { in dbl_frem()
|
/linux-2.4.37.9/fs/proc/ |
D | kcore.c | 106 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro 157 sz += roundup(strlen(en->name), 4); in notesize() 158 sz += roundup(en->datasz, 4); in notesize() 181 bufp = (char*) roundup((unsigned long)bufp,4); in storenote() 183 bufp = (char*) roundup((unsigned long)bufp,4); in storenote()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | irixelf.c | 994 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro 1010 sz += roundup(strlen(en->name), 4); in notesize() 1011 sz += roundup(en->datasz, 4); in notesize() 1036 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4)); /* XXX */ in writenote() 1038 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4)); /* XXX */ in writenote() 1229 dataoff = offset = roundup(offset, PAGE_SIZE); in irix_core_dump()
|
/linux-2.4.37.9/fs/ |
D | binfmt_elf.c | 1076 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro 1092 sz += roundup(strlen(en->name), 4); in notesize() 1093 sz += roundup(en->datasz, 4); in notesize() 1134 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4)); /* XXX */ in writenote() 1136 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4)); /* XXX */ in writenote() 1331 dataoff = offset = roundup(offset, ELF_EXEC_PAGESIZE); in elf_core_dump()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir2_data.h | 145 ((int)(roundup(offsetof(xfs_dir2_data_entry_t, name[0]) + (n) + \
|
D | xfs_inode_item.c | 408 data_bytes = roundup(ip->i_df.if_bytes, 4); in xfs_inode_item_format() 522 data_bytes = roundup(ip->i_afp->if_bytes, 4); in xfs_inode_item_format()
|
D | xfs_alloc.c | 124 bno = roundup(foundbno, alignment); in xfs_alloc_compute_aligned() 160 if ((newbno1 = roundup(freebno, alignment)) >= freeend) in xfs_alloc_compute_diff() 163 newbno1 = roundup(wantbno, alignment); in xfs_alloc_compute_diff() 184 newbno1 = roundup(freeend - wantlen, alignment); in xfs_alloc_compute_diff()
|
D | xfs_inode.c | 629 real_size = roundup(size, 4); in xfs_iformat_local() 2668 real_size = roundup(new_size, 4); in xfs_idata_realloc()
|
D | xfs_rtalloc.c | 2311 mp->m_rsumsize = roundup(mp->m_rsumsize, sbp->sb_blocksize); in xfs_rtmount_init()
|
D | xfs_bmap.c | 3835 ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3; in xfs_bmap_add_attrfork() 3838 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3; in xfs_bmap_add_attrfork() 4726 ralen = roundup(alen, extsz); in xfs_bmapi()
|
D | xfs_log.c | 2775 log->l_curr_block = roundup(log->l_curr_block, sunit_bb); in xlog_state_switch_iclogs()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_linux.h | 255 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) in BUFFER_FNS() macro
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_osm.h | 101 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
D | aic79xx_core.c | 4758 max_list_size = roundup(sg_list_increment, PAGE_SIZE); in ahd_sglist_allocsize()
|