/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | gim_hash_table.h | 508 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/ |
D | Sk4fGradientBase.cpp | 139 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/ |
D | httpzlib.py | 51 last_index = len(uncompressed_chunks) - 1 60 if index < last_index:
|
/external/curl/lib/ |
D | hash.c | 340 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/ |
D | brw_queryobj.c | 189 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()
|
D | brw_context.h | 715 int last_index; member
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 1602 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/ |
D | hb-uniscribe.cc | 668 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()
|
D | hb-coretext.cc | 584 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/ |
D | fpdf_render_pattern.cpp | 469 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/ |
D | lsan_common.cc | 665 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/ |
D | graph-visualizer.cc | 411 int last_index = instruction_block->last_instruction_index(); in PrintSchedule() local 417 last_index).value()); in PrintSchedule()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 508 void OS2Table::Builder::SetUsLastCharIndex(int32_t last_index) { in SetUsLastCharIndex() argument 509 InternalWriteData()->WriteUShort(Offset::kUsLastCharIndex, last_index); in SetUsLastCharIndex()
|
D | os2_table.h | 384 void SetUsLastCharIndex(int32_t last_index);
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | output_writers.py | 794 prefix, last_index = seg_filename.rsplit("-", 1) 799 self._LAST_SEG_INDEX: int(last_index),
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 371 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/ |
D | code-stubs-x87.cc | 4486 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/ |
D | code-stubs-x64.cc | 4527 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/ |
D | code-stubs-arm64.cc | 4999 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/ |
D | code-stubs-mips.cc | 4841 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/ |
D | code-stubs-ppc.cc | 4842 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/ |
D | code-stubs-ia32.cc | 4806 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/ |
D | code-stubs-arm.cc | 4615 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/ |
D | code-stubs-mips64.cc | 4868 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/ |
D | patch.2.6.14-lockmeter-1.gz | 1Index: linux/arch/i386/Kconfig.debug
2====== ... |