Home
last modified time | relevance | path

Searched refs:slice_offset (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dstring-inl.h536 int slice_offset = 0; in IsEqualToImpl() local
545 slice_offset, in IsEqualToImpl()
550 slice_offset, in IsEqualToImpl()
555 slice_offset, in IsEqualToImpl()
560 slice_offset, in IsEqualToImpl()
566 slice_offset += slicedString.offset(); in IsEqualToImpl()
576 slice_offset, str, cage_base, in IsEqualToImpl()
594 ConsString string, int slice_offset, base::Vector<const Char> str, in IsConsStringEqualToImpl()
601 ConsStringIterator iter(ConsString::cast(string), slice_offset); in IsConsStringEqualToImpl() local
603 for (String segment = iter.Next(&slice_offset); !segmen in IsConsStringEqualToImpl()
593 IsConsStringEqualToImpl( ConsString string, int slice_offset, base::Vector<const Char> str, PtrComprCageBase cage_base, const SharedStringAccessGuardIfNeeded& access_guard) IsConsStringEqualToImpl() argument
903 int slice_offset = offset; VisitFlat() local
[all...]
H A Dstring.h619 ConsString string, int slice_offset, base::Vector<const Char> str,
/third_party/ffmpeg/libavcodec/
H A Dpthread_frame.c384 if (src->slice_count && src->slice_offset) { in update_context_from_user()
386 int err = av_reallocp_array(&dst->slice_offset, src->slice_count, in update_context_from_user()
387 sizeof(*dst->slice_offset)); in update_context_from_user()
391 memcpy(dst->slice_offset, src->slice_offset, in update_context_from_user()
392 src->slice_count * sizeof(*dst->slice_offset)); in update_context_from_user()
761 av_freep(&ctx->slice_offset); in ff_frame_thread_free()
H A Dhuffyuvdec.c1235 int y_offset, slice_offset, slice_size; in decode_frame() local
1238 slice_offset = AV_RL32(avpkt->data + slices_info_offset + slice * 8); in decode_frame()
1241 if (slice_offset < 0 || slice_size <= 0 || (slice_offset&3) || in decode_frame()
1242 slice_offset + (int64_t)slice_size > buf_size) in decode_frame()
1247 (const uint32_t *)(buf + slice_offset), slice_size / 4); in decode_frame()
1250 slice_offset = 0; in decode_frame()
H A Davcodec.h750 int *slice_offset; member
H A Drv10.c591 return avctx->slice_offset[n]; in get_slice_offset()
H A Drv34.c1553 if(avctx->slice_count) return avctx->slice_offset[n]; in get_slice_offset()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc385 int slice_offset = 0; in Match() local
395 slice_offset = slice.offset(); in Match()
408 subject_ptr.AddressOfCharacterAt(start_offset + slice_offset, no_gc); in Match()
/third_party/toybox/toys/pending/
H A Dvi.c295 static struct slice_list *slice_offset(size_t *start, size_t offset) in slice_offset() function
320 if (!(s = slice_offset(&spos, offset))) return SIZE_MAX; in text_strchr()
341 if (!(s = slice_offset(&spos, offset))) return SIZE_MAX; in text_strrchr()
373 if (!(s = slice_offset(&spos, start))) return 0; in text_count()
394 if (!(s = slice_offset(&spos, offset))) return 0; in text_byte()
462 if (!(s = slice_offset(&spos, offset))) return 0; in text_getline()
/third_party/ffmpeg/libavformat/
H A Dmxfenc.c71 unsigned slice_offset; ///< offset of audio slice member
94 int slice_offset; member
1814 avio_wb32(pb, sc->slice_offset); in mxf_write_index_table_segment()
1874 avio_wb32(pb, mxf->index_entries[i].slice_offset); in mxf_write_index_table_segment()
2901 sc->slice_offset = mxf->edit_unit_byte_count; in mxf_compute_edit_unit_byte_count()
3011 mxf->index_entries[mxf->edit_units_count-1].slice_offset = in mxf_write_packet()

Completed in 29 milliseconds