HomeSort by relevance Sort by last modified time
    Searched refs:last_index (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/media/base/simd/
vector_math_sse.cc 14 const int last_index = len - rem; local
16 for (int i = 0; i < last_index; i += 4)
20 for (int i = last_index; i < len; ++i)
26 const int last_index = len - rem; local
28 for (int i = 0; i < last_index; i += 4) {
34 for (int i = last_index; i < len; ++i)
  /external/chromium_org/media/base/
vector_math.cc 84 const int last_index = len - rem; local
86 for (int i = 0; i < last_index; i += 4) {
92 for (int i = last_index; i < len; ++i)
98 const int last_index = len - rem; local
100 for (int i = 0; i < last_index; i += 4)
104 for (int i = last_index; i < len; ++i)
  /external/linux-tools-perf/util/
pstack.c 45 unsigned short i = self->top, last_index = self->top - 1; local
49 if (i < last_index)
52 (last_index - i) * sizeof(void *));
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_tcp.h 48 u_int8_t last_index; /* Index of the last packet */ member in struct:ip_ct_tcp
  /external/chromium_org/ui/base/animation/
multi_animation.cc 48 size_t last_index = current_part_index_; local
64 if ((current_value_ != last_value || current_part_index_ != last_index) &&
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 203 int last_index = stack_.size() - 1; local
207 stack_[last_index].occlusion_from_outside_target =
209 stack_[last_index - 1].occlusion_from_outside_target,
213 stack_[last_index].occlusion_from_outside_target.Union(
215 stack_[last_index - 1].occlusion_from_inside_target,
316 int last_index = stack_.size() - 1; local
318 stack_.size() > 1 && stack_[last_index - 1].target == new_target;
324 const LayerType* old_target = stack_[last_index].target;
329 stack_[last_index].occlusion_from_inside_target,
336 stack_[last_index].occlusion_from_inside_target
    [all...]
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 135 int last_index = controller.last_committed_entry_index(); local
140 if (last_index <= 0)
143 controller.GetEntryAtIndex(last_index - 1);
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 150 int last_index = controller.GetLastCommittedEntryIndex(); local
155 if (last_index <= 0)
159 controller.GetEntryAtIndex(last_index - 1)));
  /external/chromium/chrome/browser/
process_singleton_uitest.cc 317 size_t last_index = pending_starters.front(); local
319 if (chrome_starters_[last_index]->process_handle_ !=
321 KillProcessTree(chrome_starters_[last_index]->process_handle_);
322 chrome_starters_[last_index]->done_event_.Wait();
  /external/chromium_org/chrome/browser/
process_singleton_browsertest.cc 318 size_t last_index = pending_starters.front(); local
320 if (chrome_starters_[last_index]->process_handle_ !=
322 KillProcessTree(chrome_starters_[last_index]->process_handle_);
323 chrome_starters_[last_index]->done_event_.Wait();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 1184 int last_index = -1; local
1356 int last_index = -1; local
1862 int last_index = -1; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 954 int last_index = -1; local
973 if (i / 8 != last_index / 8 || last_index < 0) {
974 if (last_index >= 0) {
982 last_index = i;
1005 if (last_index >= 0) {
1126 int last_index = -1; local
1614 int last_index = -1; local
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 357 const int last_index = kItems - 1; local
372 apps_grid_view_->SetSelectedView(GetItemViewAt(last_index));
374 EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(last_index)));
376 EXPECT_TRUE(apps_grid_view_->IsSelectedView(GetItemViewAt(last_index)));
415 last_index)));
419 last_index)));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_queryobj.c 189 for (i = query->first_index; i <= query->last_index; i++) {
196 for (i = query->first_index; i <= query->last_index; i++) {
266 query->last_index = -1;
435 query->last_index = brw->query.index;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_queryobj.c 189 for (i = query->first_index; i <= query->last_index; i++) {
196 for (i = query->first_index; i <= query->last_index; i++) {
266 query->last_index = -1;
435 query->last_index = brw->query.index;
  /external/qemu/block/
qcow2-refcount.c 426 int64_t refcount_block_offset, int first_index, int last_index)
441 last_index = (last_index + REFCOUNTS_PER_SECTOR)
444 size = (last_index - first_index) << REFCOUNT_SHIFT;
465 int first_index = -1, last_index = -1; local
493 first_index, last_index);
499 last_index = -1;
516 if (block_index > last_index) {
517 last_index = block_index;
539 first_index, last_index);
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 289 int last_index = message_text.length() - 1; local
290 if ('\n' == message_text[last_index])
291 message_text.erase(last_index);
  /external/chromium_org/content/renderer/
skia_benchmarking_extension.cc 175 int last_index = debug_canvas.getSize() - 1; local
178 ? last_index
179 : std::min(last_index, stop_index));
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 485 int last_index = -1; local
493 last_index = i;
497 if (last_index > 0) {
502 for (int i = last_index; i < child_count(); ++i) {
512 int last_index = -1; local
520 last_index = i;
524 if (last_index > 0) {
528 ? reposition_top_ + child_at(last_index)->height()
530 for (int i = last_index; i >= 0; --i) {
    [all...]
  /external/chromium_org/third_party/ots/src/
ots.cc 318 uint32_t last_index = 0; local
338 if (i == 0 || tables[last_index].offset < table.offset)
339 last_index = i;
351 if (tables[last_index].offset >= length ||
352 length - tables[last_index].offset < tables[last_index].length) {
358 static_cast<uint64_t>(tables[last_index].offset) +
359 static_cast<uint64_t>(tables[last_index].length));
  /external/chromium_org/third_party/openssl/openssl/crypto/srp/
srp_vfy.c 364 char *last_index = NULL; local
389 last_index = SRP_get_default_gN(NULL)->id;
411 last_index = pp[DB_srpid];
439 if (last_index != NULL)
443 if (((gN = SRP_get_gN_by_id(last_index,SRP_gN_tab))==NULL))
  /external/openssl/crypto/srp/
srp_vfy.c 364 char *last_index = NULL; local
389 last_index = SRP_get_default_gN(NULL)->id;
411 last_index = pp[DB_srpid];
439 if (last_index != NULL)
443 if (((gN = SRP_get_gN_by_id(last_index,SRP_gN_tab))==NULL))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec.py 258 last_index = len(self.text) - 1
260 encoder.encode(char, index == last_index)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec.py 258 last_index = len(self.text) - 1
260 encoder.encode(char, index == last_index)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 123 indexed within the range <tt>op.index .. op.last_index</tt>
160 skip over the tokens indexed within the range <tt>op.index .. op.last_index</tt>

Completed in 1672 milliseconds

1 2