Searched refs:roundup (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dsfrem.c56 register boolean roundup = FALSE; local
230 roundup = TRUE;
251 else if (Sgl_isequal(opnd1,opnd2) && roundup) {
H A Ddfrem.c57 register boolean roundup = FALSE; local
235 roundup = TRUE;
257 else if (Dbl_isequal(opnd1p1,opnd1p2,opnd2p1,opnd2p2) && roundup) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-mo.c57 #ifndef roundup
59 # define roundup(x, y) ({typeof(x) _x = (x); typeof(y) _y = (y); \ macro
62 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
64 #endif /* roundup */
508 offset = roundup (offset, alignment);
529 offset = roundup (offset, alignment);
601 offset = roundup (offset, alignment);
659 offset = roundup (offset, alignment);
707 fwrite (null, roundup (offset, alignment) - offset, 1, output_file);
708 offset = roundup (offse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c102 total += roundup(strlen(fullname) + 1, 4);
104 total += roundup(memsize, 4);
106 total += roundup(sz, 4);
202 if (!spufs_dump_seek(file, roundup((unsigned long)file->f_pos, 4)))
214 spufs_dump_seek(file, roundup((unsigned long)file->f_pos
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Dkcore.c87 roundup(sizeof(CORE_STR), 4)) +
88 roundup(sizeof(struct elf_prstatus), 4) +
89 roundup(sizeof(struct elf_prpsinfo), 4) +
90 roundup(sizeof(struct task_struct), 4);
105 sz += roundup((strlen(en->name) + 1), 4);
106 sz += roundup(en->datasz, 4);
128 bufp = (char*) roundup((unsigned long)bufp,4);
130 bufp = (char*) roundup((unsigned long)bufp,4);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_data.h129 return (int)roundup(offsetof(xfs_dir2_data_entry_t, name[0]) + (n) + \
H A Dxfs_inode_item.c396 data_bytes = roundup(ip->i_df.if_bytes, 4);
513 data_bytes = roundup(ip->i_afp->if_bytes, 4);
H A Dxfs_alloc.c110 bno = roundup(foundbno, alignment);
146 if ((newbno1 = roundup(freebno, alignment)) >= freeend)
149 newbno1 = roundup(wantbno, alignment);
170 newbno1 = roundup(freeend - wantlen, alignment);
H A Dxfs_attr_leaf.c160 minforkoff = roundup(sizeof(xfs_dev_t), 8) >> 3;
163 minforkoff = roundup(sizeof(uuid_t), 8) >> 3;
210 minforkoff = roundup(minforkoff, 8) >> 3;
H A Dxfs_rtalloc.c2232 mp->m_rsumsize = roundup(mp->m_rsumsize, sbp->sb_blocksize);
H A Dxfs_inode.c576 real_size = roundup(size, 4);
2587 real_size = roundup(new_size, 4);
H A Dxfs_log.c1366 uint count_init; /* initial count before roundup */
2873 log->l_curr_block = roundup(log->l_curr_block, sunit_bb);
H A Dxfs_bmap.c4001 ip->i_d.di_forkoff = roundup(sizeof(xfs_dev_t), 8) >> 3;
4004 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospfd.h442 #ifdef roundup
443 # define ROUNDUP(val, gran) roundup(val, gran)
444 #else /* roundup */
446 #endif /* roundup */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixelf.c1023 sz += roundup(strlen(en->name) + 1, 4);
1024 sz += roundup(en->datasz, 4);
1046 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));
1048 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));
1247 dataoff = offset = roundup(offset, PAGE_SIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dkernel.h42 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_elf_fdpic.c1229 sz += roundup(strlen(en->name) + 1, 4);
1230 sz += roundup(en->datasz, 4);
1252 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));
1254 DUMP_SEEK(roundup((unsigned long)file->f_pos, 4));
1699 dataoff = offset = roundup(offset, ELF_EXEC_PAGESIZE);
H A Dbinfmt_elf.c1226 sz += roundup(strlen(en->name) + 1, 4);
1227 sz += roundup(en->datasz, 4);
1238 DUMP_WRITE(buf, roundup(*foffset, 4) - *foffset, foffset);
1642 dataoff = offset = roundup(offset, ELF_EXEC_PAGESIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_memory.c154 newlen = roundup(len, size_aligned);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Dbitmap.c262 size = roundup(bitmap->last_page_size,
865 roundup( DIV_ROUND_UP(num_pages*4, 8), sizeof(unsigned long)),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c773 p_offset = p_offset ? roundup(p_offset, len) : PAGE_CACHE_SIZE;
966 p_offset = p_offset ? roundup(p_offset, len) : PAGE_CACHE_SIZE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Dsvc.c379 serv->sv_max_mesg = roundup(serv->sv_max_payload + PAGE_SIZE, PAGE_SIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c5243 max_list_size = roundup(sg_list_increment, PAGE_SIZE);

Completed in 395 milliseconds