Home
last modified time | relevance | path

Searched refs:alignment (Results 251 – 275 of 541) sorted by relevance

1...<<11121314151617181920>>...22

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h151 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate() argument
153 alignment <= SizeClassMap::kMaxSize; in CanAllocate()
/freebsd/lib/libc/amd64/string/
H A Dstrrchr.S33 #define ALIGN_TEXT .p2align 4,0x90 # 16-byte alignment, nop-filled
149 and $0xf, %ecx # offset from alignment
H A Dmemccpy.S45 push %rax # dummy push for alignment
182 tzcnt %r8, %rdx # find string/buffer len from alignment boundary
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62-phycore-som.dtsi50 alignment = <0x1000>;
56 alignment = <0x1000>;
H A Dk3-j7200-som-p0.dtsi25 alignment = <0x1000>;
79 alignment = <0x1000>;
/freebsd/contrib/file/magic/Magdir/
H A Dclipper51 >48 long&01 01 alignment trap enabled
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt46 alignment = <0x1000>;
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_var.h63 uint8_t alignment; member
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Dmdp4.txt41 - qcom,lcdc-align-lsb: Boolean value indicating that LSB alignment should be
/freebsd/lib/libc/regex/grot/
H A DMakefile37 JUNKLINT =possible pointer alignment|null effect
/freebsd/sys/dev/irdma/
H A Dirdma_protos.h104 u64 size, u32 alignment);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td56 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
92 // i128 is split to two i64s, and its stack alignment is 16 bytes.
195 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
358 // Put ByVal arguments directly on the stack. Minimum size and alignment of a
381 // i128 is split to two i64s, and its stack alignment is 16 bytes.
424 // i128 is split to two i64s, and its stack alignment is 16 bytes.
444 // i128 is split to two i64s, and its stack alignment is 16 bytes.
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.f90.var700 function omp_aligned_alloc(alignment, size, allocator) bind(c)
704 integer(c_size_t), value :: alignment, size
716 function omp_aligned_calloc(alignment, nmemb, size, allocator) bind(c)
720 integer(c_size_t), value :: alignment, nmemb, size
863 function kmp_aligned_malloc(size, alignment) bind(c)
867 integer (kind=kmp_size_t_kind), value :: alignment
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def196 "default struct packing maximum alignment")
198 "default maximum alignment for types")
297 LANGOPT(NewAlignOverride , 32, 0, "maximum alignment guaranteed by '::operator new(size_t)'")
335 LANGOPT(NoBitFieldTypeAlign , 1, 0, "bit-field type alignment")
440 COMPATIBLE_VALUE_LANGOPT(FunctionAlignment, 5, 0, "Default alignment for functions")
441 COMPATIBLE_VALUE_LANGOPT(LoopAlignment, 32, 0, "Default alignment for loops")
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp42 uint32_t alignment = entity.GetAlignment(); in AddStructMember() local
47 m_struct_alignment = alignment; in AddStructMember()
49 if (m_current_offset % alignment) in AddStructMember()
50 m_current_offset += (alignment - (m_current_offset % alignment)); in AddStructMember()
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dt4240qds.dts330 alignment = <0 0x1000000>;
334 alignment = <0 0x400000>;
338 alignment = <0 0x2000000>;
/freebsd/sys/dev/qat/qat/
H A Dqat_ocf_mem_pool.c191 bus_size_t alignment) in qat_ocf_alloc_dma_mem() argument
196 alignment, in qat_ocf_alloc_dma_mem()
/freebsd/sys/kern/
H A Dkern_malloc.c456 vm_paddr_t low, vm_paddr_t high, unsigned long alignment, in contigmalloc() argument
461 ret = (void *)kmem_alloc_contig(size, flags, low, high, alignment, in contigmalloc()
471 unsigned long alignment, vm_paddr_t boundary) in contigmalloc_domainset() argument
476 alignment, boundary, VM_MEMATTR_DEFAULT); in contigmalloc_domainset()
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Ds5pv210.dtsi585 samsung,min-pix-alignment = <16 8>;
599 samsung,min-pix-alignment = <1 1>;
615 samsung,min-pix-alignment = <16 8>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp522 uint64_t &alignment, in LayoutRecordType() argument
535 alignment = pos->second.alignment; in LayoutRecordType()
543 alignment = 0; in LayoutRecordType()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsamsung-fimc.txt76 - samsung,min-pix-alignment: minimum supported image height alignment (first
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td49 /// Alignment of parameter (5 bits) stored as log2 of alignment with +1 bias.
53 /// Parameter of a function that tells us the alignment of an allocation, as in
245 /// Alignment of stack for function (3 bits) stored as log2 of alignment with
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-opp-mowgli.dts33 alignment = <0x01000000>;
40 alignment = <0x01000000>;
H A Daspeed-bmc-opp-witherspoon.dts38 alignment = <0x01000000>;
45 alignment = <0x01000000>;
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp137 static size_t roundup(size_t count, size_t alignment) { in roundup() argument
138 size_t mask = alignment - 1; in roundup()

1...<<11121314151617181920>>...22