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

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 70 uint32_t last_pos = m_AliasLists.size()-1; local
71 m_AliasLists[last_pos]->push_back(&pAlias);
  /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/chromium_org/sandbox/win/src/
win_utils.cc 95 std::wstring::size_type last_pos = std::wstring::npos; local
98 path = path.substr(0, last_pos);
116 last_pos = path.rfind(L'\\');
117 } while (last_pos != std::wstring::npos);
  /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/chromium_org/third_party/libwebp/dsp/
upsampling_sse2.c 141 const int last_pos = 1 + 32 * num_blocks; \
173 last_pos, len - last_pos); \
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/
disk_blocks.cc 95 int last_pos = nelems_ - 1; local
97 pos_to_addr_[last_pos]);
102 pos_to_addr_[curr_pos] = pos_to_addr_[last_pos];
  /external/webp/src/dsp/
upsampling_sse2.c 141 const int last_pos = 1 + 32 * num_blocks; \
173 last_pos, len - last_pos); \
upsampling_neon.c 223 const int last_pos = 1 + 16 * num_blocks; \
259 top_dst, bottom_dst, 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,
  /external/chromium_org/url/
gurl.cc 485 const char* last_pos = spec_.data() + parsed_.host.end() - 1; local
487 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) {
488 last_pos--;
501 last_pos + 1,
  /external/chromium_org/chrome/browser/extensions/
extension_toolbar_model.cc 256 ExtensionIdList::iterator last_pos = std::find(last_known_positions_.begin(), local
259 if (last_pos != last_known_positions_.end()) {
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ymfpci.h 281 u32 last_pos; member in struct:snd_ymfpci_pcm
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 876 indic_position_t last_pos = POS_START; local
881 info[i].indic_position() = last_pos;
901 last_pos = (indic_position_t) info[i].indic_position();
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 876 indic_position_t last_pos = POS_START; local
881 info[i].indic_position() = last_pos;
901 last_pos = (indic_position_t) info[i].indic_position();
    [all...]
  /external/kernel-headers/original/linux/
ext3_fs.h 716 loff_t last_pos; member in struct:dir_private_info
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 171 const int last_pos = 1 + 16 * num_blocks; local
  /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...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 741 milliseconds