OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHELL_ALIGN
(Results
1 - 5
of
5
) sorted by null
/system/core/sh/
machdep.h
47
#define
SHELL_ALIGN
(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE)
nodes.c
59
SHELL_ALIGN
(sizeof (struct nbinary)),
60
SHELL_ALIGN
(sizeof (struct ncmd)),
61
SHELL_ALIGN
(sizeof (struct npipe)),
62
SHELL_ALIGN
(sizeof (struct nredir)),
63
SHELL_ALIGN
(sizeof (struct nredir)),
64
SHELL_ALIGN
(sizeof (struct nredir)),
65
SHELL_ALIGN
(sizeof (struct nbinary)),
66
SHELL_ALIGN
(sizeof (struct nbinary)),
67
SHELL_ALIGN
(sizeof (struct nif)),
68
SHELL_ALIGN
(sizeof (struct nbinary))
[
all
...]
nodes.c.pat
99
funcblocksize +=
SHELL_ALIGN
(sizeof(struct nodelist));
129
SHELL_ALIGN
(sizeof(struct nodelist));
memalloc.c
128
nbytes =
SHELL_ALIGN
(nbytes);
206
int newlen =
SHELL_ALIGN
(stacknleft * 2 + 100);
250
len =
SHELL_ALIGN
(len);
mknodes.sh
139
echo "
SHELL_ALIGN
(sizeof (struct $struct)),"
Completed in 101 milliseconds