Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dhash_sse42.c16 #define ALIGN_SIZE 8 macro
/external/xz-java/src/org/tukaani/xz/lzma/
DLZMACoder.java30 static final int ALIGN_SIZE = 1 << ALIGN_BITS; field in LZMACoder
/external/xz-embedded/linux/lib/xz/
Dxz_lzma2.h191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
/external/pcre/dist2/src/sljit/
DsljitExecAllocator.c151 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
DsljitProtExecAllocator.c235 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
/external/aac/libSYS/include/
Dmachine_type.h304 #define ALIGN_SIZE(a) \ 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.h45 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro
/external/libjpeg-turbo/
Djmemmgr.c90 #define ALIGN_SIZE sizeof(double) macro
92 #define ALIGN_SIZE 32 /* Most of the SIMD instructions we support require macro
/external/u-boot/arch/arm/mach-imx/
Dhab.c15 #define ALIGN_SIZE 0x1000 macro
/external/freetype/src/truetype/
Dttgxvar.c2096 #define ALIGN_SIZE( n ) \ in TT_Get_MM_Var() macro
/external/toybox/toys/pending/
Dxzcat.c1166 #define ALIGN_SIZE (1 << ALIGN_BITS) macro