Home
last modified time | relevance | path

Searched defs:last_index (Results 1 – 25 of 29) sorted by relevance

12

/external/bcc/examples/networking/http_filter/
Dhttp-parse-simple.c74 const int last_index = payload_offset + 7; in http_filter() local
Dhttp-parse-complete.c103 const int last_index = payload_offset + 7; in http_filter() local
/external/v8/src/regexp/
Dregexp-utils.cc163 Object* last_index = JSRegExp::cast(recv)->last_index(); in IsUnmodifiedRegExp() local
197 const uint64_t last_index = PositiveNumberToUint64(*last_index_obj); in SetAdvancedStringIndex() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_literals.cpp74 int last_index = operand.offset + operand.num_words - 1; in LiteralsPass() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_literals.cpp74 int last_index = operand.offset + operand.num_words - 1; in LiteralsPass() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector.cc86 int last_index; in UpdateNodeDef() local
/external/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c46 last_index = in jsimd_h2v1_fancy_upsample_altivec() local
152 last_index = in jsimd_h2v2_fancy_upsample_altivec() local
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc305 Node* const string_data, Node* const offset, Node* const last_index, in GetStringPointers()
326 TNode<Number> last_index, TNode<RegExpMatchInfo> match_info) { in RegExpExecInternal()
847 Node* const last_index = FastLoadLastIndex(CAST(object)); in IsFastRegExpNoPrototype() local
892 TNode<Object> last_index = FastLoadLastIndex(object); in IsFastRegExpWithOriginalExec() local
941 Node* const last_index = FastLoadLastIndex(CAST(object)); in BranchIfFastRegExp() local
1003 TNode<Smi> last_index = CAST(Parameter(Descriptor::kLastIndex)); in TF_BUILTIN() local
1063 TNode<Number> last_index = CAST(Parameter(Descriptor::kLastIndex)); in TF_BUILTIN() local
1935 Node* last_index = in RegExpPrototypeMatchBody() local
2068 TNode<Number> last_index = UncheckedCast<Number>( in MatchAllIterator() local
2092 TNode<Object> last_index = SlowLoadLastIndex(context, var_matcher.value()); in MatchAllIterator() local
[all …]
Dbuiltins-array-gen.cc4018 int last_index = in CreateArrayDispatchNoArgument() local
4086 int last_index = in CreateArrayDispatchSingleArgument() local
/external/perf_data_converter/src/quipper/
Dhuge_page_deducer.cc64 MMapRange(int first_index, int last_index) in MMapRange()
/external/skia/src/shaders/gradients/
DSk4fGradientBase.cpp194 const int last_index = count - 1 - first_index; in init() local
/external/skqp/src/shaders/gradients/
DSk4fGradientBase.cpp194 const int last_index = count - 1 - first_index; in init() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc279 int64 last_index = 0; in CompressRepeatedField() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc2431 int last_index = -1; in GenerateClear() local
2788 int last_index = -1; in GenerateMergeFrom() local
3570 int last_index = -1; in GenerateByteSize() local
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h387 uint32_t last_index = label_size - 1; in debug_log_msg() local
410 uint32_t last_index = label_size - 1; in debug_log_msg() local
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc469 const int last_index = str.size() - 1; in GenerateLowerCaseOpName() local
/external/compiler-rt/lib/lsan/
Dlsan_common.cc705 uptr last_index = root_regions->size() - 1; in __lsan_unregister_root_region() local
/external/v8/src/runtime/
Druntime-regexp.cc1315 uint32_t last_index = 0; in RegExpReplace() local
1445 uint32_t last_index = 0; in RUNTIME_FUNCTION() local
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc510 void OS2Table::Builder::SetUsLastCharIndex(int32_t last_index) { in SetUsLastCharIndex()
/external/harfbuzz_ng/src/
Dhb-coretext.cc529 unsigned int last_index = 0; in _hb_coretext_shape() local
Dhb-uniscribe.cc654 unsigned int last_index = 0; in _hb_uniscribe_shape() local
/external/v8/src/compiler/
Dgraph-visualizer.cc608 int last_index = instruction_block->last_instruction_index(); in PrintSchedule() local
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py2816 def _swap_axis(logits, dim_index, last_index, name=None): argument
/external/v8/src/
Dlog.cc2182 const int last_index = static_cast<int>(interpreter::Bytecode::kLast); in LogBytecodeHandlers() local
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp537 int last_index = 0; in DrawLatticeGouraudShading() local

12