Home
last modified time | relevance | path

Searched defs:aligned (Results 1 - 25 of 54) sorted by relevance

123

/third_party/ffmpeg/libavcodec/alpha/
H A Dhpeldsp_alpha_asm.S
H A Dme_cmp_mvi_asm.S
/third_party/ffmpeg/libavutil/x86/
H A Dpixelutils_init.c48 void ff_pixelutils_sad_init_x86(av_pixelutils_sad_fn *sad, int aligned) in ff_pixelutils_sad_init_x86() argument
[all...]
/third_party/musl/libc-test/src/functional/
H A Dstring_strchr.c6 static void *aligned(void *p) in aligned() function
H A Dstring_memset.c12 static char *aligned(void *p) in aligned() function
H A Dstring_memcpy.c10 static void *aligned(void *p) { in aligned() function
/third_party/ffmpeg/libavutil/
H A Dpixelutils.c72 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() argument
/third_party/node/test/addons/buffer-free-callback/
H A Dbinding.cc22 char* aligned = buf + (alignment - static_offset) + offset; in Alloc() local
/third_party/mesa3d/src/util/
H A Du_pointer.h87 uintptr_t aligned = (pointer_to_uintptr( unaligned ) + alignment - 1) & ~(alignment - 1); in align_pointer() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DMathTests.cpp145 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
191 char* aligned = AlignPtr(unaligned, kTestAlignment); in TEST() local
193 ASSERT_EQ(IsPtrAligned(unaligned, kTestAlignment), unaligned == aligned); in TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMemory.cpp57 unsigned char *aligned = nullptr; in allocateRaw() local
106 unsigned char *aligned = (unsigned char*)memory; in deallocate() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dprecision.hpp20 aligned = aligned_highp, enumerator
/third_party/skia/modules/sksg/src/
H A DSkSGText.cpp29 auto aligned = fPosition; in alignedPosition() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_mempool.c135 unsigned aligned = ALIGN_POT(sz, sysconf(_SC_PAGESIZE)); in panfrost_pool_alloc_aligned() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMemory.cpp82 unsigned char *aligned = nullptr; in allocate() local
123 unsigned char *aligned = (unsigned char *)memory; in freeMemory() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DEndian.h32 enum {aligned = 0, unaligned = 1}; enumerator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DEndian.h25 enum {aligned = 0, unaligned = 1}; enumerator
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/
H A Dx86_64cpuid.s
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/
H A Dx86_64cpuid.s
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.h48 bool aligned; member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc200 void* aligned = reinterpret_cast<void*>(y == 0 ? x : (x + kAlignment - y)); in PoolAlignedAlloc() local
/third_party/vk-gl-cts/framework/common/
H A DtcuFloatFormat.cpp244 const deUint64 aligned = fraction << (numDigits * 4 - m_fractionBits); in floatToHex() local
/third_party/vk-gl-cts/modules/gles2/stress/
H A 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[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx]) == 0); in init() local
296 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0); in init() local
/third_party/mbedtls/programs/test/
H A Dmetatest.c216 } aligned; in test_memory_poison() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dioctl.c231 u64 aligned; in align_up() local
240 u64 aligned; in align_down() local
[all...]

Completed in 9 milliseconds

123