/third_party/node/deps/v8/src/compiler/ |
H A D | csa-load-elimination.cc | 253 uint32_t initial_offset = offset >= kMaximumReprSizeInBytes - 1 in KillOffset() local 256 // For all offsets from {initial_offset} to {offset}, we traverse the in KillOffset() 259 for (uint32_t i = initial_offset; i < offset; i++) { in KillOffset() 277 uint32_t initial_offset = offset >= kMaximumReprSizeInBytes - 1 in KillOffsetInFresh() local 280 for (uint32_t i = initial_offset; i < offset; i++) { in KillOffsetInFresh()
|
/third_party/ffmpeg/libavformat/ |
H A D | segment.c | 115 int64_t initial_offset; ///< initial timestamps offset, expressed in microseconds member 689 if (seg->initial_offset > 0) { in seg_init() 690 av_log(s, AV_LOG_WARNING, "NOTE: the option initial_offset is deprecated," in seg_init() 942 offset = av_rescale_q(seg->initial_offset - (seg->reset_timestamps ? seg->cur_entry.start_pts : 0), in seg_write_packet() 954 seg->initial_offset || seg->reset_timestamps || seg->avf->oformat->interleave_packet); in seg_write_packet() 1049 { "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E },
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-iterator.h | 73 int initial_offset = 0);
|
H A D | bytecode-array-iterator.cc | 18 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayIterator() 23 cursor_(start_ + initial_offset), in BytecodeArrayIterator() 17 BytecodeArrayIterator( Handle<BytecodeArray> bytecode_array, int initial_offset) BytecodeArrayIterator() argument
|
/third_party/elfutils/libdw/ |
H A D | dwarf_ranges.c | 385 initial_offset (Dwarf_Attribute *attr, ptrdiff_t *offset) in initial_offset() function 526 if (initial_offset (attr, &offset) != 0) in dwarf_ranges()
|
H A D | dwarf_getlocation.c | 742 initial_offset (Dwarf_Attribute *attr, ptrdiff_t *offset) in initial_offset() function 939 if (initial_offset (attr, &off) != 0) in dwarf_getlocation_addr() 1024 if (initial_offset (attr, &offset) != 0) in dwarf_getlocations()
|
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions.cc | 1492 const int initial_offset = offset; in IsSpecialIndex() local 1499 if (buffer[initial_offset] == '0') return initial_offset == length - 1; in IsSpecialIndex()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 3827 void TextNode::FillInBMInfo(Isolate* isolate, int initial_offset, int budget, in FillInBMInfo() argument 3829 if (initial_offset >= bm->length()) return; in FillInBMInfo() 3830 int offset = initial_offset; in FillInBMInfo() 3834 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo() 3842 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo() 3876 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo() 3881 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo()
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 649 size_t initial_offset, in DoReplaceMatchesAfterOffset() 660 size_t first_match = matcher.Find(*str, initial_offset); in DoReplaceMatchesAfterOffset() 647 DoReplaceMatchesAfterOffset( StringType* str, size_t initial_offset, Matcher matcher, std::basic_string_view<typename StringType::value_type> replace_with, ReplaceType replace_type) DoReplaceMatchesAfterOffset() argument
|
/third_party/elfutils/src/ |
H A D | readelf.c | 10922 uint64_t initial_offset = ((uint64_t) shdr->sh_offset in print_debug_frame_hdr_section() local 10925 // XXX Possibly print symbol name or section offset for initial_offset in print_debug_frame_hdr_section() 10928 initial_location, initial_offset, in print_debug_frame_hdr_section()
|