Home
last modified time | relevance | path

Searched refs:image_pos (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/dports/science/py-dlib/dlib-19.22/tools/imglab/src/
H A Dmetadata_editor.cpp30 image_pos(0), in metadata_editor()
84 lb_images.select(image_pos); in metadata_editor()
390 if (image_pos > 1 && metadata.images[image_pos-1].boxes.size() != 0) in on_keydown()
393 propagate_boxes(metadata, image_pos, image_pos-1); in on_keydown()
403 while (image_pos > 1 && metadata.images[image_pos-1].boxes.size() == 0) in on_keydown()
404 --image_pos; in on_keydown()
408 select_image(image_pos-1); in on_keydown()
421 propagate_boxes(metadata, image_pos, image_pos+1); in on_keydown()
432 ++image_pos; in on_keydown()
509 image_pos = idx; in load_image()
[all …]
/dports/science/dlib-cpp/dlib-19.22/tools/imglab/src/
H A Dmetadata_editor.cpp30 image_pos(0), in metadata_editor()
84 lb_images.select(image_pos); in metadata_editor()
390 if (image_pos > 1 && metadata.images[image_pos-1].boxes.size() != 0) in on_keydown()
393 propagate_boxes(metadata, image_pos, image_pos-1); in on_keydown()
403 while (image_pos > 1 && metadata.images[image_pos-1].boxes.size() == 0) in on_keydown()
404 --image_pos; in on_keydown()
408 select_image(image_pos-1); in on_keydown()
421 propagate_boxes(metadata, image_pos, image_pos+1); in on_keydown()
432 ++image_pos; in on_keydown()
509 image_pos = idx; in load_image()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-bananapi/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
/dports/sysutils/u-boot-pine64/u-boot-2021.07/arch/x86/lib/fsp2/
H A Dfsp_init.c46 binman_sym_declare(ulong, intel_fsp_m, image_pos);
98 entry->image_pos = (ulong)node->data; in get_cbfs_fsp()
157 entry->image_pos = binman_sym(ulong, intel_fsp_m, in fsp_locate_fsp()
158 image_pos); in fsp_locate_fsp()
160 if (entry->image_pos != BINMAN_SYM_MISSING) { in fsp_locate_fsp()
163 entry->image_pos &= mask; in fsp_locate_fsp()
165 entry->image_pos += (map_base & mask); in fsp_locate_fsp()
173 entry->image_pos += rom_offset; in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()

12345678910>>...52