Searched refs:total_offset (Results 1 – 7 of 7) sorted by relevance
42 llvm::Value* total_offset = in MemoryTile() local45 pointers_.push_back(vsl_->ComputeOffsetPointer(matrix, total_offset)); in MemoryTile()363 llvm::Value* total_offset = b_->CreateMul(col, b_->getInt64(m())); in EmitInnerLoopEpilogue() local365 vsl_.ComputeOffsetPointer(lhs_, total_offset); in EmitInnerLoopEpilogue()589 llvm::Value* total_offset = b_->CreateMul( in EmitInnerLoopEpilogue() local592 vsl_.ComputeOffsetPointer(lhs_, total_offset); in EmitInnerLoopEpilogue()
173 WORD32 i, total_offset; in ixheaacd_read_pulse_data() local184 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()
1215 uint32_t total_offset = func.code.offset() + iterator.pc_offset(); in GetPossibleBreakpoints() local1216 if (total_offset >= end_offset) { in GetPossibleBreakpoints()1220 if (total_offset < start_offset) continue; in GetPossibleBreakpoints()1222 locations->emplace_back(0, total_offset, debug::kCommonBreakLocation); in GetPossibleBreakpoints()
148 nir_ssa_def *total_offset = in remap_patch_urb_offsets() local153 nir_src_for_ssa(total_offset)); in remap_patch_urb_offsets()
3241 ev_uint64_t total_offset = seg->mmap_offset+offset; in evbuffer_add_file_segment() local3244 if (total_offset) { in evbuffer_add_file_segment()3248 offset_remaining = total_offset % si.dwAllocationGranularity; in evbuffer_add_file_segment()3249 offset_rounded = total_offset - offset_remaining; in evbuffer_add_file_segment()
202 const unsigned total_offset = *component + index; in get_io_offset() local203 const unsigned slot_offset = total_offset / 4; in get_io_offset()204 *component = total_offset % 4; in get_io_offset()
4211 total_offset = 1 + offset4213 self._device_function_stack.push_obj(spec, offset=total_offset)