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

1 2

  /external/v8/src/regexp/
regexp-utils.cc 154 Object* last_index = JSRegExp::cast(recv)->LastIndex(); local
155 return last_index->IsSmi() && Smi::cast(last_index)->value() >= 0;
184 const int last_index = PositiveNumberToUint32(*last_index_obj); local
186 AdvanceStringIndex(isolate, string, last_index, unicode);
  /external/skia/src/shaders/gradients/
Sk4fGradientBase.cpp 197 const int last_index = count - 1 - first_index; local
223 const Sk4f clamp_color = pack_color(shader.getXformedColor(last_index, dstCS),
  /external/syslinux/com32/modules/
kontron_wdt.h 77 * @last_index: Last written index value
90 uint8_t last_index; member in struct:kempld_device_data
  /external/libjpeg-turbo/simd/
jdsample-altivec.c 46 last_index = {15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30}, local
71 p_last0 = vec_perm(last0, this0, last_index);
147 last_index={14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29}, local
186 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index);
195 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index);
202 p_lastcolsum_1l = vec_perm(lastcolsum_1h, thiscolsum_1l, last_index);
203 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index);
204 p_lastcolsum1l = vec_perm(lastcolsum1h, thiscolsum1l, last_index);
205 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index);
  /external/v8/src/compiler/
graph-visualizer.cc 457 int last_index = instruction_block->last_instruction_index(); local
463 last_index).value());
  /external/compiler-rt/lib/lsan/
lsan_common.cc 705 uptr last_index = root_regions->size() - 1; local
706 (*root_regions)[i] = (*root_regions)[last_index];
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 670 unsigned int last_index = 0; local
675 if (event->index != last_index)
705 range->index_first = last_index;
708 last_index = event->index;
hb-coretext.cc 624 unsigned int last_index = 0; local
629 if (event->index != last_index)
685 range->index_first = last_index;
688 last_index = event->index;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 2431 int last_index = -1; local
2788 int last_index = -1; local
3570 int last_index = -1; local
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc 1637 HInstruction* last_index = graph_->GetIntConstant(payload->element_count - 1, dex_pc); local
    [all...]
code_generator_mips.cc 8658 int32_t last_index = 0; local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 2738 int last_index = GetSequenceIndexFromFastElementsKind( local
2815 int last_index = GetSequenceIndexFromFastElementsKind( local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 2670 int last_index = GetSequenceIndexFromFastElementsKind( local
2751 int last_index = GetSequenceIndexFromFastElementsKind( local
    [all...]
  /external/v8/src/
log.cc 1574 const int last_index = static_cast<int>(interpreter::Bytecode::kLast); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 2941 int last_index = GetSequenceIndexFromFastElementsKind( local
3017 int last_index = GetSequenceIndexFromFastElementsKind( local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 2950 int last_index = GetSequenceIndexFromFastElementsKind( local
3025 int last_index = GetSequenceIndexFromFastElementsKind( local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 2900 int last_index = local
2976 int last_index = local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 2867 int last_index = local
2940 int last_index = local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 2640 int last_index = GetSequenceIndexFromFastElementsKind( local
2723 int last_index = GetSequenceIndexFromFastElementsKind( local
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 2682 int last_index = local
2760 int last_index = local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 536 int last_index = 0; local
538 CPDF_MeshVertex* last_row = vertex.get() + last_index * row_verts;
539 CPDF_MeshVertex* this_row = vertex.get() + (1 - last_index) * row_verts;
552 last_index = 1 - last_index;
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2950 int last_index = local
3041 int last_index = local
    [all...]
  /external/v8/src/builtins/
builtins-regexp.cc 433 Node* const last_index = FastLoadLastIndex(object); local
434 var_result.Bind(TaggedIsPositiveSmi(last_index));
474 Node* const last_index = FastLoadLastIndex(object); local
475 Branch(TaggedIsPositiveSmi(last_index), if_isunmodified, if_ismodified);
1685 Node* last_index = LoadLastIndex(context, regexp, is_fastpath); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 681 static unsigned int last_index;
696 if (new_index != last_index || this_type != last_type)
706 last_index = new_index;
732 last_index = 0xffffff;
679 static unsigned int last_index; variable
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 515 int last_index; member in struct:brw_query_object
    [all...]

Completed in 811 milliseconds

1 2