Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 25 of 26) 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/webpagereplay/
Dhttpzlib.py51 last_index = len(uncompressed_chunks) - 1
60 if index < last_index:
/external/curl/lib/
Dhash.c340 int last_index = -1;
351 if(iter.slot_index != last_index) {
353 if(last_index >= 0) {
356 last_index = iter.slot_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/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/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/v8/src/compiler/
Dgraph-visualizer.cc411 int last_index = instruction_block->last_instruction_index(); in PrintSchedule() local
417 last_index).value()); in PrintSchedule()
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc508 void OS2Table::Builder::SetUsLastCharIndex(int32_t last_index) { in SetUsLastCharIndex() argument
509 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/x87/
Dcode-stubs-x87.cc4486 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatch() local
4488 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4567 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatchOneArgument() local
4569 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/x64/
Dcode-stubs-x64.cc4527 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatch() local
4529 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4613 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatchOneArgument() local
4615 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc4999 int last_index = in CreateArrayDispatch() local
5001 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
5090 int last_index = in CreateArrayDispatchOneArgument() local
5092 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/mips/
Dcode-stubs-mips.cc4841 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatch() local
4843 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4917 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatchOneArgument() local
4919 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc4842 int last_index = in CreateArrayDispatch() local
4844 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4918 int last_index = in CreateArrayDispatchOneArgument() local
4920 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4806 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatch() local
4808 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4887 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatchOneArgument() local
4889 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/arm/
Dcode-stubs-arm.cc4615 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatch() local
4617 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4692 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatchOneArgument() local
4694 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc4868 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatch() local
4870 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatch()
4943 int last_index = GetSequenceIndexFromFastElementsKind( in CreateArrayDispatchOneArgument() local
4945 for (int i = 0; i <= last_index; ++i) { in CreateArrayDispatchOneArgument()
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...

12