| /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
|
| /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...] |
| /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
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | pool_urbg.cc | 200 void* aligned = reinterpret_cast<void*>(y == 0 ? x : (x + kAlignment - y)); in PoolAlignedAlloc() local
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuFloatFormat.cpp | 244 const deUint64 aligned = fraction << (numDigits * 4 - m_fractionBits); in floatToHex() local
|
| /third_party/vk-gl-cts/modules/gles2/stress/ |
| H A 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[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 D | metatest.c | 216 } aligned; in test_memory_poison() local [all...] |
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | ioctl.c | 231 u64 aligned; in align_up() local 240 u64 aligned; in align_down() local [all...] |