HomeSort by relevance Sort by last modified time
    Searched refs:last_pos (Results 1 - 8 of 8) sorted by null

  /external/linux-tools-perf/util/
top.c 123 size_t last_pos = size - 30; local
129 if (ret > last_pos) {
130 sprintf(bf + last_pos - 3, "..");
131 ret = last_pos - 1;
  /external/oprofile/libopagent/
opagent.c 283 long cur_pos, last_pos; local
332 if ((last_pos = ftell(dumpfile)) == -1l)
334 rec.total_size = last_pos - cur_pos;
343 if (fseek(dumpfile, last_pos + padding_count, SEEK_SET) == -1)
  /external/webp/src/dec/
io_sse2.c 136 const int last_pos = 1 + 32 * num_blocks; \
168 last_pos, len - last_pos); \
  /external/chromium/googleurl/src/
gurl.cc 421 const char* last_pos = spec_.data() + parsed_.host.end() - 1; local
423 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) {
424 last_pos--;
437 last_pos + 1,
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 224 size_t last_pos = 0; local
227 splid_le0_index_[splid - kFullSplIdStart] = last_pos;
232 last_pos = i;
238 splid_le0_index_[splid - kFullSplIdStart] = last_pos + 1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ymfpci.h 281 u32 last_pos; member in struct:snd_ymfpci_pcm
  /external/kernel-headers/original/linux/
ext3_fs.h 716 loff_t last_pos; member in struct:dir_private_info
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 23 private int last_pos; field in class:Parser
126 this.last_pos = this.lexer.peek().getPos();
864 "[" + this.last_line + "," + this.last_pos + "] " +
    [all...]

Completed in 964 milliseconds