Home
last modified time | relevance | path

Searched refs:ROUND_UP (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dwrite.c223 last_extent += ROUND_UP(dpnt->ce_bytes) >> 11; in FDECL1()
268 use = ROUND_UP(use); /* Round up to nearest sector boundary */ in FDECL4()
310 xfwrite(dwpnt->table, 1, ROUND_UP(dwpnt->size), outfile); in FDECL1()
311 last_extent_written += ROUND_UP(dwpnt->size) / SECTOR_SIZE; in FDECL1()
547 set_733((char *) root_record.size, ROUND_UP(root->size)); in root_gen()
619 s_entry->size = ROUND_UP(finddir->size); in FDECL1()
622 set_733((char *) s_entry->isorec.size, ROUND_UP(finddir->size)); in FDECL1()
640 s_entry->size = ROUND_UP(dpnt->size); in FDECL1()
644 set_733((char *) s_entry->isorec.size, ROUND_UP(dpnt->size)); in FDECL1()
661 s_entry->size = ROUND_UP(dpnt->parent->size); in FDECL1()
[all …]
Djoliet.c601 set_733((char *) jrec.size, ROUND_UP(dpnt->jsize)); in FDECL2()
609 set_733((char *) jrec.size, ROUND_UP(dpnt->self->parent_rec->filedir->jsize)); in FDECL2()
615 set_733((char *) jrec.size, ROUND_UP(dpnt->parent->jsize)); in FDECL2()
638 set_733((char *) jrec.size, ROUND_UP(finddir->jsize)); in FDECL2()
1025 set_733((char *) jroot_record.size, ROUND_UP(root->jsize)); in jroot_gen()
Dmkisofs.h473 #define ROUND_UP(X) ((X + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1)) macro
476 #define H_ROUND_UP(X) ROUND_UP(((X)*HFS_BLOCKSZ))
Dvms.c255 use = ROUND_UP(use); /* Round up to nearest sector boundary */ in vms_write_one_file()
Dmac_label.c107 mpm[mpc].size = ROUND_UP(mac_boot->size)/SECTOR_SIZE; in gen_mac_label()
Dtree.c412 table->table = (char *) e_malloc(ROUND_UP(tablesize)); in FDECL1()
413 memset(table->table, 0, ROUND_UP(tablesize)); in FDECL1()
580 ROUND_UP(this_dir->ce_bytes); in FDECL1()
DChangeLog551 ROUND_UP(statbuf.st_size) to n_data_extents.
/openbsd/src/gnu/usr.bin/binutils/ld/
Ddeffilep.y33 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro
479 int max_exports = ROUND_UP(def->num_exports, 32); in def_file_add_export()
483 max_exports = ROUND_UP(def->num_exports + 1, 32); in def_file_add_export()
538 int max_imports = ROUND_UP (def->num_imports, 16); in def_file_add_import()
542 max_imports = ROUND_UP (def->num_imports+1, 16); in def_file_add_import()
705 int max_sections = ROUND_UP (def->num_section_defs, 4); in def_section()
709 max_sections = ROUND_UP (def->num_section_defs+1, 4); in def_section()
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Ddeffilep.y33 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro
478 int max_exports = ROUND_UP(def->num_exports, 32); in def_file_add_export()
482 max_exports = ROUND_UP(def->num_exports + 1, 32); in def_file_add_export()
537 int max_imports = ROUND_UP (def->num_imports, 16); in def_file_add_import()
541 max_imports = ROUND_UP (def->num_imports+1, 16); in def_file_add_import()
715 int max_sections = ROUND_UP (def->num_section_defs, 4); in def_section()
719 max_sections = ROUND_UP (def->num_section_defs+1, 4); in def_section()
/openbsd/src/gnu/gcc/gcc/
Dggc-page.c234 #define ROUND_UP(x, f) (CEIL (x, f) * (f)) macro
1515 s = ROUND_UP (s, MAX_ALIGNMENT); in init_ggc()
2071 a += ROUND_UP (d->d.totals[i] * OBJECT_SIZE (i), G.pagesize); in ggc_pch_total_size()
2084 a += ROUND_UP (d->d.totals[i] * OBJECT_SIZE (i), G.pagesize); in ggc_pch_this_base()
2274 bytes = ROUND_UP (d.totals[i] * OBJECT_SIZE (i), G.pagesize); in ggc_pch_read()
Dggc-zone.c225 #define ROUND_UP(x, f) (CEIL (x, f) * (f)) macro
2208 d->d.type_totals[i] = ROUND_UP (d->d.type_totals[i], GGC_PAGE_SIZE); in ggc_pch_total_size()
2215 alloc_size = ROUND_UP (alloc_size, MAX_ALIGNMENT); in ggc_pch_total_size()
2328 alloc_size = ROUND_UP (alloc_size, MAX_ALIGNMENT); in ggc_pch_read()
/openbsd/src/gnu/usr.bin/perl/win32/
Dvmem.h372 #define ROUND_UP(n) (((ULONG)(n)+sizeof(long)-1)&~(sizeof(long)-1)) macro
483 return (size < minBlockSize) ? minAllocSize : (size_t)ROUND_UP(size) + blockOverhead; in CalcAllocSize()
/openbsd/src/lib/libc/softfloat/
Dtimesoftfloat.c2038 ROUND_UP, enumerator
2091 case ROUND_UP: in timeFunctionVariety()
2562 roundingMode = ROUND_UP; in main()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.c7495 alignlength = ROUND_UP (length);
8246 int base_size = ROUND_UP (get_frame_size ()); in arm_get_frame_size()
10306 int base_size = ROUND_UP (get_frame_size ()); in thumb_get_frame_size()
10413 amount = ROUND_UP (amount); in thumb_expand_prologue()
10498 amount = ROUND_UP (amount); in thumb_expand_epilogue()
Darm.h871 #define ROUND_UP(X) (((X) + 3) & ~3) macro
/openbsd/src/lib/libexpat/lib/
Dxmlparse.c215 #define ROUND_UP(n, sz) (((n) + ((sz) - 1)) & ~((sz) - 1)) macro
2672 rawNameLen = ROUND_UP(tag->rawNameLength, sizeof(XML_Char)); in storeRawNames()
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-20033289 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3291 (ROUND_DOWN, ROUND_UP): Delete macros.
3292 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
3296 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
3298 (ROUND_UP, ROUND_DOWN): Delete macros.
DChangeLog-20025623 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.