OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:P2ROUNDUP
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/sys/
sysmacros.h
273
* eg,
P2ROUNDUP
(0x1234, 0x100) == 0x1300 (0x13*align)
274
* eg,
P2ROUNDUP
(0x5600, 0x100) == 0x5600 (0x56*align)
276
#define
P2ROUNDUP
(x, align) (-(-(x) & -(align)))
316
*
P2ROUNDUP
(x, (uint64_t)PAGESIZE)
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_link.c
47
#define
P2ROUNDUP
(x, align) (-(-(x) & -(align)))
581
off =
P2ROUNDUP
(shp->sh_offset + shp->sh_size, 8);
599
off =
P2ROUNDUP
(shp->sh_offset + shp->sh_size, 4);
611
off =
P2ROUNDUP
(shp->sh_offset + shp->sh_size, 4);
728
off =
P2ROUNDUP
(shp->sh_offset + shp->sh_size, 8);
746
off =
P2ROUNDUP
(shp->sh_offset + shp->sh_size, 8);
758
off =
P2ROUNDUP
(shp->sh_offset + shp->sh_size, 8);
/src/external/gpl3/binutils/dist/libctf/
ctf-impl.h
588
eg,
P2ROUNDUP
(0x1234, 0x100) == 0x1300 (0x13*align)
589
eg,
P2ROUNDUP
(0x5600, 0x100) == 0x5600 (0x56*align) */
590
#define
P2ROUNDUP
(x, align) (-(-(x) & -(align)))
/src/external/gpl3/binutils.old/dist/libctf/
ctf-impl.h
588
eg,
P2ROUNDUP
(0x1234, 0x100) == 0x1300 (0x13*align)
589
eg,
P2ROUNDUP
(0x5600, 0x100) == 0x5600 (0x56*align) */
590
#define
P2ROUNDUP
(x, align) (-(-(x) & -(align)))
/src/external/gpl3/gdb/dist/libctf/
ctf-impl.h
579
eg,
P2ROUNDUP
(0x1234, 0x100) == 0x1300 (0x13*align)
580
eg,
P2ROUNDUP
(0x5600, 0x100) == 0x5600 (0x56*align) */
581
#define
P2ROUNDUP
(x, align) (-(-(x) & -(align)))
/src/external/gpl3/gdb.old/dist/libctf/
ctf-impl.h
572
eg,
P2ROUNDUP
(0x1234, 0x100) == 0x1300 (0x13*align)
573
eg,
P2ROUNDUP
(0x5600, 0x100) == 0x5600 (0x56*align) */
574
#define
P2ROUNDUP
(x, align) (-(-(x) & -(align)))
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026