OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:P2ALIGN
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
symtabs.c
428
#define
P2ALIGN
(x) ispow2(x)
430
#define
P2ALIGN
(x) (x)
433
printf("\t.align %d\n",
P2ALIGN
(al/ALCHAR));
/src/external/bsd/pcc/dist/pcc/cc/ccom/
symtabs.c
434
#define
P2ALIGN
(x) ispow2(x)
436
#define
P2ALIGN
(x) (x)
439
printf(PRTPREF "\t.align %d\n",
P2ALIGN
(al/ALCHAR));
/src/external/cddl/osnet/dist/uts/common/sys/
sysmacros.h
249
* eg,
P2ALIGN
(1200, 1024) == 1024 (1*align)
250
* eg,
P2ALIGN
(1024, 1024) == 1024 (1*align)
251
* eg,
P2ALIGN
(0x1234, 0x100) == 0x1200 (0x12*align)
252
* eg,
P2ALIGN
(0x5600, 0x100) == 0x5600 (0x56*align)
254
#define
P2ALIGN
(x, align) ((x) & -(align))
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026