Searched refs:aligned (Results 1 – 5 of 5) sorted by relevance
339 # define ALIGN1 __attribute__((aligned(1)))340 # define ALIGN2 __attribute__((aligned(2)))341 # define ALIGN4 __attribute__((aligned(4)))348 #define ALIGN8 __attribute__((aligned(8)))349 #define ALIGN_PTR __attribute__((aligned(sizeof(void*))))
159 static struct termios term_orig __attribute__ ((aligned (4)));160 static struct termios term_vi __attribute__ ((aligned (4)));188 } s28 = { 1 }; // struct will be aligned to 4 bytes192 } s32 = { 1 }; // struct will be aligned to 32 bytes195 char vc32[32] = { 1 }; // aligned to 32 bytes199 are still aligned to 32 bytes.
254 /* A type that is properly aligned for any stack member. */261 /* The size of the maximum gap between one aligned stack and the next. */291 stack. Advance YYPTR to a properly aligned location for the next
41 # number each line of a file (number on left, right-aligned)
1608 size_t aligned; in stalloc() local1610 aligned = SHELL_ALIGN(nbytes); in stalloc()1611 if (aligned > g_stacknleft) { in stalloc()1616 blocksize = aligned; in stalloc()1632 g_stacknxt += aligned; in stalloc()1633 g_stacknleft -= aligned; in stalloc()