| /third_party/ffmpeg/libavcodec/alpha/ |
| H A D | hpeldsp_alpha_asm.S | |
| H A D | me_cmp_mvi_asm.S | |
| /third_party/ffmpeg/libavutil/x86/ |
| H A D | pixelutils_init.c | 48 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 D | string_strchr.c | 6 static void *aligned(void *p) in aligned() function
|
| H A D | string_memset.c | 12 static char *aligned(void *p) in aligned() function
|
| H A D | string_memcpy.c | 10 static void *aligned(void *p) { in aligned() function
|
| /third_party/ffmpeg/libavutil/ |
| H A D | pixelutils.c | 72 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 D | binding.cc | 22 char* aligned = buf + (alignment - static_offset) + offset; in Alloc() local
|
| /third_party/mesa3d/src/util/ |
| H A D | u_pointer.h | 87 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 D | MathTests.cpp | 145 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 D | Memory.cpp | 57 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 D | precision.hpp | 20 aligned = aligned_highp, enumerator
|
| /third_party/skia/modules/sksg/src/ |
| H A D | SkSGText.cpp | 29 auto aligned = fPosition; in alignedPosition() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | helpers.h | 133 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 D | items_pool.h | 33 std::array<uint8_t, helpers::math::GetPowerOfTwoValue32(sizeof(Item))> aligned; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| H A D | extend_assembler.cpp | 124 Label aligned; in Align16() local
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_mempool.c | 135 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 D | Memory.cpp | 82 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 D | Endian.h | 32 enum {aligned = 0, unaligned = 1}; enumerator [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | Endian.h | 25 enum {aligned = 0, unaligned = 1}; enumerator [all...] |
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | mem.h | 149 auto aligned = AlignDownToPageSize(unaligned); in Align() local [all...] |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | helpers.h | 170 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 D | x86_64cpuid.s | |
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/ |
| H A D | x86_64cpuid.s | |
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_resource.h | 48 bool aligned; member
|