Searched refs:UX_ALIGN_16 (Results 1 – 5 of 5) sorted by relevance
179 else if (memory_size_requested >= UX_ALIGN_16 + 1) in _ux_utility_memory_allocate()184 memory_alignment = UX_ALIGN_16; in _ux_utility_memory_allocate()
126 …hcd_sim_host -> ux_hcd_sim_host_ed_list = _ux_utility_memory_allocate(UX_ALIGN_16, UX_REGULAR_MEM… in _ux_hcd_sim_host_initialize()
137 …hcd_ohci -> ux_hcd_ohci_ed_list = _ux_utility_memory_allocate(UX_ALIGN_16, UX_CACHE_SAFE_MEMORY, … in _ux_hcd_ohci_initialize()
74 memory_size = UX_ALIGN_16; in test_application_define()
1161 #define UX_ALIGN_16 0x0fu macro