Searched defs:aligned (Results 1 – 14 of 14) sorted by relevance
164 aligned: label
43 uint8_t *base, *aligned; in alloc_region() local
53 void * base, *aligned; member
114 char *aligned; in znalloc() local
349 pages_huge_impl(void *addr, size_t size, bool aligned) { in pages_huge_impl() argument 372 pages_nohuge_impl(void *addr, size_t size, bool aligned) { in pages_nohuge_impl() argument
113 uint8_t *aligned = ((uint8_t *) base) + 63; in allocate_memory() local
121 StreamString aligned; FormatCell() local
415 size_t aligned; in sh_init() local
29 enum {aligned = 0, unaligned = 1}; enumerator [all...]
626 uptr aligned = x & ~3ULL; __msan_get_origin() local
227 #define aligned(a, t) (rounddown2((u_long)(a), sizeof(t)) == (u_long)(a)) macro
63 BYTE* const aligned = (BYTE*)workspace + add; in HUF_alignUpWorkspace() local
600 int aligned = 0; in mxge_select_firmware() local [all...]
3203 static void aligned(FICL_VM *pVM) in aligned() function