Home
last modified time | relevance | path

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

12

/external/swiftshader/src/System/
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/swiftshader/src/Common/
DTypes.hpp40 #define ALIGN(bytes, type) __declspec(align(bytes)) type macro
43 #define ALIGN(bytes, type) type __attribute__((aligned(bytes))) macro
52 typedef ALIGN(16, uint64_t) qword2[2]; typedef
53 typedef ALIGN(4, uint8_t) byte4[4]; typedef
54 typedef ALIGN(8, uint8_t) byte8[8]; typedef
55 typedef ALIGN(16, uint8_t) byte16[16]; typedef
56 typedef ALIGN(8, uint16_t) word4[4]; typedef
57 typedef ALIGN(8, uint32_t) dword2[2]; typedef
58 typedef ALIGN(16, uint32_t) dword4[4]; typedef
59 typedef ALIGN(16, uint64_t) xword[2]; typedef
[all …]
/external/python/cpython3/Modules/_sha3/kcp/
Dalign.h26 #define ALIGN(x) __attribute__ ((aligned(x))) macro
28 #define ALIGN(x) __declspec(align(x)) macro
30 #define ALIGN(x) __align(x) macro
32 #define ALIGN(x) macro
/external/speex/libspeexdsp/
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/minigbm/
Dutil.h13 #define ALIGN(A, B) (((A) + (B)-1) & ~((B)-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/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/cpython3/Modules/_ctypes/libffi_msvc/
Dffi_common.h45 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h45 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h73 #define ALIGN(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 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/u-boot/tools/
Dmksunxiboot.c47 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) macro
/external/mesa3d/src/util/
Dbuild_id.c40 #define ALIGN(val, align) (((val) + (align) - 1) & ~((align) - 1)) macro
Dslab.c31 #define ALIGN(value, align) (((value) + (align) - 1) & ~((align) - 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
1597 #define TESTPLANARTOBID(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, ALIGN, \ argument
1656 #define TESTPLANARTOBD(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, ALIGN, \ argument
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h77 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
/external/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.c49 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
/external/dtc/
Dfdtdump.c21 #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/libdrm/intel/
Dintel_bufmgr_priv.h321 #define ALIGN(value, alignment) ((value + alignment - 1) & ~(alignment - 1)) macro

12