Searched refs:total_offset (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c116 const unsigned total_offset = *component + deref_array->base_offset; local
117 const unsigned slot_offset = total_offset / 4;
118 *component = total_offset % 4;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Ddot_op_emitter.cc57 llvm::Value* total_offset = ir_builder->CreateMul( local
60 pointers_.push_back(vsl_->ComputeOffsetPointer(matrix, total_offset));
282 llvm::Value* total_offset =
285 vsl_.ComputeOffsetPointer(lhs_, total_offset);
507 llvm::Value* total_offset = ir_builder_->CreateMul( local
511 vsl_.ComputeOffsetPointer(lhs_, total_offset);
/external/libxaac/decoder/
H A Dixheaacd_channel.c163 WORD32 i, total_offset; local
174 total_offset = ptr_aac_tables->str_aac_sfb_info[0]
181 total_offset += ptr_pulse_info->pulse_offset[i];
183 if (total_offset >= 1024) {
/external/v8/src/wasm/
H A Dwasm-objects.cc998 uint32_t total_offset = func_code_offset + byte_offset; local
1008 if (static_cast<uint32_t>(mid_entry) <= total_offset) {
1016 DCHECK_EQ(total_offset, offset_table->get_int(kOTESize * left));
1101 uint32_t total_offset = func.code_start_offset + offset; local
1102 if (total_offset >= end_offset) {
1106 if (total_offset < start_offset) continue;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_nir.c241 nir_ssa_def *total_offset = local
246 nir_src_for_ssa(total_offset));
/external/libevent/
H A Dbuffer.c3230 ev_uint64_t total_offset = seg->mmap_offset+offset; local
3233 if (total_offset) {
3237 offset_remaining = total_offset % si.dwAllocationGranularity;
3238 offset_rounded = total_offset - offset_remaining;

Completed in 186 milliseconds