Searched defs:aligned (Results 1 – 15 of 15) 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()372 pages_nohuge_impl(void *addr, size_t size, bool aligned) { in pages_nohuge_impl()
113 uint8_t *aligned = ((uint8_t *) base) + 63; in allocate_memory() local
171 StreamString aligned; in FormatCell() local
379 boolean_t aligned = B_TRUE; in zfs_uio_page_aligned() local
415 size_t aligned; in sh_init() local
29 enum {aligned = 0, unaligned = 1}; enumerator
635 uptr aligned = x & ~3ULL; in __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
3203 static void aligned(FICL_VM *pVM) in aligned() function