Searched defs:last_index (Results 1 - 13 of 13) sorted by relevance

/external/linux-tools-perf/util/
H A Dpstack.c45 unsigned short i = self->top, last_index = self->top - 1; local
49 if (i < last_index)
52 (last_index - i) * sizeof(void *));
/external/chromium/chrome/browser/ui/search_engines/
H A Dsearch_engine_tab_helper.cc135 int last_index = controller.last_committed_entry_index(); local
140 if (last_index <= 0)
143 controller.GetEntryAtIndex(last_index - 1);
/external/kernel-headers/original/linux/netfilter/
H A Dnf_conntrack_tcp.h48 u_int8_t last_index; /* Index of the last packet */ member in struct:ip_ct_tcp
/external/chromium/chrome/browser/
H A Dprocess_singleton_uitest.cc317 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/chrome/common/net/gaia/
H A Dgaia_authenticator.cc289 int last_index = message_text.length() - 1; local
290 if ('\n' == message_text[last_index])
291 message_text.erase(last_index);
/external/openssl/crypto/srp/
H A Dsrp_vfy.c364 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/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc954 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
1136 if (i / 8 != last_index / 8 || last_index < 0) {
1137 if (last_index >
1614 int last_index = -1; local
[all...]
/external/qemu/block/
H A Dqcow2-refcount.c426 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);
425 write_refcount_block_entries(BlockDriverState *bs, int64_t refcount_block_offset, int first_index, int last_index) argument
[all...]
/external/kernel-headers/original/linux/
H A Dmm.h706 pgoff_t last_index; /* Highest page->index to unmap */ member in struct:zap_details
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c393 unsigned short last_index; member in struct:_PDB_TYPES_OLD
405 unsigned long last_index; member in struct:_PDB_TYPES
1182 types->last_index = old->last_index;
/external/v8/src/
H A Dhydrogen.cc7939 int last_index = current->last_instruction_index(); local
7945 LifetimePosition::FromInstructionIndex(last_index).Value());
7985 int last_index = current->last_instruction_index(); local
7986 if (first_index != -1 && last_index != -1) {
7988 for (int i = first_index; i <= last_index; ++i) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 313 milliseconds