Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 19 of 19) sorted by relevance

/external/speex/libspeex/
Dstack_alloc.h91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
97 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzYUV.m111 #define ALIGN(x) ((16 - (x & 15)) & 15) macro
/external/libffi/include/
Dffi_common.h66 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttribute.java37 public static final Attribute ALIGN = new AttributeImpl ("ALIGN"); field in Attribute
/external/bluetooth/glib/tests/
Dslice-threadinit.c29 #define ALIGN(size, base) ((base) * (gsize) (((size) + (base) - 1) / (base))) macro
Dslice-color.c22 #define ALIGN(size, base) ((base) * (gsize) (((size) + (base) - 1) / (base))) macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dmemory.c57 #define ALIGN 8 macro
/external/iproute2/tc/
Dm_xt.c43 #define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1) macro
Dm_xt_old.c44 #define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1) macro
/external/linux-tools-perf/util/include/linux/
Dkernel.h16 #define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1) macro
/external/iptables/libiptc/
Dlibip4tc.c115 #define ALIGN XT_ALIGN macro
Dlibip6tc.c110 #define ALIGN XT_ALIGN macro
/external/kernel-headers/original/linux/
Dkernel.h34 #define ALIGN(x,a) (((x)+(a)-1)&~((a)-1)) macro
/external/opencv/cv/include/
Dcv.hpp132 enum { ALIGN=32 }; enumerator
/external/valgrind/main/VEX/pub/
Dlibvex.h352 Int ALIGN; in LibVEX_Alloc() local
/external/grub/netboot/
Ddepca.c409 #define ALIGN ALIGN8 /* Keep the LANCE happy... */ macro
/external/openssh/
Ddefines.h658 # define ALIGN(p) (((unsigned)p + ALIGNBYTES) & ~ALIGNBYTES) macro
/external/opencv/cv/src/
Dcvlkpyramid.cpp86 const int ALIGN = 8; in icvInitPyramidalAlgorithm() local
/external/bluetooth/glib/glib/
Dgslice.c106 #define ALIGN(size, base) ((base) * (gsize) (((size) + (base) - 1) / (base))) macro