| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | write.c | 223 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 …]
|
| H A D | joliet.c | 601 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()
|
| H A D | mkisofs.h | 477 #define ROUND_UP(X) ((X + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1)) macro 480 #define H_ROUND_UP(X) ROUND_UP(((X)*HFS_BLOCKSZ))
|
| H A D | mac_label.c | 105 mpm[mpc].size = ROUND_UP(mac_boot->size)/SECTOR_SIZE; in gen_mac_label()
|
| H A D | tree.c | 413 table->table = (char *) e_malloc(ROUND_UP(tablesize)+1); in FDECL1() 414 memset(table->table, 0, ROUND_UP(tablesize)+1); in FDECL1() 581 ROUND_UP(this_dir->ce_bytes); in FDECL1()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | deffilep.y | 33 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro 675 int max_exports = ROUND_UP(fdef->num_exports, 32); in def_file_add_export() 693 max_exports = ROUND_UP(fdef->num_exports + 1, 32); in def_file_add_export() 841 int max_imports = ROUND_UP (fdef->num_imports, 16); in def_file_add_import() 854 max_imports = ROUND_UP (fdef->num_imports+1, 16); in def_file_add_import() 885 int max_imports = ROUND_UP (fdef->num_imports, 16); in def_file_add_import_from() 903 max_imports = ROUND_UP (fdef->num_imports + num_imports, 16); in def_file_add_import_from() 1096 int max_sections = ROUND_UP (def->num_section_defs, 4); in def_section() 1100 max_sections = ROUND_UP (def->num_section_defs+1, 4); in def_section()
|
| H A D | deffilep.c | 103 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro 2490 int max_exports = ROUND_UP(fdef->num_exports, 32); in def_file_add_export() 2508 max_exports = ROUND_UP(fdef->num_exports + 1, 32); in def_file_add_export() 2656 int max_imports = ROUND_UP (fdef->num_imports, 16); in def_file_add_import() 2669 max_imports = ROUND_UP (fdef->num_imports+1, 16); in def_file_add_import() 2700 int max_imports = ROUND_UP (fdef->num_imports, 16); in def_file_add_import_from() 2718 max_imports = ROUND_UP (fdef->num_imports + num_imports, 16); in def_file_add_import_from() 2911 int max_sections = ROUND_UP (def->num_section_defs, 4); in def_section() 2915 max_sections = ROUND_UP (def->num_section_defs+1, 4); in def_section()
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/include/ |
| H A D | testFunction.h | 162 ROUND_UP, enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| H A D | loongarch.h | 730 (TARGET_ABI_LP64 ? ROUND_UP ((LOC), 16) : ROUND_UP ((LOC), 8))
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/ |
| H A D | testfloat.c | 236 roundingMode = ROUND_UP; in main()
|
| H A D | testFunction.c | 644 case ROUND_UP: in testFunctionVariety()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | internal.h | 93 #define ROUND_UP(a, b) \ macro
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | deffilep.y | 33 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro 1194 int max_sections = ROUND_UP (def->num_section_defs, 4); in def_section() 1198 max_sections = ROUND_UP (def->num_section_defs+1, 4); in def_section()
|
| H A D | deffilep.c | 103 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1)) macro 3040 int max_sections = ROUND_UP (def->num_section_defs, 4); in def_section() 3044 max_sections = ROUND_UP (def->num_section_defs+1, 4); in def_section()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| H A D | alpha.h | 532 #define ALPHA_ROUND(X) ROUND_UP ((X), 16)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| H A D | alpha.h | 532 #define ALPHA_ROUND(X) ROUND_UP ((X), 16)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ctfc.cc | 415 uint32_t roundup_nbytes = (ROUND_UP (ep->cte_bits, BITS_PER_UNIT) in ctf_add_encoded() 507 roundup_nbytes = (ROUND_UP (bit_size, BITS_PER_UNIT) / BITS_PER_UNIT); in ctf_add_slice()
|
| H A D | coroutine-passes.cc | 118 psize = ROUND_UP (psize, align); in lower_coro_builtin()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | coroutine-passes.cc | 118 psize = ROUND_UP (psize, align); in lower_coro_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.cc | 349 int field_size = ROUND_UP (GET_MODE_SIZE (field_mode), reg_size); in rs6000_discover_homogeneous_aggregate() 956 endbit = ROUND_UP (bitpos, BITS_PER_WORD); in rs6000_darwin64_record_arg_advance_flush() 1332 endbit = ROUND_UP (bitpos, BITS_PER_WORD); in rs6000_darwin64_record_arg_flush() 1694 int align_words = ROUND_UP (cum->words, 2); in rs6000_function_arg()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| H A D | nvptx.c | 1064 size = ROUND_UP (size, keep_align); in init_softstack_frame() 1353 ROUND_UP (sz, GET_MODE_SIZE (DImode))); in nvptx_declare_function_name() 1370 simtsz = ROUND_UP (simtsz, GET_MODE_SIZE (DImode)); in nvptx_declare_function_name() 1466 ROUND_UP (UINTVAL (size), GET_MODE_SIZE (DImode))); in nvptx_output_softstack_switch() 1899 data->offset = ROUND_UP (data->offset, align); in nvptx_gen_shared_bcast() 4078 data->offset = ROUND_UP (data->offset, align); in shared_prop_gen() 4135 unsigned int psize = ROUND_UP (data.offset, oacc_bcast_align); in nvptx_shared_propagate() 4555 unsigned int psize = ROUND_UP (size, oacc_bcast_align); in nvptx_single() 5337 unsigned int psize = ROUND_UP (size + offset, align); in nvptx_expand_shared_addr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| H A D | nvptx.cc | 1254 size = ROUND_UP (size, keep_align); in init_softstack_frame() 1550 ROUND_UP (sz, GET_MODE_SIZE (DImode))); in nvptx_declare_function_name() 1567 simtsz = ROUND_UP (simtsz, GET_MODE_SIZE (DImode)); in nvptx_declare_function_name() 1670 ROUND_UP (UINTVAL (size), GET_MODE_SIZE (DImode))); in nvptx_output_softstack_switch() 2158 data->offset = ROUND_UP (data->offset, align); in nvptx_gen_shared_bcast() 4550 data->offset = ROUND_UP (data->offset, align); in shared_prop_gen() 4607 unsigned int psize = ROUND_UP (data.offset, oacc_bcast_align); in nvptx_shared_propagate() 5027 unsigned int psize = ROUND_UP (size, oacc_bcast_align); in nvptx_single() 6072 unsigned int psize = ROUND_UP (size + offset, align); in nvptx_expand_shared_addr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips.h | 2547 (TARGET_NEWABI ? ROUND_UP ((LOC), 16) : ROUND_UP ((LOC), 8))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips.h | 2528 (TARGET_NEWABI ? ROUND_UP ((LOC), 16) : ROUND_UP ((LOC), 8))
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | io.h | 263 { ROUND_UP = GFC_FPE_UPWARD, enumerator
|