Home
last modified time | relevance | path

Searched refs:tmp_raw (Results 1 – 25 of 81) sorted by relevance

1234

/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/lib/tRNAscanSE/
H A DTscan.pm139 my ($tmp_fa, $tmp_raw, $start_index, $lib_dir, $seq_name) = @_;
148 system ("$tscan_bin -i $start_index -c $tscan_params $tmp_fa > $tmp_raw");
159 system ("$tscan_bin -c $tscan_params $tmp_fa > $tmp_raw");
165 system ("$tscan_bin -SEQ $tmp_fa -TEMPLATE SEtemplate -OUTPUT $tmp_raw > /dev/null");
180 system ("$tscan_bin tmp.gb $tmp_raw > /dev/null");
213 my $tmp_raw = $global_constants->get("tmp_raw");
218 open (TSCANRAW, "$tmp_raw") || die ("FATAL: Unable to open temp raw output file $tmp_raw\n\n");
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dkgdb.c164 char *tmp_raw, *tmp_hex; in hex2mem() local
170 tmp_raw = buf + count * 2; in hex2mem()
171 tmp_hex = tmp_raw - 1; in hex2mem()
175 tmp_raw--; in hex2mem()
179 *tmp_raw = hexValue; in hex2mem()
183 *tmp_raw |= hexValue << 4; in hex2mem()
187 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/
H A Dkgdb.c164 char *tmp_raw, *tmp_hex; in hex2mem() local
170 tmp_raw = buf + count * 2; in hex2mem()
171 tmp_hex = tmp_raw - 1; in hex2mem()
175 tmp_raw--; in hex2mem()
179 *tmp_raw = hexValue; in hex2mem()
183 *tmp_raw |= hexValue << 4; in hex2mem()
187 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/common/
H A Dkgdb.c164 char *tmp_raw, *tmp_hex; in hex2mem() local
170 tmp_raw = buf + count * 2; in hex2mem()
171 tmp_hex = tmp_raw - 1; in hex2mem()
175 tmp_raw--; in hex2mem()
179 *tmp_raw = hexValue; in hex2mem()
183 *tmp_raw |= hexValue << 4; in hex2mem()
187 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/common/
H A Dkgdb.c164 char *tmp_raw, *tmp_hex; in hex2mem() local
170 tmp_raw = buf + count * 2; in hex2mem()
171 tmp_hex = tmp_raw - 1; in hex2mem()
175 tmp_raw--; in hex2mem()
179 *tmp_raw = hexValue; in hex2mem()
183 *tmp_raw |= hexValue << 4; in hex2mem()
187 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/common/
H A Dkgdb.c164 char *tmp_raw, *tmp_hex; in hex2mem() local
170 tmp_raw = buf + count * 2; in hex2mem()
171 tmp_hex = tmp_raw - 1; in hex2mem()
175 tmp_raw--; in hex2mem()
179 *tmp_raw = hexValue; in hex2mem()
183 *tmp_raw |= hexValue << 4; in hex2mem()
187 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/common/
H A Dkgdb.c164 char *tmp_raw, *tmp_hex; in hex2mem() local
170 tmp_raw = buf + count * 2; in hex2mem()
171 tmp_hex = tmp_raw - 1; in hex2mem()
175 tmp_raw--; in hex2mem()
179 *tmp_raw = hexValue; in hex2mem()
183 *tmp_raw |= hexValue << 4; in hex2mem()
187 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()
/dports/sysutils/u-boot-chip/u-boot-2021.07/common/
H A Dkgdb.c165 char *tmp_raw, *tmp_hex; in hex2mem() local
171 tmp_raw = buf + count * 2; in hex2mem()
172 tmp_hex = tmp_raw - 1; in hex2mem()
176 tmp_raw--; in hex2mem()
180 *tmp_raw = hexValue; in hex2mem()
184 *tmp_raw |= hexValue << 4; in hex2mem()
188 memcpy(mem, tmp_raw, count); in hex2mem()

1234