Home
last modified time | relevance | path

Searched refs:initial_offset (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc32 offset_(options_.initial_offset), in OveruseEstimator()
33 prev_offset_(options_.initial_offset), in OveruseEstimator()
/external/tensorflow/tensorflow/core/kernels/
Dparameterized_truncated_normal_op_gpu.cu.cc62 const int32 initial_offset = blockIdx.x * blockDim.x + threadIdx.x; in TruncatedNormalKernel() local
63 gen.Skip(max_samples_per_item * initial_offset); in TruncatedNormalKernel()
/external/tensorflow/tensorflow/core/lib/io/
Drecordio_test.cc165 void StartReadingAt(uint64_t initial_offset) { readpos_ = initial_offset; } in StartReadingAt() argument
/external/v8/src/interpreter/
Dbytecode-array-accessor.h69 int initial_offset);
Dbytecode-array-accessor.cc18 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor() argument
20 bytecode_offset_(initial_offset), in BytecodeArrayAccessor()
/external/elfutils/libdw/
Ddwarf_getlocation.c718 initial_offset (Dwarf_Attribute *attr, ptrdiff_t *offset) in initial_offset() function
914 if (initial_offset (attr, &off) != 0) in dwarf_getlocation_addr()
999 if (initial_offset (attr, &offset) != 0) in dwarf_getlocations()
Ddwarf_ranges.c385 initial_offset (Dwarf_Attribute *attr, ptrdiff_t *offset) in initial_offset() function
521 if (initial_offset (attr, &offset) != 0) in dwarf_ranges()
DChangeLog238 * dwarf_getlocation.c (initial_offset): Handle .debug_loclists.
243 (initial_offset): Handle DW_FORM_loclistx.
258 (initial_offset): Use DWARF_E_NO_DEBUG_LOC.
277 (initial_offset): Handle .debug_rnglists and DW_FORM_rnglistx.
490 (initial_offset): this. Only provide offset.
493 __libdw_cu_base_address and initial_offset. Drop Elf_Data NULL
494 check (already done by initial_offset, through __libdw_formptr).
495 (dwarf_getlocations): Use __libdw_cu_base_address and initial_offset.
500 (initial_offset): New static function.
502 initial_offset, through __libdw_formptr). Use __libdw_cu_base_address
[all …]
/external/perf_data_converter/src/quipper/
Dtest_perf_data.h144 explicit AttrIdsSection(size_t initial_offset) : offset_(initial_offset) {} in AttrIdsSection() argument
Dperf_reader.cc1767 const size_t initial_offset = data->Tell(); in ReadAttrEventBlock() local
1772 const size_t actual_attr_size = data->Tell() - initial_offset; in ReadAttrEventBlock()
/external/webrtc/webrtc/
Dcommon_types.h750 initial_offset(0), in OverUseDetectorOptions()
762 double initial_offset; member
/external/v8/src/
Dconversions.cc1385 const int initial_offset = offset; in IsSpecialIndex() local
1392 if (buffer[initial_offset] == '0') return initial_offset == length - 1; in IsSpecialIndex()
/external/libchrome/base/strings/
Dstring_util.cc727 size_t initial_offset, in DoReplaceMatchesAfterOffset() argument
738 size_t first_match = matcher.Find(*str, initial_offset); in DoReplaceMatchesAfterOffset()
/external/kmod/tools/
Ddepmod.c406 long initial_offset, final_offset; in index_write() local
415 initial_offset = ftell(out); in index_write()
416 assert(initial_offset >= 0); in index_write()
426 (void)fseek(out, initial_offset, SEEK_SET); in index_write()
/external/v8/src/regexp/
Djsregexp.cc6428 void TextNode::FillInBMInfo(Isolate* isolate, int initial_offset, int budget, in FillInBMInfo() argument
6430 if (initial_offset >= bm->length()) return; in FillInBMInfo()
6431 int offset = initial_offset; in FillInBMInfo()
6435 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo()
6443 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo()
6477 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo()
6482 if (initial_offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo()
/external/elfutils/src/
Dreadelf.c10445 uint64_t initial_offset = ((uint64_t) shdr->sh_offset in print_debug_frame_hdr_section() local
10451 initial_location, initial_offset, in print_debug_frame_hdr_section()