Searched refs:SHELL_ALIGN (Results 1 – 5 of 5) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | nodes.c | 64 SHELL_ALIGN(sizeof (struct ncmd)), 65 SHELL_ALIGN(sizeof (struct npipe)), 72 SHELL_ALIGN(sizeof (struct nif)), 75 SHELL_ALIGN(sizeof (struct nfor)), 76 SHELL_ALIGN(sizeof (struct ncase)), 79 SHELL_ALIGN(sizeof (struct narg)), 80 SHELL_ALIGN(sizeof (struct nfile)), 81 SHELL_ALIGN(sizeof (struct nfile)), 85 SHELL_ALIGN(sizeof (struct ndup)), 86 SHELL_ALIGN(sizeof (struct ndup)), [all …]
|
| A D | machdep.h | 47 #define SHELL_ALIGN(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE) macro
|
| A D | memalloc.c | 100 #define MINSIZE SHELL_ALIGN(504) 119 aligned = SHELL_ALIGN(nbytes); in stalloc()
|
| A D | nodes.c.pat | 115 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist)); 145 SHELL_ALIGN(sizeof(struct nodelist)); 188 funcblock = (char *) funcblock + SHELL_ALIGN(sizeof(struct nodelist)); 212 funcblock = (char *) funcblock + SHELL_ALIGN(sizeof(struct nodelist)); 252 static const size_t kHeaderSize = SHELL_ALIGN(sizeof(struct state_header)); 346 total_symtab_size = SHELL_ALIGN(total_symtab_size);
|
| A D | init.c | 71 #define MINSIZE SHELL_ALIGN(504)
|
Completed in 6 milliseconds