Home
last modified time | relevance | path

Searched refs:roundup (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/arch/parisc/math-emu/
Dsfrem.c56 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()
Ddfrem.c57 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/
Dkcore.c106 #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/
Dirixelf.c994 #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/
Dbinfmt_elf.c1076 #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/
Dxfs_dir2_data.h145 ((int)(roundup(offsetof(xfs_dir2_data_entry_t, name[0]) + (n) + \
Dxfs_inode_item.c408 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()
Dxfs_alloc.c124 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()
Dxfs_inode.c629 real_size = roundup(size, 4); in xfs_iformat_local()
2668 real_size = roundup(new_size, 4); in xfs_idata_realloc()
Dxfs_rtalloc.c2311 mp->m_rsumsize = roundup(mp->m_rsumsize, sbp->sb_blocksize); in xfs_rtmount_init()
Dxfs_bmap.c3835 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()
Dxfs_log.c2775 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/
Dxfs_linux.h255 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) in BUFFER_FNS() macro
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_osm.h101 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
Daic79xx_core.c4758 max_list_size = roundup(sg_list_increment, PAGE_SIZE); in ahd_sglist_allocsize()