Home
last modified time | relevance | path

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

12345

/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
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dmemset.S71 aligned: label
H A Dev6-memset.S275 aligned: label
[all...]
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dmemset.S71 aligned: label
H A Dev6-memset.S275 aligned: label
[all...]
/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
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dsortu102.c27 tu102_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) tu102_sor_dp_vcpi() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dtu102.c33 tu102_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) in tu102_sor_dp_vcpi() argument
/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...]
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dmaccess.c23 unsigned long aligned, offset, count; in s390_kernel_write_odd() local
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dmaccess.c29 unsigned long aligned, offset, count; in s390_kernel_write_odd() local

Completed in 8 milliseconds

12345