Home
last modified time | relevance | path

Searched defs:image_start (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/common/
Dimage-fdt.c271 ulong image_start, image_data, image_end; in boot_get_fdt() local
Dbootm.c348 ulong image_start = os.image_start; in bootm_load_os() local
Dimage-fit.c2139 ulong image_start, image_end; in fit_image_load() local
2244 ulong image_start, image_end; in boot_get_fdt_fit() local
Dimage.c408 int image_decomp(int comp, ulong load, ulong image_start, int type, in image_decomp()
/third_party/uboot/u-boot-2020.01/test/
Dcompression.c467 const ulong image_start = 0; in run_bootm_test() local
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c1266 FT_ULong image_start = 0, image_end = 0, image_offset; in tt_sbit_decoder_load_image() local
/third_party/freetype/src/sfnt/
Dttsbit.c1265 FT_ULong image_start = 0, image_end = 0, image_offset; in tt_sbit_decoder_load_image() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c1269 FT_ULong image_start = 0, image_end = 0, image_offset; in tt_sbit_decoder_load_image() local
/third_party/uboot/u-boot-2020.01/include/
Dimage.h340 ulong image_start, image_len; /* start of image within blob, len of image */ member