Home
last modified time | relevance | path

Searched refs:coresize (Results 51 – 75 of 192) sorted by relevance

12345678

/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dsco5-core.c108 int coresize; in sco5_core_file_p() local
123 coresize = statbuf.st_size; in sco5_core_file_p()
126 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), in sco5_core_file_p()
137 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0) in sco5_core_file_p()
184 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), in sco5_core_file_p()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dsco5-core.c108 int coresize; in sco5_core_file_p() local
123 coresize = statbuf.st_size; in sco5_core_file_p()
126 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), in sco5_core_file_p()
137 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0) in sco5_core_file_p()
184 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), in sco5_core_file_p()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dsco5-core.c108 int coresize; in sco5_core_file_p() local
123 coresize = statbuf.st_size; in sco5_core_file_p()
126 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), in sco5_core_file_p()
137 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0) in sco5_core_file_p()
184 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), in sco5_core_file_p()
/dports/devel/gdb/gdb-11.1/bfd/
H A Dsco5-core.c108 int coresize; in sco5_core_file_p() local
123 coresize = statbuf.st_size; in sco5_core_file_p()
126 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), in sco5_core_file_p()
137 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0) in sco5_core_file_p()
184 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), in sco5_core_file_p()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dsco5-core.c110 int coresize; in sco5_core_file_p() local
125 coresize = statbuf.st_size; in sco5_core_file_p()
128 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), in sco5_core_file_p()
139 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0) in sco5_core_file_p()
186 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), in sco5_core_file_p()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dsco5-core.c108 int coresize; in sco5_core_file_p() local
123 coresize = statbuf.st_size; in sco5_core_file_p()
126 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), in sco5_core_file_p()
137 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0) in sco5_core_file_p()
184 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), in sco5_core_file_p()
/dports/devel/binutils/binutils-2.37/bfd/
H A Dsco5-core.c108 int coresize; in sco5_core_file_p() local
123 coresize = statbuf.st_size; in sco5_core_file_p()
126 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz), in sco5_core_file_p()
137 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0) in sco5_core_file_p()
184 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz), in sco5_core_file_p()
/dports/games/tycho/tycho/
H A Dsim.h9 insn_t *sim_alloc_bufs( unsigned int nwar, unsigned int coresize,
12 insn_t *sim_alloc_bufs2( unsigned int nwar, unsigned int coresize,
/dports/games/tycho/species/
H A Dsim.h10 insn_t *sim_alloc_bufs( unsigned int nwar, unsigned int coresize,
13 insn_t *sim_alloc_bufs2( unsigned int nwar, unsigned int coresize,
H A Dwarrior.cpp67 asm_fname(_filename.c_str(),this,_species->genus()->kingdom()->coresize()); in CWarrior()
155 …rangepos = kingdom()->coresize() - startpos - kingdom()->minsep() - enemy.len(), // range for rand… in fight()
249 …rangepos = kingdom()->coresize() - startpos - kingdom()->minsep() - bench.len(); // range for rand… in fight()
270 switch(sim( 2,start,(bench.start+pos)%kingdom()->coresize(),kingdom()->cycles(),0)) { in fight()
328 dis1(linebuf,code(i),kingdom()->coresize()); in rc()
351 os << ";assert (CORESIZE==" << kingdom()->coresize() << ")" << endl in red()
H A Doperand_distribution.cpp31 COperandDistribution::COperandDistribution(const field_t coresize): in COperandDistribution() argument
32 COperand(coresize), CDistribution("operands",0,_coresize) { in COperandDistribution()
H A Dchromosome.cpp84 void CChromosome::check(const field_t coresize) const { // panics if not ok in check()
86 if(!code(i).valid(coresize)) in check()
/dports/games/species/tycho/
H A Dsim.h9 insn_t *sim_alloc_bufs( unsigned int nwar, unsigned int coresize,
12 insn_t *sim_alloc_bufs2( unsigned int nwar, unsigned int coresize,
/dports/games/species/species/
H A Dsim.h10 insn_t *sim_alloc_bufs( unsigned int nwar, unsigned int coresize,
13 insn_t *sim_alloc_bufs2( unsigned int nwar, unsigned int coresize,
H A Dwarrior.cpp67 asm_fname(_filename.c_str(),this,_species->genus()->kingdom()->coresize()); in CWarrior()
155 …rangepos = kingdom()->coresize() - startpos - kingdom()->minsep() - enemy.len(), // range for rand… in fight()
249 …rangepos = kingdom()->coresize() - startpos - kingdom()->minsep() - bench.len(); // range for rand… in fight()
270 switch(sim( 2,start,(bench.start+pos)%kingdom()->coresize(),kingdom()->cycles(),0)) { in fight()
328 dis1(linebuf,code(i),kingdom()->coresize()); in rc()
351 os << ";assert (CORESIZE==" << kingdom()->coresize() << ")" << endl in red()
H A Doperand_distribution.cpp31 COperandDistribution::COperandDistribution(const field_t coresize): in COperandDistribution() argument
32 COperand(coresize), CDistribution("operands",0,_coresize) { in COperandDistribution()
H A Dchromosome.cpp84 void CChromosome::check(const field_t coresize) const { // panics if not ok in check()
86 if(!code(i).valid(coresize)) in check()
/dports/dns/nsd/nsd-4.3.9/contrib/bind2nsd/bind2nsd/
H A DNamedConf.py51 self.coresize = ""
68 report_info(' coresize: %s' % (self.coresize))
158 self.coresize = val
162 return self.coresize
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dsco5-core.c121 int coresize; local
136 coresize = statbuf.st_size;
139 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz),
150 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0)
197 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz),
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dsco5-core.c120 int coresize; local
135 coresize = statbuf.st_size;
138 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz),
149 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0)
196 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz),
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dsco5-core.c119 int coresize; local
137 coresize = statbuf.st_size;
140 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz),
151 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0)
198 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz),
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dsco5-core.c119 int coresize; local
138 coresize = statbuf.st_size;
141 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz),
152 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0)
199 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz),
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dsco5-core.c119 int coresize; local
138 coresize = statbuf.st_size;
141 if ((bfd_seek (abfd, (file_ptr) (coresize - sizeof coffset_siz),
152 if ((bfd_seek (abfd, (file_ptr) (coresize - coffset_siz), SEEK_SET) != 0)
199 (file_ptr) (coresize - coffset_siz - 2 * sizeof coffset_siz),
/dports/games/pmars/pmars-0.9.2/config/
H A D94x.opt5 -s 55440 ;coresize
/dports/games/pmars-sdl/pmars-0.9.2-5/config/
H A D94x.opt5 -s 55440 ;coresize

12345678