/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | overuse_estimator.cc | 32 offset_(options_.initial_offset), in OveruseEstimator() 33 prev_offset_(options_.initial_offset), in OveruseEstimator()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | parameterized_truncated_normal_op_gpu.cu.cc | 62 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/ |
D | recordio_test.cc | 165 void StartReadingAt(uint64_t initial_offset) { readpos_ = initial_offset; } in StartReadingAt() argument
|
/external/v8/src/interpreter/ |
D | bytecode-array-accessor.h | 69 int initial_offset);
|
D | bytecode-array-accessor.cc | 18 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor() argument 20 bytecode_offset_(initial_offset), in BytecodeArrayAccessor()
|
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 718 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()
|
D | dwarf_ranges.c | 385 initial_offset (Dwarf_Attribute *attr, ptrdiff_t *offset) in initial_offset() function 521 if (initial_offset (attr, &offset) != 0) in dwarf_ranges()
|
D | ChangeLog | 238 * 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/ |
D | test_perf_data.h | 144 explicit AttrIdsSection(size_t initial_offset) : offset_(initial_offset) {} in AttrIdsSection() argument
|
D | perf_reader.cc | 1767 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/ |
D | common_types.h | 750 initial_offset(0), in OverUseDetectorOptions() 762 double initial_offset; member
|
/external/v8/src/ |
D | conversions.cc | 1385 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/ |
D | string_util.cc | 727 size_t initial_offset, in DoReplaceMatchesAfterOffset() argument 738 size_t first_match = matcher.Find(*str, initial_offset); in DoReplaceMatchesAfterOffset()
|
/external/kmod/tools/ |
D | depmod.c | 406 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/ |
D | jsregexp.cc | 6428 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/ |
D | readelf.c | 10445 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()
|