Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/src/regexp/
Dregexp-utils.cc167 Object last_index = JSRegExp::cast(recv).last_index(); in IsUnmodifiedRegExp() local
201 const uint64_t last_index = PositiveNumberToUint64(*last_index_obj); in SetAdvancedStringIndex() local
/third_party/ffmpeg/libavcodec/
Dparser.h31 int last_index; member
Ddnxhdenc.c579 int last_index, int n) in dnxhd_encode_block()
605 int qscale, int last_index) in dnxhd_unquantize_c()
662 int dnxhd_calc_ac_bits(DNXHDEncContext *ctx, int16_t *block, int last_index) in dnxhd_calc_ac_bits()
846 int overflow, nbits, diff, last_index; in dnxhd_calc_bits_thread() local
904 int last_index = ctx->m.dct_quantize(&ctx->m, block, in dnxhd_encode_thread() local
Dmjpegenc.c425 int component, dc, last_index, val, run; in record_block() local
468 int component, dc, run, last_index, val; in encode_block() local
Ddvdec.c267 int last_index = gb->size_in_bits; in dv_decode_ac() local
384 int mb_index, mb_x, mb_y, last_index; in dv_decode_video_segment() local
Dspeedhqenc.c193 int alevel, level, last_non_zero, dc, i, j, run, last_index, sign; in encode_block() local
Dh261enc.c182 int level, run, i, j, last_index, last_non_zero, sign, slevel, code; in h261_encode_block() local
Dmpeg4videoenc.c298 const int last_index = s->block_last_index[n]; in mpeg4_encode_block() local
357 const int last_index = s->block_last_index[n]; in mpeg4_get_block_length() local
Dmsmpeg4enc.c561 int level, run, last, i, j, last_index; in ff_msmpeg4_encode_block() local
Dituh263enc.c307 int level, run, last, i, j, last_index, last_non_zero, sign, slevel, code; in h263_encode_block() local
Dmpeg12enc.c702 int alevel, level, last_non_zero, dc, diff, i, j, run, last_index, sign; in mpeg1_encode_block() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_literals.cpp74 int last_index = operand.offset + operand.num_words - 1; in LiteralsPass() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_literals.cpp74 int last_index = operand.offset + operand.num_words - 1; in LiteralsPass() local
/third_party/spirv-tools/source/val/
Dvalidate_literals.cpp71 int last_index = operand.offset + operand.num_words - 1; in LiteralsPass() local
/third_party/mesa3d/src/util/
Dsoftfloat.c243 unsigned index, last_index; in _mesa_short_shift_left_m() local
321 unsigned index, last_index; in _mesa_short_shift_right_m() local
354 unsigned index, last_index; in _mesa_short_shift_right_jam_m() local
583 unsigned index, last_index; in _mesa_neg_x_m() local
614 unsigned index, last_index; in _mesa_add_m() local
646 unsigned index, last_index; in _mesa_sub_m() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-regexp-gen.cc96 TNode<String> input, TNode<JSRegExp> regexp, TNode<Number> last_index, in AllocateRegExpResult()
224 TNode<Number> last_index) { in ConstructNewResultFromMatchInfo()
413 TNode<IntPtrT> last_index, TNode<IntPtrT> string_length, in GetStringPointers()
435 TNode<Number> last_index, TNode<RegExpMatchInfo> match_info, in RegExpExecInternal()
798 TNode<Object> last_index = FastLoadLastIndexBeforeSmiCheck(CAST(object)); in IsFastRegExpNoPrototype() local
836 TNode<Object> last_index = FastLoadLastIndexBeforeSmiCheck(CAST(object)); in BranchIfFastRegExp() local
935 auto last_index = Parameter<Smi>(Descriptor::kLastIndex); in TF_BUILTIN() local
1004 auto last_index = Parameter<Number>(Descriptor::kLastIndex); in TF_BUILTIN() local
Dbuiltins-array-gen.cc1704 int last_index = in CreateArrayDispatchNoArgument() local
1773 int last_index = in CreateArrayDispatchSingleArgument() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ms-feature-ranges.cc76 unsigned int last_index = 0; in hb_ms_setup_features() local
Dhb-coretext.cc598 unsigned int last_index = 0; in _hb_coretext_shape() local
/third_party/skia/src/shaders/gradients/
DSk4fGradientBase.cpp194 const int last_index = count - 1 - first_index; in init() local
/third_party/ffmpeg/libavformat/
Dimg2dec.c118 int range, last_index, range1, first_index; in find_image_range() local
189 int first_index = 1, last_index = 1; in ff_img_read_header() local
/third_party/openssl/crypto/srp/
Dsrp_vfy.c400 char *last_index = NULL; in SRP_VBASE_init() local
/third_party/node/deps/openssl/openssl/crypto/srp/
Dsrp_vfy.c399 char *last_index = NULL; in SRP_VBASE_init() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc510 void OS2Table::Builder::SetUsLastCharIndex(int32_t last_index) { in SetUsLastCharIndex()
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc1367 uint32_t last_index = 0; in RegExpReplace() local
1511 uint32_t last_index = 0; in RUNTIME_FUNCTION() local

12