| /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
|
| /kernel/linux/linux-5.10/arch/s390/mm/ |
| H A D | maccess.c | 23 unsigned long aligned, offset, count; in s390_kernel_write_odd() local
|
| /kernel/linux/linux-6.6/arch/s390/mm/ |
| H A D | maccess.c | 29 unsigned long aligned, offset, count; in s390_kernel_write_odd() 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
|
| /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
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| H A D | codegen_test.cpp | 301 void CheckSpillFillCoalescingForEvenRegsNumber(bool aligned) in CheckSpillFillCoalescingForEvenRegsNumber() argument 359 void CheckSpillFillCoalescingForOddRegsNumber(bool aligned) in CheckSpillFillCoalescingForOddRegsNumber() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | mem.h | 151 auto aligned = AlignDownToPageSize(unaligned); in Align() local [all...] |
| /foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
| H A D | shared_block.cpp | 242 uint32_t SharedBlock::Alloc(size_t size, bool aligned)
in Alloc() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_fb.c | 85 int aligned = width; in amdgpu_align_pitch() local
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| H A D | renesas_sdhi_sys_dmac.c | 160 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local 232 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | sorgf119.c | 60 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) gf119_sor_dp_vcpi() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| H A D | radeon_fb.c | 89 int aligned = width; in radeon_align_pitch() local
|
| /kernel/linux/linux-6.6/drivers/mmc/host/ |
| H A D | renesas_sdhi_sys_dmac.c | 163 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local 235 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() 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...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_gather.c | 81 lp_build_gather_elem(struct gallivm_state *gallivm, unsigned length, unsigned src_width, unsigned dst_width, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) lp_build_gather_elem() argument 164 lp_build_gather_elem_vec(struct gallivm_state *gallivm, unsigned length, unsigned src_width, LLVMTypeRef src_type, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) lp_build_gather_elem_vec() argument 408 lp_build_gather(struct gallivm_state *gallivm, unsigned length, unsigned src_width, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, boolean vector_justify) lp_build_gather() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | ExecutableMemory.cpp | 89 unsigned char *aligned = nullptr; in allocateRaw() local
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| H A D | es3sVertexArrayTests.cpp | 87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 295 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local 396 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrVertexAttrib.cpp | 62 SrcScalarType aligned[4]; in readOrder() local 76 SrcScalarType aligned[4]; in readUnormOrder() local 91 SrcScalarType aligned[4]; readSnormClamp() local 106 SrcScalarType aligned[4]; readSnormScale() local 117 deUint16 aligned[4]; readHalf() local 128 deInt32 aligned[4]; readFixed() local 139 double aligned[4]; readDouble() local 157 deUint32 aligned; readUint2101010Rev() local 169 deUint32 aligned; readInt2101010Rev() local 184 deUint32 aligned; readUnorm2101010RevOrder() local 200 deUint32 aligned; readSnorm2101010RevClampOrder() local 216 deUint32 aligned; readSnorm2101010RevScaleOrder() local [all...] |