/external/speex/libspeex/ |
D | stack_alloc.h | 91 #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/ |
D | SDL_QuartzYUV.m | 111 #define ALIGN(x) ((16 - (x & 15)) & 15) macro
|
/external/libffi/include/ |
D | ffi_common.h | 66 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Attribute.java | 37 public static final Attribute ALIGN = new AttributeImpl ("ALIGN"); field in Attribute
|
/external/bluetooth/glib/tests/ |
D | slice-threadinit.c | 29 #define ALIGN(size, base) ((base) * (gsize) (((size) + (base) - 1) / (base))) macro
|
D | slice-color.c | 22 #define ALIGN(size, base) ((base) * (gsize) (((size) + (base) - 1) / (base))) macro
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
D | memory.c | 57 #define ALIGN 8 macro
|
/external/iproute2/tc/ |
D | m_xt.c | 43 #define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1) macro
|
D | m_xt_old.c | 44 #define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1) macro
|
/external/linux-tools-perf/util/include/linux/ |
D | kernel.h | 16 #define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1) macro
|
/external/iptables/libiptc/ |
D | libip4tc.c | 115 #define ALIGN XT_ALIGN macro
|
D | libip6tc.c | 110 #define ALIGN XT_ALIGN macro
|
/external/kernel-headers/original/linux/ |
D | kernel.h | 34 #define ALIGN(x,a) (((x)+(a)-1)&~((a)-1)) macro
|
/external/opencv/cv/include/ |
D | cv.hpp | 132 enum { ALIGN=32 }; enumerator
|
/external/valgrind/main/VEX/pub/ |
D | libvex.h | 352 Int ALIGN; in LibVEX_Alloc() local
|
/external/grub/netboot/ |
D | depca.c | 409 #define ALIGN ALIGN8 /* Keep the LANCE happy... */ macro
|
/external/openssh/ |
D | defines.h | 658 # define ALIGN(p) (((unsigned)p + ALIGNBYTES) & ~ALIGNBYTES) macro
|
/external/opencv/cv/src/ |
D | cvlkpyramid.cpp | 86 const int ALIGN = 8; in icvInitPyramidalAlgorithm() local
|
/external/bluetooth/glib/glib/ |
D | gslice.c | 106 #define ALIGN(size, base) ((base) * (gsize) (((size) + (base) - 1) / (base))) macro
|