OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDTALIGN2
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
tests.h
24
#define
FDTALIGN2
(x, a) (((x) + (a) - 1) & ~((a) - 1))
25
#define PALIGN(p, a) ((void *)
FDTALIGN2
((unsigned long)(p), (a)))
move_and_save.c
35
shuntsize =
FDTALIGN2
(fdt_totalsize(fdt) / 2, sizeof(uint64_t));
mangle-layout.c
83
offset =
FDTALIGN2
(oldsize, align);
/src/external/gpl2/dtc/dist/
util.h
25
#define
FDTALIGN2
(x, a) (((x) + (a) - 1) & ~((a) - 1))
26
#define PALIGN(p, a) ((void *)(
FDTALIGN2
((unsigned long)(p), (a))))
data.c
225
int newlen =
FDTALIGN2
(d.len, align);
flattree.c
331
reserve_off =
FDTALIGN2
(vi->hdr_size, 8);
392
padlen =
FDTALIGN2
(fdt32_to_cpu(fdt.totalsize) + padlen, alignsize)
603
inb->ptr = inb->base +
FDTALIGN2
(off, align);
Completed in 20 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026