Symbol: ROUND
usr/src/cmd/sgs/rtld/amd64/_setup.c
303
dyn_plt_ent_size = ROUND(dyn_plt_ent_size, M_WORD_ALIGN) +
usr/src/cmd/sgs/rtld/amd64/amd64_elf.c
154
ROUND(sizeof (dyn_plt_template), M_WORD_ALIGN));
usr/src/cmd/sgs/rtld/i386/_setup.c
234
dyn_plt_ent_size = ROUND(dyn_plt_ent_size, M_WORD_ALIGN) +
usr/src/cmd/sgs/rtld/i386/i386_elf.c
134
ROUND(sizeof (dyn_plt_template), M_WORD_ALIGN));
usr/src/common/crypto/blowfish/blowfish_impl.c
411
ROUND(left, right, 0);
usr/src/common/crypto/blowfish/blowfish_impl.c
412
ROUND(left, right, 1);
usr/src/common/crypto/blowfish/blowfish_impl.c
413
ROUND(left, right, 2);
usr/src/common/crypto/blowfish/blowfish_impl.c
414
ROUND(left, right, 3);
usr/src/common/crypto/blowfish/blowfish_impl.c
415
ROUND(left, right, 4);
usr/src/common/crypto/blowfish/blowfish_impl.c
416
ROUND(left, right, 5);
usr/src/common/crypto/blowfish/blowfish_impl.c
417
ROUND(left, right, 6);
usr/src/common/crypto/blowfish/blowfish_impl.c
418
ROUND(left, right, 7);
usr/src/common/crypto/blowfish/blowfish_impl.c
419
ROUND(left, right, 8);
usr/src/common/crypto/blowfish/blowfish_impl.c
420
ROUND(left, right, 9);
usr/src/common/crypto/blowfish/blowfish_impl.c
421
ROUND(left, right, 10);
usr/src/common/crypto/blowfish/blowfish_impl.c
422
ROUND(left, right, 11);
usr/src/common/crypto/blowfish/blowfish_impl.c
423
ROUND(left, right, 12);
usr/src/common/crypto/blowfish/blowfish_impl.c
424
ROUND(left, right, 13);
usr/src/common/crypto/blowfish/blowfish_impl.c
425
ROUND(left, right, 14);
usr/src/common/crypto/blowfish/blowfish_impl.c
426
ROUND(left, right, 15);
usr/src/common/crypto/blowfish/blowfish_impl.c
506
ROUND(left, right, 17);
usr/src/common/crypto/blowfish/blowfish_impl.c
507
ROUND(left, right, 16);
usr/src/common/crypto/blowfish/blowfish_impl.c
508
ROUND(left, right, 15);
usr/src/common/crypto/blowfish/blowfish_impl.c
509
ROUND(left, right, 14);
usr/src/common/crypto/blowfish/blowfish_impl.c
510
ROUND(left, right, 13);
usr/src/common/crypto/blowfish/blowfish_impl.c
511
ROUND(left, right, 12);
usr/src/common/crypto/blowfish/blowfish_impl.c
512
ROUND(left, right, 11);
usr/src/common/crypto/blowfish/blowfish_impl.c
513
ROUND(left, right, 10);
usr/src/common/crypto/blowfish/blowfish_impl.c
514
ROUND(left, right, 9);
usr/src/common/crypto/blowfish/blowfish_impl.c
515
ROUND(left, right, 8);
usr/src/common/crypto/blowfish/blowfish_impl.c
516
ROUND(left, right, 7);
usr/src/common/crypto/blowfish/blowfish_impl.c
517
ROUND(left, right, 6);
usr/src/common/crypto/blowfish/blowfish_impl.c
518
ROUND(left, right, 5);
usr/src/common/crypto/blowfish/blowfish_impl.c
519
ROUND(left, right, 4);
usr/src/common/crypto/blowfish/blowfish_impl.c
520
ROUND(left, right, 3);
usr/src/common/crypto/blowfish/blowfish_impl.c
521
ROUND(left, right, 2);
usr/src/lib/libc/i386/crt/_rtld.c
195
mlen = ROUND((lph->p_vaddr + lph->p_memsz) -
usr/src/lib/libc/i386/crt/_rtld.c
201
faddr = (caddr_t)ROUND(maddr, fph->p_align);
usr/src/lib/libc/i386/crt/_rtld.c
208
mlen = ROUND((lph->p_vaddr + lph->p_memsz) -
usr/src/lib/libc/i386/crt/_rtld.c
215
faddr = (caddr_t)ROUND(maddr, fph->p_align);
usr/src/lib/libc/i386/crt/_rtld.c
285
zaddr = (caddr_t)ROUND(foff, page_size);
usr/src/lib/libc/i386/crt/_rtld.c
305
maddr = addr + ROUND(flen, page_size);
usr/src/lib/libc/port/gen/malloc.c
193
ROUND(size);
usr/src/lib/libc/port/gen/malloc.c
332
ROUND(size);
usr/src/lib/libc/port/gen/memalign.c
104
ROUND(nbytes);
usr/src/lib/libc/port/gen/memalign.c
107
ROUND(align);
usr/src/lib/libc/port/i18n/gettext_gnu.c
1118
ROUND(hash_mem_size, sizeof (struct gnu_msg_ent));
usr/src/lib/libc/sparc/crt/_rtld.c
195
mlen = ROUND((lph->p_vaddr + lph->p_memsz) -
usr/src/lib/libc/sparc/crt/_rtld.c
201
faddr = (caddr_t)ROUND(maddr, fph->p_align);
usr/src/lib/libc/sparc/crt/_rtld.c
208
mlen = ROUND((lph->p_vaddr + lph->p_memsz) -
usr/src/lib/libc/sparc/crt/_rtld.c
215
faddr = (caddr_t)ROUND(maddr, fph->p_align);
usr/src/lib/libc/sparc/crt/_rtld.c
286
zaddr = (caddr_t)ROUND(foff, page_size);
usr/src/lib/libc/sparc/crt/_rtld.c
306
maddr = addr + ROUND(flen, page_size);
usr/src/lib/watchmalloc/common/malloc.c
1151
ROUND(nbytes);
usr/src/lib/watchmalloc/common/malloc.c
1154
ROUND(align);
usr/src/lib/watchmalloc/common/malloc.c
186
ROUND(size);
usr/src/lib/watchmalloc/common/malloc.c
307
ROUND(size);