| /external/lib/lwip/include/lwip/ |
| A D | memp.h | 44 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument 55 #define LWIP_MEMPOOL(name,num,size,desc) argument 57 #define LWIP_MALLOC_MEMPOOL(num, size) * MEMP_POOL_##size + 0 argument 64 #define LWIP_MEMPOOL(name,num,size,desc) argument 66 #define LWIP_MALLOC_MEMPOOL(num, size) 0 + MEMP_POOL_##size * argument
|
| A D | mem.h | 65 #define mem_trim(mem, size) (mem) argument 101 #define LWIP_MEM_ALIGN_SIZE(size) (((size) + MEM_ALIGNMENT - 1) & ~(MEM_ALIGNMENT-1)) argument 109 #define LWIP_MEM_ALIGN_BUFFER(size) (((size) + MEM_ALIGNMENT - 1)) argument
|
| A D | memp_std.h | 15 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + sizeof(struct memp_ma… argument
|
| /external/lib/lwip/core/ |
| A D | memp.c | 130 #define LWIP_MEMPOOL(name,num,size,desc) LWIP_MEM_ALIGN_SIZE(size), argument 138 #define LWIP_MEMPOOL(name,num,size,desc) (num), argument 145 #define LWIP_MEMPOOL(name,num,size,desc) (desc), argument 157 #define LWIP_MEMPOOL(name,num,size,desc) u8_t memp_memory_ ## name ## _base \ argument 163 #define LWIP_MEMPOOL(name,num,size,desc) memp_memory_ ## name ## _base, argument 171 #define LWIP_MEMPOOL(name,num,size,desc) + ( (num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size) ) ) argument 204 #define LWIP_MEMPOOL(name,num,size,desc) "/"desc, argument
|
| A D | mem.c | 79 mem_malloc(mem_size_t size) in mem_malloc() 371 mem_size_t size; in mem_trim() local 494 mem_malloc(mem_size_t size) in mem_malloc() 646 void *mem_calloc(mem_size_t count, mem_size_t size) in mem_calloc()
|
| A D | stats.c | 56 #define LWIP_MEMPOOL(name,num,size,desc) desc, in stats_init() argument 127 #define LWIP_MEMPOOL(name,num,size,desc) desc, in stats_display_memp() argument
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_hal_nand.c | 392 uint32_t deviceAddress = 0, size = 0, numPagesRead = 0, nandAddress = 0; in HAL_NAND_Read_Page() local 470 uint32_t deviceAddress = 0, size = 0, numPagesWritten = 0, nandAddress = 0; in HAL_NAND_Write_Page() local 559 uint32_t deviceAddress = 0, size = 0, numSpareAreaRead = 0, nandAddress = 0; in HAL_NAND_Read_SpareArea() local 636 uint32_t deviceAddress = 0, size = 0, numSpareAreaWritten = 0, nandAddress = 0; in HAL_NAND_Write_SpareArea() local
|
| A D | stm32f7xx_hal_pcd_ex.c | 87 HAL_StatusTypeDef HAL_PCDEx_SetTxFiFo(PCD_HandleTypeDef *hpcd, uint8_t fifo, uint16_t size) in HAL_PCDEx_SetTxFiFo() 126 HAL_StatusTypeDef HAL_PCDEx_SetRxFiFo(PCD_HandleTypeDef *hpcd, uint16_t size) in HAL_PCDEx_SetRxFiFo()
|
| /external/lib/lwip/api/ |
| A D | netbuf.c | 107 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc() 150 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref()
|
| A D | sockets.c | 754 lwip_send(int s, const void *data, size_t size, int flags) in lwip_send() 790 lwip_sendto(int s, const void *data, size_t size, int flags, 1004 lwip_write(int s, const void *data, size_t size)
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/cybt_shared_bus/ |
| A D | cybt_shared_bus.c | 339 int cyw43_btbus_write(uint8_t *buf, uint32_t size) { in cyw43_btbus_write() 364 static bool cybt_hci_read_packet(uint8_t *buf, uint32_t max_buf_size, uint32_t *size) { in cybt_hci_read_packet() 426 int cyw43_btbus_read(uint8_t *buf, uint32_t max_buf_size, uint32_t *size) { in cyw43_btbus_read()
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/ |
| A D | btstack_hci_transport_cyw43.c | 88 …w43_register_packet_handler(void (*handler)(uint8_t packet_type, uint8_t *packet, uint16_t size)) { in hci_transport_cyw43_register_packet_handler() 97 static int hci_transport_cyw43_send_packet(uint8_t packet_type, uint8_t *packet, int size) { in hci_transport_cyw43_send_packet()
|
| A D | cyw43_bus_pio_spi.c | 396 static inline uint32_t _cyw43_read_reg(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint size) { in _cyw43_read_reg() 444 …nline int _cyw43_write_reg(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint32_t val, uint size) { in _cyw43_write_reg()
|
| /external/platform/pico/rp2_common/pico_btstack/ |
| A D | btstack_flash_bank.c | 78 …id pico_flash_bank_read(void *context, int bank, uint32_t offset, uint8_t *buffer, uint32_t size) { in pico_flash_bank_read() 95 …o_flash_bank_write(void * context, int bank, uint32_t offset, const uint8_t *data, uint32_t size) { in pico_flash_bank_write()
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_adc.c | 49 uint16_t size; member 243 nrfx_err_t nrfx_adc_buffer_convert(nrf_adc_value_t * buffer, uint16_t size) in nrfx_adc_buffer_convert()
|
| A D | nrfx_twis.c | 692 size_t size) in nrfx_twis_tx_prepare() 736 size_t size) in nrfx_twis_rx_prepare()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_usbd.h | 227 size_t size; //!< Size of the requested transfer. member 249 size_t size; //!< Total size of the requested transfer. member
|
| A D | nrfx_adc.h | 60 uint16_t size; ///< Number of samples in the buffer. member
|
| /external/platform/pico/rp2_common/pico_malloc/ |
| A D | pico_malloc.c | 23 static inline void check_alloc(__unused void *mem, __unused uint size) { in check_alloc()
|
| /external/platform/nrfx/hal/ |
| A D | nrf_mpu.h | 123 NRF_STATIC_INLINE void nrf_mpu_region0_ram_size_set(NRF_MPU_Type * p_reg, uint32_t size) in nrf_mpu_region0_ram_size_set()
|
| A D | nrf_acl.h | 114 size_t size, in nrf_acl_region_set()
|
| /external/lib/aes/include/lib/ |
| A D | aes.h | 21 enum AES_KEYSIZE size; member
|
| /external/lib/lwip/include/arch/ |
| A D | sys_arch.h | 23 int size; member
|
| /external/lib/fdt/ |
| A D | fdt_addresses.c | 58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
|
| /external/lib/mincrypt/include/lib/mincrypt/ |
| A D | hash-internal.h | 43 int size; member
|