Searched refs:last_pos (Results 1 – 6 of 6) sorted by relevance
283 long cur_pos, last_pos; in op_write_debug_line_info() local332 if ((last_pos = ftell(dumpfile)) == -1l) in op_write_debug_line_info()334 rec.total_size = last_pos - cur_pos; in op_write_debug_line_info()343 if (fseek(dumpfile, last_pos + padding_count, SEEK_SET) == -1) in op_write_debug_line_info()
123 size_t last_pos = size - 30; in perf_top__header_snprintf() local129 if (ret > last_pos) { in perf_top__header_snprintf()130 sprintf(bf + last_pos - 3, ".."); in perf_top__header_snprintf()131 ret = last_pos - 1; in perf_top__header_snprintf()
136 const int last_pos = 1 + 32 * num_blocks; \168 last_pos, len - last_pos); \
421 const char* last_pos = spec_.data() + parsed_.host.end() - 1; in DomainIs() local423 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) { in DomainIs()424 last_pos--; in DomainIs()437 last_pos + 1, in DomainIs()
716 loff_t last_pos; member
23 private int last_pos; field in Parser126 this.last_pos = this.lexer.peek().getPos(); in parse()864 "[" + this.last_line + "," + this.last_pos + "] " + in parse()