Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DAtoms.h34 _align(align), _contentType(type), _scope(scope), _merge(merge), in MachODefinedAtom()
42 _content(ArrayRef<uint8_t>(nullptr, size)), _align(align), in MachODefinedAtom()
52 Alignment alignment() const override { return _align; } in alignment()
80 const DefinedAtom::Alignment _align; variable
117 _align(align) {} in MachOTentativeDefAtom()
127 Alignment alignment() const override { return _align; } in alignment()
139 const DefinedAtom::Alignment _align; variable
/freebsd-12.1/sys/dev/sfxge/common/
H A Defx.h56 #define EFX_P2ROUNDUP(_type, _value, _align) \ argument
57 (-(-(_type)(_value) & -(_type)(_align)))
60 #define EFX_P2ALIGN(_type, _value, _align) \ argument
61 ((_type)(_value) & -(_type)(_align))
64 #define EFX_IS_P2ALIGNED(_type, _value, _align) \ argument
65 ((((_type)(_value)) & ((_type)(_align) - 1)) == 0)
/freebsd-12.1/sys/dev/ofw/
H A Dofw_if.m319 * @param _align Requested alignment
325 u_int _align;
/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Delfcopy.h292 Elf_Type _dtype, uint64_t flags, uint64_t _align, uint64_t _vma,
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h690 #define pci_pool_create(_name, _pdev, _size, _align, _alloc) \ argument
691 dma_pool_create(_name, &(_pdev)->dev, _size, _align, _alloc)
/freebsd-12.1/sys/netinet/libalias/
H A Dalias_local.h323 u_char _proto, u_char _align);