Home
last modified time | relevance | path

Searched refs:memory_base (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ota/2ndboot/updater/
A Dota_nbpatch.c12 unsigned char* memory_base = NULL; variable
30 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()
/AliOS-Things-master/components/freetype/include/
A Dfreetype.h1900 const FT_Byte* memory_base; member
/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c290 args.memory_base = face->ttf_data; in T42_Face_Init()
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c180 (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