Home
last modified time | relevance | path

Searched refs:_align (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DAtoms.h33 _align(align), _contentType(type), _scope(scope), _merge(merge), in MachODefinedAtom()
41 _content(ArrayRef<uint8_t>(nullptr, size)), _align(align), in MachODefinedAtom()
51 Alignment alignment() const override { return _align; } in alignment()
79 const DefinedAtom::Alignment _align; variable
116 _size(size), _align(align) {} in MachOTentativeDefAtom()
126 Alignment alignment() const override { return _align; } in alignment()
138 const DefinedAtom::Alignment _align; variable
/freebsd-13.1/sys/contrib/dpdk_rte_lpm/
H A Drte_shim.h4 #define rte_malloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT) argument
6 #define rte_zmalloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument
7 #define rte_zmalloc_socket(_type, _size, _align, _s) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument
/freebsd-13.1/sys/dev/ofw/
H A Dofw_if.m319 * @param _align Requested alignment
325 u_int _align;
/freebsd-13.1/contrib/elftoolchain/elfcopy/
H A Delfcopy.h293 Elf_Type _dtype, uint64_t flags, uint64_t _align, uint64_t _vma,
/freebsd-13.1/sys/dev/sfxge/common/
H A Defx.h60 #define EFX_P2ROUNDUP(_type, _value, _align) \ argument
61 (-(-(_type)(_value) & -(_type)(_align)))
64 #define EFX_P2ALIGN(_type, _value, _align) \ argument
65 ((_type)(_value) & -(_type)(_align))
68 #define EFX_IS_P2ALIGNED(_type, _value, _align) \ argument
69 ((((_type)(_value)) & ((_type)(_align) - 1)) == 0)
/freebsd-13.1/sys/netinet/libalias/
H A Dalias_local.h299 u_char _align);
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h968 #define pci_pool_create(_name, _pdev, _size, _align, _alloc) \ argument
969 dma_pool_create(_name, &(_pdev)->dev, _size, _align, _alloc)