Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_repacking.h43 int64 initial_offset; member
50 " initial offset = ", initial_offset); in ToString()
Dmemory_space_assignment_best_fit_repacker_test.cc29 int64 size, int64 initial_offset = -1) { in MakeAllocationBlock() argument
34 initial_offset, in MakeAllocationBlock()
Dmemory_space_assignment.h1308 int64 start_time, int64 end_time, int64 size, int64 initial_offset, in MakeRepackAllocationBlock() argument
1315 allocation_block.initial_offset = initial_offset; in MakeRepackAllocationBlock()
Dmemory_space_assignment_test.cc4399 << " 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()
Dmemory_space_assignment.cc1821 << allocation_block.initial_offset << " to " in ImportRepackedAllocations()
1827 allocation_block.initial_offset = allocation_block.offset; in ImportRepackedAllocations()
/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc32 offset_(options_.initial_offset), in OveruseEstimator()
33 prev_offset_(options_.initial_offset), in OveruseEstimator()
Doveruse_estimator.h30 double initial_offset = 0; member
/external/tensorflow/tensorflow/core/kernels/
Dparameterized_truncated_normal_op_gpu.cu.cc63 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/
Drecordio_test.cc178 void StartReadingAt(uint64_t initial_offset) { readpos_ = initial_offset; } in StartReadingAt() argument
/external/elfutils/libdw/
Ddwarf_ranges.c385 initial_offset (Dwarf_Attribute *attr, ptrdiff_t *offset) in initial_offset() function
526 if (initial_offset (attr, &offset) != 0) in dwarf_ranges()
Ddwarf_getlocation.c722 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()
DChangeLog434 * 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/
Dfile-backed-proto-log.h256 int64_t initial_offset);
888 int64_t initial_offset) in Iterator() argument
891 initial_offset_(initial_offset), in Iterator()
Dportable-file-backed-proto-log.h372 int64_t initial_offset);
1077 int64_t initial_offset) in Iterator() argument
1080 initial_offset_(initial_offset), in Iterator()
/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/elfutils/src/
Dreadelf.c10667 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()