/external/oprofile/libopagent/ |
D | opagent.c | 283 long cur_pos, last_pos; in op_write_debug_line_info() local 332 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()
|
/external/linux-tools-perf/util/ |
D | top.c | 123 size_t last_pos = size - 30; in perf_top__header_snprintf() local 129 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()
|
/external/chromium_org/sandbox/win/src/ |
D | win_utils.cc | 95 base::string16::size_type last_pos = base::string16::npos; in IsReparsePoint() local 98 path = path.substr(0, last_pos); in IsReparsePoint() 116 last_pos = path.rfind(L'\\'); in IsReparsePoint() 117 } while (last_pos != base::string16::npos); in IsReparsePoint()
|
/external/chromium_org/third_party/libwebp/dsp/ |
D | upsampling_sse2.c | 141 const int last_pos = 1 + 32 * num_blocks; \ 173 last_pos, len - last_pos); \
|
D | upsampling_neon.c | 223 const int last_pos = 1 + 16 * num_blocks; \ 259 top_dst, bottom_dst, last_pos, len - last_pos); \
|
/external/webp/src/dsp/ |
D | upsampling_sse2.c | 141 const int last_pos = 1 + 32 * num_blocks; \ 173 last_pos, len - last_pos); \
|
D | upsampling_neon.c | 223 const int last_pos = 1 + 16 * num_blocks; \ 259 top_dst, bottom_dst, last_pos, len - last_pos); \
|
/external/stressapptest/src/ |
D | disk_blocks.cc | 95 int last_pos = nelems_ - 1; in RemoveBlock() local 97 pos_to_addr_[last_pos]); in RemoveBlock() 102 pos_to_addr_[curr_pos] = pos_to_addr_[last_pos]; in RemoveBlock()
|
/external/chromium/googleurl/src/ |
D | gurl.cc | 421 const char* last_pos = spec_.data() + parsed_.host.end() - 1; in DomainIs() local 423 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) { in DomainIs() 424 last_pos--; in DomainIs() 437 last_pos + 1, in DomainIs()
|
/external/chromium_org/url/ |
D | gurl.cc | 478 const char* last_pos = spec_.data() + parsed_.host.end() - 1; in DomainIs() local 480 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) { in DomainIs() 481 last_pos--; in DomainIs() 494 last_pos + 1, in DomainIs()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_toolbar_model.cc | 259 ExtensionIdList::iterator last_pos = std::find(last_known_positions_.begin(), in AddExtension() local 262 if (last_pos != last_known_positions_.end()) { in AddExtension()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic.cc | 876 indic_position_t last_pos = POS_START; in initial_reordering_consonant_syllable() local 881 info[i].indic_position() = last_pos; in initial_reordering_consonant_syllable() 901 last_pos = (indic_position_t) info[i].indic_position(); in initial_reordering_consonant_syllable()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-shape-complex-indic.cc | 936 indic_position_t last_pos = POS_START; in initial_reordering_consonant_syllable() local 941 info[i].indic_position() = last_pos; in initial_reordering_consonant_syllable() 961 last_pos = (indic_position_t) info[i].indic_position(); in initial_reordering_consonant_syllable()
|
/external/kernel-headers/original/linux/ |
D | ext3_fs.h | 716 loff_t last_pos; member
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
D | Parser.java | 23 private int last_pos; field in Parser 126 this.last_pos = this.lexer.peek().getPos(); in parse() 864 "[" + this.last_line + "," + this.last_pos + "] " + in parse()
|