/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment_repacking.h | 43 int64 initial_offset; member 50 " initial offset = ", initial_offset); in ToString()
|
D | memory_space_assignment_best_fit_repacker_test.cc | 29 int64 size, int64 initial_offset = -1) { in MakeAllocationBlock() argument 34 initial_offset, in MakeAllocationBlock()
|
D | memory_space_assignment.h | 1308 int64 start_time, int64 end_time, int64 size, int64 initial_offset, in MakeRepackAllocationBlock() argument 1315 allocation_block.initial_offset = initial_offset; in MakeRepackAllocationBlock()
|
D | memory_space_assignment_test.cc | 4399 << " init offset: " << block->initial_offset << " colocations: {" in Repack() 4401 auto it = repack_map_.find({block->start_time, block->initial_offset}); in Repack() 4406 block->offset = block->initial_offset; in Repack() 4412 colocation->offset = colocation->initial_offset; in Repack()
|
D | memory_space_assignment.cc | 1821 << allocation_block.initial_offset << " to " in ImportRepackedAllocations() 1827 allocation_block.initial_offset = allocation_block.offset; in ImportRepackedAllocations()
|
/external/webrtc/modules/remote_bitrate_estimator/ |
D | overuse_estimator.cc | 32 offset_(options_.initial_offset), in OveruseEstimator() 33 prev_offset_(options_.initial_offset), in OveruseEstimator()
|
D | overuse_estimator.h | 30 double initial_offset = 0; member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | parameterized_truncated_normal_op_gpu.cu.cc | 63 const int32 initial_offset = blockIdx.x * blockDim.x + threadIdx.x; in TruncatedNormalKernel() local 64 gen.Skip(max_samples_per_item * initial_offset); in TruncatedNormalKernel()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | recordio_test.cc | 178 void StartReadingAt(uint64_t initial_offset) { readpos_ = initial_offset; } in StartReadingAt() argument
|
/external/elfutils/libdw/ |
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()
|
D | dwarf_getlocation.c | 722 initial_offset (Dwarf_Attribute *attr, ptrdiff_t *offset) in initial_offset() function 919 if (initial_offset (attr, &off) != 0) in dwarf_getlocation_addr() 1004 if (initial_offset (attr, &offset) != 0) in dwarf_getlocations()
|
D | ChangeLog | 434 * dwarf_getlocation.c (initial_offset): Handle .debug_loclists. 439 (initial_offset): Handle DW_FORM_loclistx. 454 (initial_offset): Use DWARF_E_NO_DEBUG_LOC. 473 (initial_offset): Handle .debug_rnglists and DW_FORM_rnglistx. 686 (initial_offset): this. Only provide offset. 689 __libdw_cu_base_address and initial_offset. Drop Elf_Data NULL 690 check (already done by initial_offset, through __libdw_formptr). 691 (dwarf_getlocations): Use __libdw_cu_base_address and initial_offset. 696 (initial_offset): New static function. 698 initial_offset, through __libdw_formptr). Use __libdw_cu_base_address [all …]
|
/external/icing/icing/file/ |
D | file-backed-proto-log.h | 256 int64_t initial_offset); 888 int64_t initial_offset) in Iterator() argument 891 initial_offset_(initial_offset), in Iterator()
|
D | portable-file-backed-proto-log.h | 372 int64_t initial_offset); 1077 int64_t initial_offset) in Iterator() argument 1080 initial_offset_(initial_offset), in Iterator()
|
/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/elfutils/src/ |
D | readelf.c | 10667 uint64_t initial_offset = ((uint64_t) shdr->sh_offset in print_debug_frame_hdr_section() local 10673 initial_location, initial_offset, in print_debug_frame_hdr_section()
|