Lines Matching refs:u8_t
155 * extern u8_t __attribute__((section(".onchip_mem"))) memp_memory_UDP_PCB_base[];
157 #define LWIP_MEMPOOL(name,num,size,desc) u8_t memp_memory_ ## name ## _base \
162 static u8_t *const memp_bases[] = {
170 static u8_t memp_memory[MEM_ALIGNMENT - 1
220 u8_t *m;
222 m = (u8_t*)p + MEMP_SIZE + memp_sizes[memp_type];
253 u8_t *m;
255 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED;
291 p = (struct memp*)((u8_t*)p + MEMP_SIZE + memp_sizes[i] + MEMP_SANITY_REGION_AFTER_ALIGNED);
299 p = (struct memp*)((u8_t*)p + MEMP_SIZE + memp_sizes[i] + MEMP_SANITY_REGION_AFTER_ALIGNED);
312 u8_t *m;
319 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED;
323 m = (u8_t*)p + MEMP_SIZE + memp_sizes[i];
326 p = (struct memp*)((u8_t*)p + MEMP_SIZE + memp_sizes[i] + MEMP_SANITY_REGION_AFTER_ALIGNED);
363 memp = (struct memp *)(void *)((u8_t *)memp + MEMP_SIZE + memp_sizes[i]
417 memp = (struct memp*)(void *)((u8_t*)memp + MEMP_SIZE);
446 memp = (struct memp *)(void *)((u8_t*)mem - MEMP_SIZE);