| /freebsd-13.1/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_shim.h | 4 #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/tools/tools/ath/common/ |
| H A D | ah_osdep.h | 50 #define OS_MEMZERO(_a, _size) bzero((_a), (_size)) argument 51 #define OS_MEMCPY(_dst, _src, _size) bcopy((_src), (_dst), (_size)) argument
|
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | config.h | 128 #define _LIBUNWIND_REMEMBER_ALLOC(_size) alloca(_size) argument 133 #define _LIBUNWIND_REMEMBER_ALLOC(_size) _malloca(_size) argument 137 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) argument 142 #define _LIBUNWIND_REMEMBER_ALLOC(_size) malloc(_size) argument
|
| /freebsd-13.1/sys/sys/ |
| H A D | bitstring.h | 280 bit_ffs_area_at(bitstr_t *_bitstr, int _start, int _nbits, int _size, in bit_ffs_area_at() 327 bit_ffc_area_at(bitstr_t *_bitstr, int _start, int _nbits, int _size, in bit_ffc_area_at() 374 bit_ffs_area(bitstr_t *_bitstr, int _nbits, int _size, int *_result) in bit_ffs_area() 381 bit_ffc_area(bitstr_t *_bitstr, int _nbits, int _size, int *_result) in bit_ffc_area()
|
| H A D | ctf.h | 65 __uint16_t _size; member 74 __uint32_t _size; member 83 __uint16_t _size; member 94 __uint32_t _size; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSArray.cpp | 105 uint32_t _size : 28; member 114 uint64_t _size : 60; member 130 uint32_t _size; member 137 uint64_t _size; member 153 uint32_t _size; member 196 const uint32_t _size = 0; member 203 const uint64_t _size = 0; member
|
| H A D | NSSet.cpp | 147 uint32_t _size; member 154 uint64_t _size; member 166 uint32_t _size; member 173 uint64_t _size; member
|
| H A D | NSDictionary.cpp | 250 uint32_t _size; member 259 uint64_t _size; member 286 uint32_t _size; member 294 uint64_t _size; member
|
| /freebsd-13.1/sys/arm/include/ |
| H A D | platformvar.h | 93 #define FDT_PLATFORM_DEF2(NAME, VAR_NAME, NAME_STR, _size, _compatible, \ argument
|
| /freebsd-13.1/sys/xen/interface/hvm/ |
| H A D | save.h | 94 # define HVM_SAVE_FIX_COMPAT(_x, _dst, _size) __HVM_SAVE_FIX_COMPAT_##_x(_dst, _size) argument
|
| /freebsd-13.1/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_cmds.h | 344 #define _ng_l2cap_echo_req(_m, _ident, _data, _size) \ argument
|
| /freebsd-13.1/contrib/ldns/ldns/ |
| H A D | rdata.h | 177 size_t _size; member
|
| H A D | packet.h | 245 size_t _size; member
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | efsys.h | 335 #define EFSYS_MEM_ZERO(_esmp, _size) \ argument 980 #define EFSYS_DMA_SYNC_FOR_KERNEL(_esmp, _offset, _size) \ argument 988 #define EFSYS_DMA_SYNC_FOR_DEVICE(_esmp, _offset, _size) \ argument 1011 #define EFSYS_KMEM_ALLOC(_esip, _size, _p) \ argument 1022 #define EFSYS_KMEM_FREE(_esip, _size, _p) \ argument
|
| H A D | efx_tx.c | 747 #define EFX_TX_DESC(_etp, _addr, _size, _eop, _added) \ argument
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | Atoms.h | 137 const uint64_t _size; variable
|
| /freebsd-13.1/sys/net80211/ |
| H A D | ieee80211_regdomain.c | 190 #define swap(_a, _b, _size) { \ argument
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_datavar.h | 214 #define BHND_NVRAM_DATA_CLASS_DEFN(_cname, _desc, _caps, _size) \ argument
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 968 #define pci_pool_create(_name, _pdev, _size, _align, _alloc) \ argument 970 #define pci_free_consistent(_hwdev, _size, _vaddr, _dma_handle) \ argument 976 #define pci_map_single(_hwdev, _ptr, _size, _dir) \ argument 979 #define pci_unmap_single(_hwdev, _addr, _size, _dir) \ argument 985 #define pci_map_page(_hwdev, _page, _offset, _size, _dir) \ argument 988 #define pci_unmap_page(_hwdev, _dma_address, _size, _dir) \ argument
|
| H A D | device.h | 596 #define devm_kzalloc(_dev, _size, _gfp) \ argument 599 #define devm_kcalloc(_dev, _sizen, _size, _gfp) \ argument
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | spad_layout.h | 99 #define TO_OFFSIZE(_offset, _size) \ argument
|
| /freebsd-13.1/include/ |
| H A D | stdio.h | 93 int _size; member
|
| /freebsd-13.1/sys/dev/bhnd/bhndb/ |
| H A D | bhndb.c | 1844 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument 1857 #define BHNDB_IO_METHODS(_type, _size) \ argument
|
| /freebsd-13.1/sys/dev/bhnd/ |
| H A D | bhnd.c | 1058 #define BHND_IO_METHODS(_type, _size) \ argument
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 935 uint64_t _size; member in llvm::yaml::MappingTraits::NormalizedAtom 1112 uint64_t _size; member in llvm::yaml::MappingTraits::NormalizedAtom
|