/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
|
/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...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fVertexArrayTest.cpp | 87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 227 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx]) == 0); in init() local 295 const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets[offsetNdx] % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0); in init() local
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
H A D | pmb.c | 416 unsigned long aligned; in pmb_remap_caller() local
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | pmb.c | 416 unsigned long aligned; in pmb_remap_caller() local
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | lart.c | 518 __u32 aligned = to & ~(BUSWIDTH - 1); in flash_write() local
|
/kernel/linux/linux-5.10/mm/ |
H A D | slob.c | 240 slob_t *prev, *cur, *aligned = NULL; in slob_page_alloc() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
H A D | frame.c | 330 ia_css_frame_info_init(struct ia_css_frame_info *info, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int aligned) ia_css_frame_info_init() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_gem.c | 809 int aligned = width; in radeon_align_pitch() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake.c | 417 int aligned; in filter_frame() local
|