Searched refs:memory_base (Results 1 – 4 of 4) sorted by relevance
12 unsigned char* memory_base = NULL; variable30 memory_base = malloc (FLASH_SIZE); in ota_patch_init()31 if(memory_base == NULL) { in ota_patch_init()34 memset(memory_base, 0xFF, FLASH_SIZE); in ota_patch_init()44 pos = (unsigned char*)(memory_base + app_info->partition_start_addr); in ota_patch_init()77 pos = (unsigned char*)(memory_base + ota_info->partition_start_addr); in ota_patch_init()110 ret = fwrite(memory_base + app_info->partition_start_addr, size, 1, all_fd); in ota_patch_dump_flash()
1900 const FT_Byte* memory_base; member
290 args.memory_base = face->ttf_data; in T42_Face_Init()
180 (const FT_Byte*)args->memory_base, in FT_Stream_New()1278 args.memory_base = file_base; in FT_New_Memory_Face()
Completed in 26 milliseconds