Home
last modified time | relevance | path

Searched defs:ALIGN_SIZE (Results 1 – 9 of 9) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dmemorypool.c38 #define ALIGN_SIZE (2 * sizeof(void*)) macro
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMACoder.java30 static final int ALIGN_SIZE = 1 << ALIGN_BITS; field in LZMACoder
/external/lzma/xz-embedded/
Dxz_lzma2.h191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
/external/pcre/dist/sljit/
DsljitExecAllocator.c144 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
/external/aac/libSYS/include/
Dmachine_type.h266 #define ALIGN_SIZE(a) ((a)+ (((INT)ALIGNMENT_DEFAULT - ((INT)(a) & (ALIGNMENT_DEFAULT-1)) ) & (ALIG… macro
/external/libxml2/
Dxmlmemory.c104 #define ALIGN_SIZE 16 macro
106 #define ALIGN_SIZE sizeof(double) macro
/external/kernel-headers/original/uapi/linux/
Dtarget_core_user.h43 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro
/external/libjpeg-turbo/
Djmemmgr.c85 #define ALIGN_SIZE sizeof(double) macro
87 #define ALIGN_SIZE 16 /* Most SIMD implementations require this */ macro
/external/toybox/toys/pending/
Dxzcat.c1172 #define ALIGN_SIZE (1 << ALIGN_BITS) macro