| /third_party/boost/boost/atomic/detail/ |
| D | storage_type.hpp | 70 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/ |
| D | pixblockdsp_neon.S | 23 .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/ |
| D | rrVertexAttrib.cpp | 62 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/ |
| D | buffer-swap.js | 6 aligned: ['true', 'false'], property 60 function createBuffer(len, aligned) { argument 77 function main({ method, len, n, aligned = 'true' }) { property
|
| /third_party/ffmpeg/tests/checkasm/ |
| D | pixblockdsp.c | 48 #define check_get_pixels(type, aligned) \ argument 65 #define check_diff_pixels(type, aligned) \ argument
|
| /third_party/boost/libs/endian/test/ |
| D | float_typedef_test.cpp | 26 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/ |
| D | Memory.cpp | 57 unsigned char *aligned = nullptr; in allocateRaw() local 106 unsigned char *aligned = (unsigned char*)memory; in deallocate() local
|
| /third_party/ffmpeg/libavutil/x86/ |
| D | pixelutils_init.c | 52 void ff_pixelutils_sad_init_x86(av_pixelutils_sad_fn *sad, int aligned) in ff_pixelutils_sad_init_x86()
|
| /third_party/pixman/test/ |
| D | utils-prng.c | 76 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/ |
| D | Memory.cpp | 82 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/ |
| D | MathTests.cpp | 65 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/ |
| D | util.cuh | 90 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/ |
| D | es2sVertexArrayTests.cpp | 88 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/ |
| D | binding.cc | 22 char* aligned = buf + (alignment - static_offset) + offset; in Alloc() local
|
| /third_party/ffmpeg/libavutil/ |
| D | pixelutils.c | 66 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/ |
| D | lp_bld_gather.c | 84 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/ |
| D | string_strchr.c | 6 static void *aligned(void *p) in aligned() function
|
| D | string_memcpy.c | 10 static void *aligned(void *p) { in aligned() function
|
| D | string_memset.c | 12 static char *aligned(void *p) in aligned() function
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| D | MathTests.cpp | 145 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local 191 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| D | ioctl.c | 231 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/ |
| D | precision.hpp | 20 aligned = aligned_highp, enumerator
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| D | es3sVertexArrayTests.cpp | 87 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/ |
| D | SkSGText.cpp | 29 auto aligned = fPosition; in alignedPosition() local
|
| /third_party/flutter/skia/modules/sksg/src/ |
| D | SkSGText.cpp | 29 auto aligned = fPosition; in alignedPosition() local
|