Home
last modified time | relevance | path

Searched refs:current_loc (Results 1 – 25 of 98) sorted by relevance

1234

/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dtblfix.pl118 my $current_loc;
129 $current_loc = "";
343 $current_loc = "";
355 $current_loc = "$1\t$2";
357 push (@master_loc, $current_loc);
363 $current_loc = "$1\t$2";
364 push (@master_loc, $current_loc);
H A Dgbf2tbl.pl96 my $current_loc;
121 $current_loc = "";
273 my @theloc = parseloc ($current_loc);
409 $current_loc = $2;
448 $current_loc = $current_loc . $1;
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dlex.c132 source_loc_t current_loc; variable
692 current_loc.line = 0; in init_lexer()
1715 current_loc.line = 0; in cleanup_source_files()
3336 , current_loc.file->name, current_loc.line); in handle_pragma()
3526 , current_loc.file->name, current_loc.line); in handle_pragma()
4549 current_loc.line++; in handle_preprocessor_statement()
6001 current_loc.line++; in refill()
6048 loc = current_loc; in handle_define()
7538 buf = current_loc.file->name + strlen(current_loc.file->name); in get_current_dir()
7568 buf = current_loc.file->name + strlen(current_loc.file->name); in get_sub_path()
[all …]
H A Dprolang.y1061 , time_stamp(), current_loc.file->name, current_loc.line in yyerror()
1068 parse_error(MY_FALSE, current_loc.file->name, current_loc.line in yyerror()
1071 save_error(str, current_loc.file->name, current_loc.line); in yyerror()
1107 , time_stamp(), current_loc.file->name, current_loc.line in yywarn()
1114 parse_error(MY_TRUE, current_loc.file->name, current_loc.line in yywarn()
1117 save_error(str, current_loc.file->name, current_loc.line); in yywarn()
1556 , type.typeflags, current_loc.file->name, current_loc.line); in get_type_name()
8442 temp->line = current_loc.line;
16053 && current_loc.line - stored_lines >= 2 && current_loc.line - stored_lines <= 9)
16111 save_current = current_loc.line;
[all …]
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dassemble.c225 CurrSeg->e.seginfo->current_loc)); in OutputByte()
229 CurrSeg->e.seginfo->current_loc++; in OutputByte()
232 if( CurrSeg->e.seginfo->current_loc > CurrSeg->sym.max_offset ) in OutputByte()
233 CurrSeg->sym.max_offset = CurrSeg->e.seginfo->current_loc; in OutputByte()
284 CurrSeg->e.seginfo->current_loc)); in OutputBytes()
288 CurrSeg->e.seginfo->current_loc += len; in OutputBytes()
292 CurrSeg->sym.max_offset = CurrSeg->e.seginfo->current_loc; in OutputBytes()
301 value += seg->e.seginfo->current_loc; in SetCurrOffset()
334 seg->e.seginfo->current_loc = value; in SetCurrOffset()
337 if( seg->e.seginfo->current_loc > seg->sym.max_offset ) in SetCurrOffset()
[all …]
H A Dlinnum.c91 ((struct dsym *)dmyproc->segment)->e.seginfo->current_loc - in AddLinnumDataRef()
158 ((struct dsym *)dmyproc->segment)->e.seginfo->current_loc - in AddLinnumDataRef()
225 ((struct dsym *)dmyproc->segment)->e.seginfo->current_loc - in LinnumFini()
H A Dfpfixup.c109 … ( CurrSeg->e.seginfo->current_loc - CurrSeg->e.seginfo->start_loc + 3 ) > MAX_LEDATA_THRESHOLD ) in AddFloatingPointEmulationFixup()
/dports/games/wesnoth/wesnoth-1.14.17/src/actions/
H A Dcreate.cpp563 map_location & current_loc) in validate_recruit_iterator() argument
567 un_it = resources::gameboard->units().find(current_loc); in validate_recruit_iterator()
572 current_loc = un_it->get_location(); in validate_recruit_iterator()
637 map_location current_loc = recruit_location; in place_recruit() local
650 resources::game_events->pump().fire("unit_placed", current_loc); in place_recruit()
661 if ( !validate_recruit_iterator(new_unit_itor, current_loc) ) in place_recruit()
669 unit_display::unit_recruited(current_loc, leader_loc); in place_recruit()
674 display::get_singleton()->invalidate(current_loc); in place_recruit()
679 if ( resources::gameboard->map().is_village(current_loc) ) { in place_recruit()
682 if ( !validate_recruit_iterator(new_unit_itor, current_loc) ) in place_recruit()
[all …]
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/arm_etmv3/
H A Dpd.py183 self.current_loc = None
261 if self.current_loc is not None:
262 ss, es, loc, src = self.current_loc
267 self.current_loc = None
303 if self.current_loc is not None:
304 if new_loc != self.current_loc[2] or new_src != self.current_loc[3]:
307 if self.current_loc is None:
308 self.current_loc = [ss, es, new_loc, new_src]
310 self.current_loc[1] = es
/dports/games/genact/genact-0.10.0/src/modules/
H A Dmemdump.rs13 let mut current_loc = (rng.gen_range(0, 2u64.pow(63)) / 16) * 16; in run() localVariable
16 print(format!("{loc:016x} ", loc = current_loc)).await; in run()
17 current_loc += 0x10; in run()
/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_preprocessor.cc303 SourceLocation current_loc = file_beginning; in ProcessHeadernameDirectivesInFile() local
309 current_loc = GetLocationAfter(current_loc, in ProcessHeadernameDirectivesInFile()
312 if (!current_loc.isValid()) { in ProcessHeadernameDirectivesInFile()
315 const string filename = GetSourceTextUntilEndOfLine(current_loc, in ProcessHeadernameDirectivesInFile()
319 if (IsSystemIncludeFile(GetFilePath(current_loc))) in ProcessHeadernameDirectivesInFile()
327 current_loc = GetLocationAfter(current_loc, in ProcessHeadernameDirectivesInFile()
330 if (!current_loc.isValid()) { in ProcessHeadernameDirectivesInFile()
334 string after_text = GetSourceTextUntilEndOfLine(current_loc, in ProcessHeadernameDirectivesInFile()
338 Warn(current_loc, "@headername directive missing a closing brace"); in ProcessHeadernameDirectivesInFile()
351 ERRSYM(GetFileEntry(current_loc)) << "Adding @headername mapping: " in ProcessHeadernameDirectivesInFile()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cloudinary/
H A Duploader.py91 current_loc = 0
102 … content_range = "bytes {0}-{1}/{2}".format(current_loc, current_loc + len(chunk) - 1, file_size)
103 current_loc += len(chunk)
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Plugins/
H A DPageCache.pm144 my $current_loc = $gobj->location();
146 if ( $_ eq $current_loc ) {
/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/IO/
H A DFixWidthTrack.pyx262 int32_t p, m, n, current_loc
295 current_loc = plus[0]
299 if p == current_loc:
302 current_loc = p
341 current_loc = minus[0]
345 if p == current_loc:
348 current_loc = p
487 current_loc = plus[0]
493 current_loc = p
522 current_loc = minus[0]
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/default/
H A Dca.cpp671 const map_location &current_loc = j->first; in find_villages() local
678 const size_t distance = distance_between(keep_loc_, current_loc); in find_villages()
681 best_leader_loc_ = current_loc; in find_villages()
690 if(map_.is_village(current_loc) == false) { in find_villages()
696 owned = teams_[n].owns_village(current_loc); in find_villages()
721 threat = power_projection(current_loc,enemy_dstsrc); in find_villages()
722 vulnerability.emplace(current_loc, threat); in find_villages()
734 if(un.hitpoints() < (threat*2*un.defense_modifier(map_.get_terrain(current_loc)))/100) { in find_villages()
748 if((next == dstsrc.end() || next->first != current_loc) in find_villages()
749 && (at_begin || prev->first != current_loc)) { in find_villages()
[all …]
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwarf_frame.c223 Dwarf_Addr current_loc = initial_loc; /* code location/ in _dwarf_exec_frame_instr() local
376 possible_subsequent_pc = current_loc + adv_pc; in _dwarf_exec_frame_instr()
381 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
435 if (new_loc != 0 && current_loc != 0) { in _dwarf_exec_frame_instr()
441 if (new_loc <= current_loc) { in _dwarf_exec_frame_instr()
455 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
471 possible_subsequent_pc = current_loc + adv_loc; in _dwarf_exec_frame_instr()
477 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
500 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
523 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
[all …]
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwarf_frame.c223 Dwarf_Addr current_loc = initial_loc; /* code location/ in _dwarf_exec_frame_instr() local
376 possible_subsequent_pc = current_loc + adv_pc; in _dwarf_exec_frame_instr()
381 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
435 if (new_loc != 0 && current_loc != 0) { in _dwarf_exec_frame_instr()
441 if (new_loc <= current_loc) { in _dwarf_exec_frame_instr()
455 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
471 possible_subsequent_pc = current_loc + adv_loc; in _dwarf_exec_frame_instr()
477 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
500 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
523 current_loc = possible_subsequent_pc; in _dwarf_exec_frame_instr()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dobjmode.h112 Point current_loc = {0, 0}; variable
/dports/science/py-h5py/h5py-3.6.0/h5py/
H A Dh5g.pyx519 current_loc = h5o.open(grp, b'/', lapl=lapl)
521 current_loc = grp
540 if not current_loc.links.exists(p, lapl=lapl):
550 if not h5o.exists_by_name(current_loc, p, lapl=lapl):
554 next_loc = h5o.open(current_loc, p, lapl=lapl)
560 current_loc = next_loc
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dlto-streamer-in.c460 current_loc = linemap_position_for_column (line_table, loc.col);
462 current_loc = set_block (current_loc, loc.block);
467 current_loc = set_block (current_loc, loc.block);
469 current_loc = LOCATION_LOCUS (current_loc);
471 *loc.loc = current_loc;
584 *loc = current_loc;
586 *loc = set_block (current_loc, block);
588 *loc = LOCATION_LOCUS (current_loc);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dlto-streamer-in.c460 current_loc = linemap_position_for_column (line_table, loc.col);
462 current_loc = set_block (current_loc, loc.block);
467 current_loc = set_block (current_loc, loc.block);
469 current_loc = LOCATION_LOCUS (current_loc);
471 *loc.loc = current_loc;
584 *loc = current_loc;
586 *loc = set_block (current_loc, block);
588 *loc = LOCATION_LOCUS (current_loc);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dlto-streamer-in.c460 current_loc = linemap_position_for_column (line_table, loc.col);
462 current_loc = set_block (current_loc, loc.block);
467 current_loc = set_block (current_loc, loc.block);
469 current_loc = LOCATION_LOCUS (current_loc);
471 *loc.loc = current_loc;
584 *loc = current_loc;
586 *loc = set_block (current_loc, block);
588 *loc = LOCATION_LOCUS (current_loc);
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dlto-streamer-in.c460 current_loc = linemap_position_for_column (line_table, loc.col);
462 current_loc = set_block (current_loc, loc.block);
467 current_loc = set_block (current_loc, loc.block);
469 current_loc = LOCATION_LOCUS (current_loc);
471 *loc.loc = current_loc;
584 *loc = current_loc;
586 *loc = set_block (current_loc, block);
588 *loc = LOCATION_LOCUS (current_loc);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dlto-streamer-in.c460 current_loc = linemap_position_for_column (line_table, loc.col);
462 current_loc = set_block (current_loc, loc.block);
467 current_loc = set_block (current_loc, loc.block);
469 current_loc = LOCATION_LOCUS (current_loc);
471 *loc.loc = current_loc;
584 *loc = current_loc;
586 *loc = set_block (current_loc, block);
588 *loc = LOCATION_LOCUS (current_loc);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dlto-streamer-in.c460 current_loc = linemap_position_for_column (line_table, loc.col);
462 current_loc = set_block (current_loc, loc.block);
467 current_loc = set_block (current_loc, loc.block);
469 current_loc = LOCATION_LOCUS (current_loc);
471 *loc.loc = current_loc;
584 *loc = current_loc;
586 *loc = set_block (current_loc, block);
588 *loc = LOCATION_LOCUS (current_loc);

1234