Home
last modified time | relevance | path

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

/external/u-boot/common/
Dbootm.c97 &images, &images.os.image_start, &images.os.image_len); in bootm_find_os()
210 ret = booti_setup(images.os.image_start, &image_addr, in bootm_find_os()
219 images.os.load = images.os.image_start; in bootm_find_os()
220 images.ep += images.os.image_start; in bootm_find_os()
358 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type, in bootm_decomp_image() argument
365 print_decomp_msg(comp, type, load == image_start); in bootm_decomp_image()
374 if (load == image_start) in bootm_decomp_image()
453 ulong image_start = os.image_start; in bootm_load_os() local
462 image_buf = map_sysmem(os.image_start, image_len); in bootm_load_os()
463 err = bootm_decomp_image(os.comp, load, os.image_start, os.type, in bootm_load_os()
[all …]
Dimage-fdt.c231 ulong image_start, image_data, image_end; in boot_get_fdt() local
319 image_start = (ulong)fdt_hdr; in boot_get_fdt()
326 if (load == image_start || in boot_get_fdt()
332 if ((load < image_end) && (load_end > image_start)) { in boot_get_fdt()
Dimage-fit.c1969 ulong image_start, image_end; in fit_image_load() local
1977 image_start = addr; in fit_image_load()
1982 load < image_end && load_end > image_start) { in fit_image_load()
2040 ulong image_start, image_end; in boot_get_fdt_fit() local
2087 image_start = addr; in boot_get_fdt_fit()
2090 if (load >= image_start && load < image_end) { in boot_get_fdt_fit()
Dbootm_os.c448 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.c465 const ulong image_start = 0; in run_bootm_test() local
470 compress_buff = map_sysmem(image_start, 0); in run_bootm_test()
474 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
479 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
490 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
/external/u-boot/include/
Dbootm.h71 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type,
Dimage.h328 ulong image_start, image_len; /* start of image within blob, len of image */ member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp117 stage_prog_data->binding_table.image_start + image_idx); in brw_setup_image_uniform_values()
Dbrw_program.c805 stage_prog_data->binding_table.image_start = next_binding_table_offset; in brw_assign_common_binding_table_offsets()
808 stage_prog_data->binding_table.image_start = 0xd0d0d0d0; in brw_assign_common_binding_table_offsets()
Dbrw_wm_surface_state.c1530 const unsigned surf_idx = prog_data->binding_table.image_start + i; in brw_upload_image_surfaces()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h583 uint32_t image_start; member
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c460 prog_data->binding_table.image_start = bias; in anv_fill_binding_table()
/external/freetype/
DChangeLog.221934 added twice to image_start if image_format was 2 or 5.