Searched defs:ALIGN (Results 1 - 15 of 15) sorted by relevance

/seL4-test-master/projects/musllibc/src/string/
H A Dstrchrnul.c6 #define ALIGN (sizeof(size_t)) macro
H A Dstrlen.c5 #define ALIGN (sizeof(size_t)) macro
H A Dmemchr.c6 #define ALIGN (sizeof(size_t)-1) macro
H A Dstpcpy.c6 #define ALIGN (sizeof(size_t)) macro
H A Dstpncpy.c6 #define ALIGN (sizeof(size_t)-1) macro
H A Dmemccpy.c5 #define ALIGN (sizeof(size_t)-1) macro
H A Dstrlcpy.c7 #define ALIGN (sizeof(size_t)-1) macro
/seL4-test-master/projects/musllibc/src/malloc/
H A Dlite_malloc.c7 #define ALIGN 16 macro
/seL4-test-master/projects/musllibc/src/network/
H A Dgetservbyname_r.c10 #define ALIGN (sizeof(struct { char a; char *b; }) - sizeof(char *)) macro
/seL4-test-master/kernel/src/arch/arm/
H A Dc_traps.c141 ALIGN(L1_CACHE_LINE_SIZE) function
156 ALIGN(L1_CACHE_LINE_SIZE) function
/seL4-test-master/tools/seL4/elfloader-tool/include/
H A Delfloader_common.h22 #define ALIGN(n) __attribute__((__aligned__(n))) macro
/seL4-test-master/projects/util_libs/libutils/include/utils/
H A Dattribute.h29 #define ALIGN(n) __attribute__((__aligned__(n))) macro
/seL4-test-master/kernel/include/
H A Dutil.h37 #define ALIGN(n) __attribute__((__aligned__(n))) macro
/seL4-test-master/projects/musllibc/src/regex/
H A Dtre.h81 #define ALIGN(ptr, type) \ macro
/seL4-test-master/projects/musllibc/ldso/
H A Ddynlink.c27 #define ALIGN(x,y) ((x)+(y)-1 & -(y)) macro

Completed in 124 milliseconds