Searched defs:aligned (Results 1 – 15 of 15) sorted by relevance
178 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) pages_huge_impl() argument 372 pages_nohuge_impl(void * addr,size_t size,bool aligned) pages_nohuge_impl() argument
113 uint8_t *aligned = ((uint8_t *) base) + 63; in allocate_memory() local
377 boolean_t aligned = B_TRUE; in zfs_uio_page_aligned() local
171 StreamString aligned; in FormatCell() local
435 size_t aligned; in sh_init() local
29 enum {aligned = 0, unaligned = 1}; enumerator
635 uptr aligned = x & ~3ULL; in __msan_get_origin() local
232 #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