/openbmc/linux/arch/powerpc/include/asm/ |
H A D | rtas-work-area.h | 49 #define rtas_work_area_alloc(size_) ({ \ argument 50 static_assert(__builtin_constant_p(size_)); \ 51 static_assert((size_) > 0); \ 52 static_assert((size_) <= RTAS_WORK_AREA_MAX_ALLOC_SZ); \ 53 __rtas_work_area_alloc(size_); \
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb.h | 65 #define DVB_USB_STREAM_BULK(endpoint_, count_, size_) { \ argument 71 .buffersize = size_, \ 76 #define DVB_USB_STREAM_ISOC(endpoint_, count_, frames_, size_, interval_) { \ argument 83 .framesize = size_,\
|
/openbmc/openbmc/poky/meta/recipes-support/aspell/aspell/ |
H A D | 0001-modules-speller-default-vector_hash-t.hpp-fix-gcc-15.patch | 22 It looks like `_size` is `size_` mis-spelling and `e` was not introduced 37 size_ = 0; 39 + for (iterator i = begin(), e = end(); i != e; ++i, ++size_);
|
/openbmc/linux/drivers/soc/apple/ |
H A D | sart.c | 76 size_t size_ = FIELD_GET(APPLE_SART2_CONFIG_SIZE, cfg); in sart2_get_entry() local 79 *size = size_ << APPLE_SART2_CONFIG_SIZE_SHIFT; in sart2_get_entry() 107 size_t size_ = readl(sart->regs + APPLE_SART3_SIZE(index)); in sart3_get_entry() local 110 *size = size_ << APPLE_SART3_SIZE_SHIFT; in sart3_get_entry()
|
/openbmc/qemu/hw/net/ |
H A D | ne2000.h | 40 ssize_t ne2000_receive(NetClientState *nc, const uint8_t *buf, size_t size_);
|
H A D | i82596.h | 50 ssize_t i82596_receive(NetClientState *nc, const uint8_t *buf, size_t size_);
|
H A D | pcnet.h | 64 ssize_t pcnet_receive(NetClientState *nc, const uint8_t *buf, size_t size_);
|
H A D | ne2000.c | 170 ssize_t ne2000_receive(NetClientState *nc, const uint8_t *buf, size_t size_) in ne2000_receive() argument 173 size_t size = size_; in ne2000_receive() 257 return size_; in ne2000_receive()
|
H A D | rtl8139.c | 817 static ssize_t rtl8139_do_receive(NetClientState *nc, const uint8_t *buf, size_t size_, int do_inte… in rtl8139_do_receive() argument 822 size_t size = size_; in rtl8139_do_receive() 998 return size_; in rtl8139_do_receive() 1039 return size_; in rtl8139_do_receive() 1060 val = cpu_to_le32(crc32(0, buf, size_)); in rtl8139_do_receive() 1181 return size_; in rtl8139_do_receive()
|
H A D | pcnet.c | 986 ssize_t pcnet_receive(NetClientState *nc, const uint8_t *buf, size_t size_) in pcnet_receive() argument 992 size_t size = size_; in pcnet_receive() 1163 return size_; in pcnet_receive()
|
/openbmc/linux/include/kunit/ |
H A D | test.h | 774 size_, \ argument 780 const size_t __size = (size_); \
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 2296 .size_##ib_struct = \ 2304 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2308 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2314 #define DECLARE_RDMA_OBJ_SIZE(ib_struct) size_t size_##ib_struct
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | device.c | 2578 #define SET_OBJ_SIZE(ptr, name) SET_DEVICE_OP(ptr, size_##name) in ib_set_device_ops()
|
/openbmc/linux/lib/ |
H A D | Kconfig.debug | 2722 Builds unit tests for the check_*_overflow(), size_*(), allocation, and
|