Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 25 of 30) sorted by relevance

12

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_hash_table.h508 GUINT last_index = m_nodes.size()-1; in _insert_sorted() local
512 ptr,0,last_index,result_ind,hashkey,GIM_HASH_NODE_CMP_KEY_MACRO()); in _insert_sorted()
537 GUINT last_index = m_nodes.size()-1; in _insert_sorted_replace() local
541 ptr,0,last_index,result_ind,hashkey,GIM_HASH_NODE_CMP_KEY_MACRO()); in _insert_sorted_replace()
731 GUINT last_index = m_nodes.size(); in find() local
732 if(last_index<2) in find()
734 if(last_index==0) return GIM_INVALID_HASH; in find()
742 last_index--; in find()
745 …bool found = gim_binary_search_ex(ptr,0,last_index,result_ind,hashkey,GIM_HASH_NODE_CMP_KEY_MACRO(… in find()
/external/skia/src/effects/gradients/
DSk4fGradientBase.cpp139 int last_index = shader.fColorCount - 1; in GradientShaderBase4fContext() local
145 SkTSwap(first_index, last_index); in GradientShaderBase4fContext()
180 } while (prev != last_index); in GradientShaderBase4fContext()
196 } while (prev != last_index); in GradientShaderBase4fContext()
204 pack_color(shader.fOrigColors[last_index], fColorsArePremul); in GradientShaderBase4fContext()
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dhttpzlib.py51 last_index = len(uncompressed_chunks) - 1
60 if index < last_index:
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c189 for (i = query->first_index; i <= query->last_index; i++) { in brw_queryobj_get_results()
196 for (i = query->first_index; i <= query->last_index; i++) { in brw_queryobj_get_results()
266 query->last_index = -1; in brw_begin_query()
435 query->last_index = brw->query.index; in brw_emit_query_begin()
Dbrw_context.h715 int last_index; member
/external/curl/lib/
Dhash.c362 int last_index = -1;
373 if(iter.slot_index != last_index) {
375 if(last_index >= 0) {
378 last_index = iter.slot_index;
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1602 int last_index = -1; in GenerateClear() local
1608 if (i / 8 != last_index / 8 || last_index < 0) { in GenerateClear()
1632 last_index = i; in GenerateClear()
1883 int last_index = -1; in GenerateMergeFrom() local
1890 if (i / 8 != last_index / 8 || last_index < 0) { in GenerateMergeFrom()
1891 if (last_index >= 0) { in GenerateMergeFrom()
1901 last_index = i; in GenerateMergeFrom()
1915 if (last_index >= 0) { in GenerateMergeFrom()
2442 int last_index = -1; in GenerateByteSize() local
2451 if ((i / 8) != (last_index / 8) || in GenerateByteSize()
[all …]
/external/harfbuzz_ng/src/
Dhb-uniscribe.cc668 unsigned int last_index = 0; in _hb_uniscribe_shape() local
673 if (event->index != last_index) in _hb_uniscribe_shape()
703 range->index_first = last_index; in _hb_uniscribe_shape()
706 last_index = event->index; in _hb_uniscribe_shape()
Dhb-coretext.cc584 unsigned int last_index = 0; in _hb_coretext_shape() local
589 if (event->index != last_index) in _hb_coretext_shape()
645 range->index_first = last_index; in _hb_coretext_shape()
648 last_index = event->index; in _hb_coretext_shape()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp469 int last_index = 0; in DrawLatticeGouraudShading() local
471 CPDF_MeshVertex* last_row = vertex + last_index * row_verts; in DrawLatticeGouraudShading()
472 CPDF_MeshVertex* this_row = vertex + (1 - last_index) * row_verts; in DrawLatticeGouraudShading()
486 last_index = 1 - last_index; in DrawLatticeGouraudShading()
/external/v8/src/compiler/
Dgraph-visualizer.cc435 int last_index = instruction_block->last_instruction_index(); in PrintSchedule() local
441 last_index).value()); in PrintSchedule()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc665 uptr last_index = root_regions->size() - 1; in __lsan_unregister_root_region() local
666 (*root_regions)[i] = (*root_regions)[last_index]; in __lsan_unregister_root_region()
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc510 void OS2Table::Builder::SetUsLastCharIndex(int32_t last_index) { in SetUsLastCharIndex() argument
511 InternalWriteData()->WriteUShort(Offset::kUsLastCharIndex, last_index); in SetUsLastCharIndex()
Dos2_table.h384 void SetUsLastCharIndex(int32_t last_index);
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Doutput_writers.py794 prefix, last_index = seg_filename.rsplit("-", 1)
799 self._LAST_SEG_INDEX: int(last_index),
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c371 unsigned short last_index; member
383 unsigned long last_index; member
1161 types->last_index = old->last_index; in pdb_convert_types_header()
/external/v8/src/
Dlog.cc1590 const int last_index = static_cast<int>(interpreter::Bytecode::kLast); in LogBytecodeHandlers() local
1593 for (int index = 0; index <= last_index; ++index) { in LogBytecodeHandlers()
/external/v8/src/regexp/
Djsregexp.cc706 int RegExpImpl::GlobalCache::AdvanceZeroLength(int last_index) { in AdvanceZeroLength() argument
708 last_index + 1 < subject_->length() && in AdvanceZeroLength()
709 unibrow::Utf16::IsLeadSurrogate(subject_->Get(last_index)) && in AdvanceZeroLength()
710 unibrow::Utf16::IsTrailSurrogate(subject_->Get(last_index + 1))) { in AdvanceZeroLength()
712 return last_index + 2; in AdvanceZeroLength()
714 return last_index + 1; in AdvanceZeroLength()
Djsregexp.h140 int AdvanceZeroLength(int last_index);
/external/v8/src/arm64/
Dcode-stubs-arm64.cc4227 int last_index = in CreateArrayDispatch() local
4229 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4318 int last_index = in CreateArrayDispatchOneArgument() local
4320 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/x64/
Dcode-stubs-x64.cc3841 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatch() local
3843 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
3924 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatchOneArgument() local
3926 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/s390/
Dcode-stubs-s390.cc4091 int last_index = in CreateArrayDispatch() local
4093 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4164 int last_index = in CreateArrayDispatchOneArgument() local
4166 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4113 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatch() local
4115 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4194 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatchOneArgument() local
4196 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/x87/
Dcode-stubs-x87.cc3798 int last_index = in CreateArrayDispatch() local
3800 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
3876 int last_index = in CreateArrayDispatchOneArgument() local
3878 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc4151 int last_index = in CreateArrayDispatch() local
4153 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4227 int last_index = in CreateArrayDispatchOneArgument() local
4229 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()

12