Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Common/
DTypes.hpp39 #define ALIGN(bytes, type) __declspec(align(bytes)) type macro
42 #define ALIGN(bytes, type) type __attribute__((aligned(bytes))) macro
51 typedef ALIGN(16, uint64_t) qword2[2]; typedef
52 typedef ALIGN(4, uint8_t) byte4[4]; typedef
53 typedef ALIGN(8, uint8_t) byte8[8]; typedef
54 typedef ALIGN(16, uint8_t) byte16[16]; typedef
55 typedef ALIGN(8, uint16_t) word4[4]; typedef
56 typedef ALIGN(8, uint32_t) dword2[2]; typedef
57 typedef ALIGN(16, uint32_t) dword4[4]; typedef
58 typedef ALIGN(16, uint64_t) xword[2]; typedef
[all …]
/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/libdrm/
Dutil_math.h32 #define ALIGN(value, alignment) __align_mask(value, (typeof(value))((alignment) - 1)) macro
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DEbayPolicyExample.java96 private static final Pattern ALIGN = Pattern.compile( field in EbayPolicyExample
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h45 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
/external/libopus/celt/
Dstack_alloc.h136 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
143 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h73 #define ALIGN(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 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/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi_common.h62 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
/external/libyuv/files/unit_test/
Dconvert_test.cc492 #define ALIGNINT(V, ALIGN) (((V) + (ALIGN)-1) / (ALIGN) * (ALIGN)) argument
494 #define TESTPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, ALIGN, \ argument
553 #define TESTPLANARTOB(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, ALIGN, \ argument
597 #define TESTQPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, ALIGN, \ argument
650 #define TESTQPLANARTOB(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, ALIGN, \ argument
1595 #define TESTPLANARTOBID(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, ALIGN, \ argument
1654 #define TESTPLANARTOBD(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, ALIGN, \ argument
/external/valgrind/VEX/priv/
Dmain_util.h161 SizeT ALIGN; in LibVEX_Alloc_inline() local
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h77 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
/external/dtc/tests/
Dtests.h35 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/external/iproute2/tc/
Dm_xt.c47 #define ALIGN(x,a) __ALIGN_KERNEL((x), (a)) macro
Dm_xt_old.c44 #define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1) macro
/external/dtc/
Dfdtdump.c21 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
Dfdtput.c131 #define ALIGN(x) (((x) + (FDT_TAGSIZE) - 1) & ~((FDT_TAGSIZE) - 1)) macro
Ddtc.h71 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dsigsegv.c103 #define ALIGN(x,sz) ((typeof(x))_ALIGN((unsigned long)(x),(unsigned long)(sz))) macro
/external/fio/oslib/
Dlibmtd_common.h52 #define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1) macro
/external/libdrm/intel/
Dintel_bufmgr_priv.h321 #define ALIGN(value, alignment) ((value + alignment - 1) & ~(alignment - 1)) macro
/external/mesa3d/src/util/
Dslab.c31 #define ALIGN(value, align) (((value) + (align) - 1) & ~((align) - 1)) macro
/external/iptables/libiptc/
Dlibip4tc.c110 #define ALIGN XT_ALIGN macro
Dlibip6tc.c108 #define ALIGN XT_ALIGN macro
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c38 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro

12