Home
last modified time | relevance | path

Searched defs:align (Results 1 – 15 of 15) sorted by relevance

/components/drivers/include/dt-bindings/
A Dsize.h14 #define SIZE_ALIGN(size, align) (((size) + (align) - 1) & ~((align) - 1)) argument
15 #define SIZE_ALIGN_DOWN(size, align) ((size) & ~((align) - 1)) argument
/components/libc/posix/tls/
A Demutls.c50 size_t align; /* alignment of the object in bytes */ member
59 static __inline void *emutls_memalign_alloc(size_t align, size_t size) in emutls_memalign_alloc()
91 size_t align = control->align; in emutls_allocate_object() local
/components/mm/
A Dmm_flag.h94 #define MMF_SET_ALIGN(src, align) \ argument
110 #define MMF_CREATE(cntl, align) \ argument
A Dmm_page.c411 #define CEIL(val, align) (((rt_size_t)(val) + (align)-1) & ~((align)-1)) argument
/components/fal/samples/porting/
A Dfal_norflash_port.c25 #define FAL_ALIGN_UP( size, align ) \ argument
27 #define FAL_ALIGN_DOWN( size, align ) ( ( ( size ) / ( align ) ) * ( align ) ) argument
/components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/
A Dusb_glue_phytium.c19 void *xhci_mem_malloc(size_t align, size_t size) in xhci_mem_malloc()
/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_dc_glue_phytium.c80 void *usb_sys_malloc_align(size_t align, size_t size) in usb_sys_malloc_align()
A Dusb_hc_glue_phytium.c100 void *usb_sys_malloc_align(size_t align, size_t size) in usb_sys_malloc_align()
A Dusb_config.h27 #define usb_align(align, size) usb_sys_malloc_align(align, size) argument
/components/drivers/usb/cherryusb/common/
A Dusb_util.h214 #define USB_ALIGN_UP(size, align) (((size) + (align)-1) & ~((align)-1)) argument
215 #define USB_ALIGN_DOWN(size, align) ((size) & ~((align)-1)) argument
/components/lwp/terminal/
A Dbsd_porting.h360 int align; member
369 int align, uint16_t flags) in uma_zcreate()
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.h268 UINT align; /* Data area alignment (sector) */ member
A Dff.c5696 DWORD bcc, rnd, align; local
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.h266 UINT align; /* Data area alignment (sector) */ member
A Dff.c5776 DWORD bcc, rnd, align; local

Completed in 55 milliseconds