Home
last modified time | relevance | path

Searched defs:aligned (Results 1 - 25 of 66) 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
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dhelpers.h133 uintptr_t aligned = (intptr - 1U + ALIGNMENT) & -ALIGNMENT; in Align() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/mem/
H A Ditems_pool.h33 std::array<uint8_t, helpers::math::GetPowerOfTwoValue32(sizeof(Item))> aligned; member
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dextend_assembler.cpp124 Label aligned; in Align16() 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...]
/arkcompiler/runtime_core/libpandabase/os/
H A Dmem.h149 auto aligned = AlignDownToPageSize(unaligned); in Align() local
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dhelpers.h170 uintptr_t aligned = (intptr - 1U + alignment) & -alignment; in Align() local
/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

Completed in 8 milliseconds

123