Home
last modified time | relevance | path

Searched refs:total_offset (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp289 uint16_t total_offset = m_type_data; in GetPrologueByteSize() local
301 m_type_data = total_offset; in GetPrologueByteSize()
307 total_offset += sc_temp.line_entry.range.GetByteSize(); in GetPrologueByteSize()
309 if (total_offset >= m_addr_range.GetByteSize()) in GetPrologueByteSize()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc42 llvm::Value* total_offset = in MemoryTile() local
45 pointers_.push_back(vsl_->ComputeOffsetPointer(matrix, total_offset)); in MemoryTile()
363 llvm::Value* total_offset = b_->CreateMul(col, b_->getInt64(m())); in EmitInnerLoopEpilogue() local
365 vsl_.ComputeOffsetPointer(lhs_, total_offset); in EmitInnerLoopEpilogue()
589 llvm::Value* total_offset = b_->CreateMul( in EmitInnerLoopEpilogue() local
592 vsl_.ComputeOffsetPointer(lhs_, total_offset); in EmitInnerLoopEpilogue()
/external/libxaac/decoder/
Dixheaacd_channel.c173 WORD32 i, total_offset; in ixheaacd_read_pulse_data() local
184 total_offset = ptr_aac_tables->str_aac_sfb_info[0] in ixheaacd_read_pulse_data()
191 total_offset += ptr_pulse_info->pulse_offset[i]; in ixheaacd_read_pulse_data()
193 if (total_offset >= 1024) { in ixheaacd_read_pulse_data()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c148 nir_ssa_def *total_offset = in remap_patch_urb_offsets() local
153 nir_src_for_ssa(total_offset)); in remap_patch_urb_offsets()
/external/libevent/
Dbuffer.c3242 ev_uint64_t total_offset = seg->mmap_offset+offset; in evbuffer_add_file_segment() local
3245 if (total_offset) { in evbuffer_add_file_segment()
3249 offset_remaining = total_offset % si.dwAllocationGranularity; in evbuffer_add_file_segment()
3250 offset_rounded = total_offset - offset_remaining; in evbuffer_add_file_segment()
/external/mesa3d/src/compiler/nir/
Dnir_lower_io.c202 const unsigned total_offset = *component + index; in get_io_offset() local
203 const unsigned slot_offset = total_offset / 4; in get_io_offset()
204 *component = total_offset % 4; in get_io_offset()
/external/tensorflow/tensorflow/python/framework/
Dops.py4446 total_offset = 1 + offset
4448 self._device_function_stack.push_obj(spec, offset=total_offset)