Home
last modified time | relevance | path

Searched refs:high_off (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/elfsh/elfsh-0.51b3/libelfsh/
H A Dsym_common.c140 int high_off; in elfsh_get_sym_by_value() local
143 low_off = high_off = ELFSH_UNSET_OFFSET; in elfsh_get_sym_by_value()
156 else if (sym[idx].st_value > vaddr && (sym[idx].st_value - vaddr < high_off)) in elfsh_get_sym_by_value()
159 high_off = sym[idx].st_value - vaddr; in elfsh_get_sym_by_value()
180 *off = high_off; in elfsh_get_sym_by_value()
/dports/mail/nocc/nocc-1.9.10/classes/
H A Dnocc_contacts.php143 $high_off='';
146 $high_off='</span>';
149 …high_on.'<a href="#'.$sub_rulers[$j].'">&nbsp;&nbsp;'.$sub_rulers[$j].'&nbsp;&nbsp;</a>'.$high_off;
153 …high_on.'<a href="#'.$sub_rulers[$j].'">&nbsp;&nbsp;'.$sub_rulers[$j].'&nbsp;&nbsp;</a>'.$high_off;
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dparallels.c410 int64_t size, prev_off, high_off; in parallels_co_check() local
437 high_off = 0; in parallels_co_check()
461 if (off > high_off) { in parallels_co_check()
462 high_off = off; in parallels_co_check()
480 res->image_end_offset = high_off + cluster_size; in parallels_co_check()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dparallels.c421 int64_t size, prev_off, high_off; in parallels_co_check() local
447 high_off = 0; in parallels_co_check()
471 if (off > high_off) { in parallels_co_check()
472 high_off = off; in parallels_co_check()
490 res->image_end_offset = high_off + s->cluster_size; in parallels_co_check()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dparallels.c420 int64_t size, prev_off, high_off; in parallels_co_check() local
447 high_off = 0; in parallels_co_check()
471 if (off > high_off) { in parallels_co_check()
472 high_off = off; in parallels_co_check()
490 res->image_end_offset = high_off + cluster_size; in parallels_co_check()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dparallels.c421 int64_t size, prev_off, high_off; in parallels_co_check() local
447 high_off = 0; in parallels_co_check()
471 if (off > high_off) { in parallels_co_check()
472 high_off = off; in parallels_co_check()
490 res->image_end_offset = high_off + s->cluster_size; in parallels_co_check()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dparallels.c415 int64_t size, prev_off, high_off; in parallels_co_check() local
442 high_off = 0; in parallels_co_check()
466 if (off > high_off) { in parallels_co_check()
467 high_off = off; in parallels_co_check()
485 res->image_end_offset = high_off + cluster_size; in parallels_co_check()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dparallels.c410 int64_t size, prev_off, high_off; in parallels_co_check() local
437 high_off = 0; in parallels_co_check()
461 if (off > high_off) { in parallels_co_check()
462 high_off = off; in parallels_co_check()
480 res->image_end_offset = high_off + cluster_size; in parallels_co_check()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dparallels.c410 int64_t size, prev_off, high_off; in parallels_co_check() local
437 high_off = 0; in parallels_co_check()
461 if (off > high_off) { in parallels_co_check()
462 high_off = off; in parallels_co_check()
480 res->image_end_offset = high_off + cluster_size; in parallels_co_check()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dparallels.c410 int64_t size, prev_off, high_off;
437 high_off = 0;
461 if (off > high_off) {
462 high_off = off;
480 res->image_end_offset = high_off + cluster_size;
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dparallels.c421 int64_t size, prev_off, high_off; in parallels_co_check() local
447 high_off = 0; in parallels_co_check()
471 if (off > high_off) { in parallels_co_check()
472 high_off = off; in parallels_co_check()
490 res->image_end_offset = high_off + s->cluster_size; in parallels_co_check()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/kernel/
H A Dsys_parisc.c360 unsigned int high_off, unsigned int low_off, in parisc_fadvise64_64() argument
363 return ksys_fadvise64_64(fd, (loff_t)high_off << 32 | low_off, in parisc_fadvise64_64()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/parisc/kernel/
H A Dsys_parisc.c360 unsigned int high_off, unsigned int low_off, in parisc_fadvise64_64() argument
363 return ksys_fadvise64_64(fd, (loff_t)high_off << 32 | low_off, in parisc_fadvise64_64()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/parisc/kernel/
H A Dsys_parisc.c360 unsigned int high_off, unsigned int low_off, in parisc_fadvise64_64() argument
363 return ksys_fadvise64_64(fd, (loff_t)high_off << 32 | low_off, in parisc_fadvise64_64()
/dports/comms/minicom/minicom-2.7.1/src/
H A Dwindow.c1280 int high_off = attr; in mc_wselect() local
1294 high_off = attr; in mc_wselect()
1315 mc_wcurbar(w, cur, high_off); in mc_wselect()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/avr/
H A Davr.md4182 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4185 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4213 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4216 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4263 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4266 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4292 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4295 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4308 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4311 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/avr/
H A Davr.md4172 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4175 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4203 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4206 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4253 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4256 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4282 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4285 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4298 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4301 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/avr/
H A Davr.md4435 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4438 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4466 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4469 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4516 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4519 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4545 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4548 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4561 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4564 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/config/avr/
H A Davr.md4435 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4438 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4466 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4469 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4516 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4519 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4545 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4548 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4561 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4564 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/avr/
H A Davr.md4346 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4349 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4377 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4380 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4427 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4430 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4456 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4459 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4472 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4475 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/avr/
H A Davr.md4435 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4438 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4466 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4469 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4516 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4519 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4545 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4548 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4561 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4564 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/avr/
H A Davr.md4435 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4438 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4466 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4469 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4516 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4519 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4545 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4548 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4561 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4564 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/config/avr/
H A Davr.md4213 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4216 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4244 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4247 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4294 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4297 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4323 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4326 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4339 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4342 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/avr/
H A Davr.md4435 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4438 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4466 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4469 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4516 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4519 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4545 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4548 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4561 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4564 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/avr/
H A Davr.md4435 unsigned int high_off = subreg_highpart_offset (QImode, HImode);
4438 operands[3] = simplify_gen_subreg (QImode, operands[0], HImode, high_off);
4466 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4469 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4516 unsigned int high_off = subreg_highpart_offset (HImode, SImode);
4519 operands[3] = simplify_gen_subreg (HImode, operands[0], SImode, high_off);
4545 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4548 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
4561 unsigned int high_off = subreg_highpart_offset (SImode, DImode);
4564 operands[3] = simplify_gen_subreg (SImode, operands[0], DImode, high_off);
[all …]

123