OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROUND_UP
(Results
1 - 25
of
79
) sorted by relevancy
1
2
3
4
/src/regress/lib/libc/ieeefp/testfloat/include/
testFunction.h
162
ROUND_UP
,
/src/external/gpl2/mkhybrid/dist/
write.c
223
last_extent +=
ROUND_UP
(dpnt->ce_bytes) >> 11;
268
use =
ROUND_UP
(use); /* Round up to nearest sector boundary */
310
xfwrite(dwpnt->table, 1,
ROUND_UP
(dwpnt->size), outfile);
311
last_extent_written +=
ROUND_UP
(dwpnt->size) / SECTOR_SIZE;
547
set_733((char *) root_record.size,
ROUND_UP
(root->size));
619
s_entry->size =
ROUND_UP
(finddir->size);
622
set_733((char *) s_entry->isorec.size,
ROUND_UP
(finddir->size));
640
s_entry->size =
ROUND_UP
(dpnt->size);
644
set_733((char *) s_entry->isorec.size,
ROUND_UP
(dpnt->size));
661
s_entry->size =
ROUND_UP
(dpnt->parent->size)
[
all
...]
joliet.c
601
set_733((char *) jrec.size,
ROUND_UP
(dpnt->jsize));
609
set_733((char *) jrec.size,
ROUND_UP
(dpnt->self->parent_rec->filedir->jsize));
615
set_733((char *) jrec.size,
ROUND_UP
(dpnt->parent->jsize));
638
set_733((char *) jrec.size,
ROUND_UP
(finddir->jsize));
1025
set_733((char *) jroot_record.size,
ROUND_UP
(root->jsize));
mkisofs.h
477
#define
ROUND_UP
(X) ((X + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1))
480
#define H_ROUND_UP(X)
ROUND_UP
(((X)*HFS_BLOCKSZ))
mac_label.c
105
mpm[mpc].size =
ROUND_UP
(mac_boot->size)/SECTOR_SIZE;
tree.c
413
table->table = (char *) e_malloc(
ROUND_UP
(tablesize)+1);
414
memset(table->table, 0,
ROUND_UP
(tablesize)+1);
581
ROUND_UP
(this_dir->ce_bytes);
/src/regress/lib/libc/ieeefp/testfloat/
testfloat.c
236
roundingMode =
ROUND_UP
;
testFunction.c
644
case
ROUND_UP
:
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h
730
(TARGET_ABI_LP64 ?
ROUND_UP
((LOC), 16) :
ROUND_UP
((LOC), 8))
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h
751
(TARGET_ABI_LP64 ?
ROUND_UP
((LOC), 16) :
ROUND_UP
((LOC), 8))
/src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.h
535
#define ALPHA_ROUND(X)
ROUND_UP
((X), 16)
/src/external/gpl3/gcc.old/dist/gcc/
coroutine-passes.cc
118
psize =
ROUND_UP
(psize, align);
ctfc.cc
415
uint32_t roundup_nbytes = (
ROUND_UP
(ep->cte_bits, BITS_PER_UNIT)
507
roundup_nbytes = (
ROUND_UP
(bit_size, BITS_PER_UNIT) / BITS_PER_UNIT);
/src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.h
535
#define ALPHA_ROUND(X)
ROUND_UP
((X), 16)
/src/external/gpl3/gcc/dist/gcc/
coroutine-passes.cc
118
psize =
ROUND_UP
(psize, align);
ctfc.cc
415
uint32_t roundup_nbytes = (
ROUND_UP
(ep->cte_bits, BITS_PER_UNIT)
507
roundup_nbytes = (
ROUND_UP
(bit_size, BITS_PER_UNIT) / BITS_PER_UNIT);
/src/external/gpl3/binutils/dist/ld/
deffilep.y
33
#define
ROUND_UP
(a, b) (((a)+((b)-1))&~((b)-1))
1192
int max_sections =
ROUND_UP
(def->num_section_defs, 4);
1196
max_sections =
ROUND_UP
(def->num_section_defs+1, 4);
deffilep.c
103
#define
ROUND_UP
(a, b) (((a)+((b)-1))&~((b)-1))
3038
int max_sections =
ROUND_UP
(def->num_section_defs, 4);
3042
max_sections =
ROUND_UP
(def->num_section_defs+1, 4);
/src/external/gpl3/binutils.old/dist/ld/
deffilep.y
33
#define
ROUND_UP
(a, b) (((a)+((b)-1))&~((b)-1))
1193
int max_sections =
ROUND_UP
(def->num_section_defs, 4);
1197
max_sections =
ROUND_UP
(def->num_section_defs+1, 4);
/src/external/gpl3/gcc.old/dist/libgfortran/io/
write_float.def
358
case
ROUND_UP
:
1023
case
ROUND_UP
:\
/src/external/gpl3/gcc/dist/libgfortran/io/
write_float.def
358
case
ROUND_UP
:
1128
case
ROUND_UP
:\
/src/external/mit/libuv/dist/src/unix/
internal.h
111
#define
ROUND_UP
(a, b) \
/src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc
1255
size =
ROUND_UP
(size, keep_align);
1551
ROUND_UP
(sz, GET_MODE_SIZE (DImode)));
1568
simtsz =
ROUND_UP
(simtsz, GET_MODE_SIZE (DImode));
1671
ROUND_UP
(UINTVAL (size), GET_MODE_SIZE (DImode)));
2160
data->offset =
ROUND_UP
(data->offset, align);
4555
data->offset =
ROUND_UP
(data->offset, align);
4612
unsigned int psize =
ROUND_UP
(data.offset, oacc_bcast_align);
5032
unsigned int psize =
ROUND_UP
(size, oacc_bcast_align);
6080
unsigned int psize =
ROUND_UP
(size + offset, align);
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.h
1387
?
ROUND_UP
(STACK_CLASH_MIN_BYTES_OUTGOING_ARGS, \
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc
349
int field_size =
ROUND_UP
(GET_MODE_SIZE (field_mode), reg_size);
958
endbit =
ROUND_UP
(bitpos, BITS_PER_WORD);
1334
endbit =
ROUND_UP
(bitpos, BITS_PER_WORD);
1696
int align_words =
ROUND_UP
(cum->words, 2);
Completed in 91 milliseconds
1
2
3
4
Indexes created Tue Feb 24 08:35:24 UTC 2026