Home
last modified time | relevance | path

Searched refs:image_start (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/common/
Dbootm.c91 &images, &images.os.image_start, &images.os.image_len); in bootm_find_os()
204 ret = booti_setup(images.os.image_start, &image_addr, in bootm_find_os()
213 images.os.load = images.os.image_start; in bootm_find_os()
214 images.ep += images.os.image_start; in bootm_find_os()
348 ulong image_start = os.image_start; in bootm_load_os() local
356 image_buf = map_sysmem(os.image_start, image_len); in bootm_load_os()
357 err = image_decomp(os.comp, load, os.image_start, os.type, in bootm_load_os()
371 no_overlap = (os.comp == IH_COMP_NONE && load == image_start); in bootm_load_os()
Dimage-fdt.c271 ulong image_start, image_data, image_end; in boot_get_fdt() local
362 image_start = (ulong)fdt_hdr; in boot_get_fdt()
369 if (load == image_start || in boot_get_fdt()
375 if ((load < image_end) && (load_end > image_start)) { in boot_get_fdt()
Dimage-fit.c1977 ulong image_start, image_end; in fit_image_load() local
1983 image_start = addr; in fit_image_load()
1988 load < image_end && load_end > image_start) { in fit_image_load()
2082 ulong image_start, image_end; in boot_get_fdt_fit() local
2129 image_start = addr; in boot_get_fdt_fit()
2132 if (load >= image_start && load < image_end) { in boot_get_fdt_fit()
Dimage.c408 int image_decomp(int comp, ulong load, ulong image_start, int type, in image_decomp() argument
415 print_decomp_msg(comp, type, load == image_start); in image_decomp()
424 if (load == image_start) in image_decomp()
Dbootm_os.c485 ret = optee_verify_bootm_image(images->os.image_start, in do_bootm_tee()
/external/freetype/src/sfnt/
Dttsbit.c1266 FT_ULong image_start = 0, image_end = 0, image_offset; in tt_sbit_decoder_load_image() local
1316 image_start = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
1319 if ( image_start == image_end ) /* missing glyph */ in tt_sbit_decoder_load_image()
1336 image_start = image_size * ( glyph_index - start ); in tt_sbit_decoder_load_image()
1337 image_end = image_start + image_size; in tt_sbit_decoder_load_image()
1346 image_start = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
1349 if ( image_start == image_end ) /* missing glyph */ in tt_sbit_decoder_load_image()
1375 image_start = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
1420 image_start = image_size * mm; in tt_sbit_decoder_load_image()
1421 image_end = image_start + image_size; in tt_sbit_decoder_load_image()
[all …]
/external/u-boot/test/
Dcompression.c467 const ulong image_start = 0; in run_bootm_test() local
472 compress_buff = map_sysmem(image_start, 0); in run_bootm_test()
476 err = image_decomp(comp_type, load_addr, image_start, in run_bootm_test()
481 err = image_decomp(comp_type, load_addr, image_start, in run_bootm_test()
492 err = image_decomp(comp_type, load_addr, image_start, in run_bootm_test()
/external/u-boot/prebuilt-intermediates/
Dimage.h338 ulong image_start, image_len; /* start of image within blob, len of image */ member
867 int image_decomp(int comp, ulong load, ulong image_start, int type,
/external/u-boot/include/
Dimage.h338 ulong image_start, image_len; /* start of image within blob, len of image */ member
867 int image_decomp(int comp, ulong load, ulong image_start, int type,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c898 stage_prog_data->binding_table.image_start = next_binding_table_offset; in brw_assign_common_binding_table_offsets()
901 stage_prog_data->binding_table.image_start = 0xd0d0d0d0; in brw_assign_common_binding_table_offsets()
Dbrw_wm_surface_state.c1613 const unsigned surf_idx = prog_data->binding_table.image_start + i; in brw_upload_image_surfaces()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h695 uint32_t image_start; member
Dbrw_fs_nir.cpp3980 if (stage_prog_data->binding_table.image_start > 0) { in get_nir_image_intrinsic_image()
3983 brw_imm_ud(image.d + stage_prog_data->binding_table.image_start); in get_nir_image_intrinsic_image()
3987 brw_imm_d(stage_prog_data->binding_table.image_start)); in get_nir_image_intrinsic_image()
Dbrw_fs.cpp5229 base_binding_table_index = prog_data->binding_table.image_start; in lower_sampler_logical_send_gen7()
/external/freetype/
DChangeLog.221934 added twice to image_start if image_format was 2 or 5.