Home
last modified time | relevance | path

Searched defs:aligned (Results 1 – 25 of 64) sorted by relevance

123

/third_party/boost/boost/atomic/detail/
Dstorage_type.hpp70 struct BOOST_ATOMIC_DETAIL_MAY_ALIAS aligned struct
72 type value;
74 BOOST_DEFAULTED_FUNCTION(aligned(), {}) in aligned() argument
84 struct BOOST_ATOMIC_DETAIL_MAY_ALIAS aligned struct
86 type value;
88 BOOST_DEFAULTED_FUNCTION(aligned(), {}) in aligned() argument
98 struct BOOST_ATOMIC_DETAIL_MAY_ALIAS aligned struct
102 BOOST_DEFAULTED_FUNCTION(aligned(), {}) in aligned() argument
112 struct BOOST_ATOMIC_DETAIL_MAY_ALIAS aligned struct
116 BOOST_DEFAULTED_FUNCTION(aligned(), {}) in aligned() function
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dpixblockdsp_neon.S23 .macro vld1_8 dst, src, incr, aligned
31 .macro get_pixels suffix, aligned
50 .macro diff_pixels suffix, aligned=0
/third_party/vk-gl-cts/framework/referencerenderer/
DrrVertexAttrib.cpp62 SrcScalarType aligned[4]; in readOrder() local
76 SrcScalarType aligned[4]; in readUnormOrder() local
91 SrcScalarType aligned[4]; in readSnormClamp() local
106 SrcScalarType aligned[4]; in readSnormScale() local
117 deUint16 aligned[4]; in readHalf() local
128 deInt32 aligned[4]; in readFixed() local
139 double aligned[4]; in readDouble() local
157 deUint32 aligned; in readUint2101010Rev() local
169 deUint32 aligned; in readInt2101010Rev() local
184 deUint32 aligned; in readUnorm2101010RevOrder() local
[all …]
/third_party/node/benchmark/buffers/
Dbuffer-swap.js6 aligned: ['true', 'false'], property
60 function createBuffer(len, aligned) { argument
77 function main({ method, len, n, aligned = 'true' }) { property
/third_party/ffmpeg/tests/checkasm/
Dpixblockdsp.c48 #define check_get_pixels(type, aligned) \ argument
65 #define check_diff_pixels(type, aligned) \ argument
/third_party/boost/libs/endian/test/
Dfloat_typedef_test.cpp26 template<class T, class U> void test_buffer( U const & y, bool aligned ) in test_buffer()
35 template<class T, class U> void test_arithmetic( U const & y, bool aligned ) in test_arithmetic()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMemory.cpp57 unsigned char *aligned = nullptr; in allocateRaw() local
106 unsigned char *aligned = (unsigned char*)memory; in deallocate() local
/third_party/ffmpeg/libavutil/x86/
Dpixelutils_init.c52 void ff_pixelutils_sad_init_x86(av_pixelutils_sad_fn *sad, int aligned) in ff_pixelutils_sad_init_x86()
/third_party/pixman/test/
Dutils-prng.c76 store_rand_128_data (void *addr, prng_rand_128_data_t *d, int aligned) in store_rand_128_data()
106 int aligned) in randmemset_internal()
/third_party/skia/third_party/externals/swiftshader/src/System/
DMemory.cpp82 unsigned char *aligned = nullptr; in allocate() local
123 unsigned char *aligned = (unsigned char *)memory; in freeMemory() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp65 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
107 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dutil.cuh90 unsigned int *aligned = (unsigned int *)((size_t)address & ~2); in MsAtomicAdd() local
115 unsigned int *aligned = in MsAtomicAdd() local
143 unsigned int *aligned = (unsigned int *)((unsigned char *)address - address_offset); in MsAtomicAdd() local
179 …unsigned int *aligned = reinterpret_cast<unsigned int *>(reinterpret_cast<char *>(address) - addre… in MsAtomicAdd() local
283 unsigned int *aligned = in MsAtomicMax() local
363 unsigned int *aligned = in MsAtomicMin() local
443 unsigned int *aligned = in MsAtomicMul() local
526 unsigned int *aligned = in MsAtomicDiv() local
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sVertexArrayTests.cpp88 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
228 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[… in init() local
296 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets… in init() local
/third_party/node/test/addons/buffer-free-callback/
Dbinding.cc22 char* aligned = buf + (alignment - static_offset) + offset; in Alloc() local
/third_party/ffmpeg/libavutil/
Dpixelutils.c66 av_pixelutils_sad_fn av_pixelutils_get_sad_fn(int w_bits, int h_bits, int aligned, void *log_ctx) in av_pixelutils_get_sad_fn()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c84 boolean aligned, in lp_build_gather_elem()
169 boolean aligned, in lp_build_gather_elem_vec()
413 boolean aligned, in lp_build_gather()
/third_party/musl/libc-test/src/functional/
Dstring_strchr.c6 static void *aligned(void *p) in aligned() function
Dstring_memcpy.c10 static void *aligned(void *p) { in aligned() function
Dstring_memset.c12 static char *aligned(void *p) in aligned() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp145 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
191 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
/third_party/ntfs-3g/libntfs-3g/
Dioctl.c231 u64 aligned; in align_up() local
240 u64 aligned; in align_down() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dprecision.hpp20 aligned = aligned_highp, enumerator
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sVertexArrayTests.cpp87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local
295 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
396 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
/third_party/skia/modules/sksg/src/
DSkSGText.cpp29 auto aligned = fPosition; in alignedPosition() local
/third_party/flutter/skia/modules/sksg/src/
DSkSGText.cpp29 auto aligned = fPosition; in alignedPosition() local

123