/external/swiftshader/third_party/llvm-7.0/llvm/utils/testgen/ |
D | mc-bundling-x86-gen.py | 57 base_offset = ntest * 2 * BUNDLE_SIZE 58 inst_orig_offset = base_offset + offset # had it not been padded... 75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen) 80 offset_to_nearest_bundle = base_offset + BUNDLE_SIZE 81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
|
/external/llvm/utils/testgen/ |
D | mc-bundling-x86-gen.py | 57 base_offset = ntest * 2 * BUNDLE_SIZE 58 inst_orig_offset = base_offset + offset # had it not been padded... 75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen) 80 offset_to_nearest_bundle = base_offset + BUNDLE_SIZE 81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
|
/external/u-boot/common/spl/ |
D | spl_fit.c | 169 void *fit, ulong base_offset, int node, in spl_load_fit_image() argument 206 offset += base_offset; in spl_load_fit_image() 286 void *fit, int images, ulong base_offset) in spl_fit_append_fdt() argument 303 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt() 360 int base_offset, align_len = ARCH_DMA_MINALIGN - 1; in spl_load_simple_fit() local 370 base_offset = (size + 3) & ~3; in spl_load_simple_fit() 409 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit() 448 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit() 470 images, base_offset); in spl_load_simple_fit() 480 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit() [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_procs.py | 83 base_offset = 0 88 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset)) 93 base_offset += len(func.name) + 3 104 table.append((base_offset, "gl" + name, alt_name, alt_name, func.offset)) 106 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset)) 108 base_offset += len(n) + 3
|
/external/v8/src/compiler/x64/ |
D | unwinding-info-writer-x64.cc | 24 initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock() 31 } else if (initial_state->offset_ != eh_frame_writer_.base_offset()) { in BeginInstructionBlock() 58 DCHECK_EQ(existing_state->offset_, eh_frame_writer_.base_offset()); in EndInstructionBlock() 63 eh_frame_writer_.base_offset(), tracking_fp_); in EndInstructionBlock() 77 int top_of_stack = -eh_frame_writer_.base_offset(); in MarkFrameConstructed()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_key_value_sort.cc | 69 int64 base_offset = in __xla_cpu_runtime_KeyValueSort() local 73 int64 memory_index_lhs = (base_offset + a * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort() 75 int64 memory_index_rhs = (base_offset + b * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort() 98 (base_offset + indices[i] * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort() 106 int64 memory_index = (base_offset + i * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort()
|
/external/v8/src/ |
D | eh-frame.h | 90 void SetBaseAddressOffset(int base_offset); 94 void SetBaseAddressRegisterAndOffset(Register base_register, int base_offset); 119 int base_offset() const { return base_offset_; } in base_offset() function 142 void PatchInt32(int base_offset, uint32_t value) { in PatchInt32() argument 145 base_offset), in PatchInt32() 147 DCHECK_LT(base_offset + kInt32Size, eh_frame_offset()); in PatchInt32() 149 reinterpret_cast<Address>(eh_frame_buffer_.data()) + base_offset, in PatchInt32()
|
D | eh-frame.cc | 276 void EhFrameWriter::SetBaseAddressOffset(int base_offset) { in SetBaseAddressOffset() argument 278 DCHECK_GE(base_offset, 0); in SetBaseAddressOffset() 280 WriteULeb128(base_offset); in SetBaseAddressOffset() 281 base_offset_ = base_offset; in SetBaseAddressOffset() 293 int base_offset) { in SetBaseAddressRegisterAndOffset() argument 295 DCHECK_GE(base_offset, 0); in SetBaseAddressRegisterAndOffset() 299 WriteULeb128(base_offset); in SetBaseAddressRegisterAndOffset() 300 base_offset_ = base_offset; in SetBaseAddressRegisterAndOffset() 546 uint32_t base_offset = eh_frame_iterator.GetNextULeb128(); in DumpDwarfDirectives() local 548 << ", base_offset=" << base_offset << '\n'; in DumpDwarfDirectives()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_tcs.h | 60 unsigned base_offset, 64 unsigned base_offset, 69 unsigned base_offset, const src_reg &indirect_offset);
|
D | brw_vec4_tcs.cpp | 158 unsigned base_offset, in emit_input_urb_read() argument 174 inst->offset = base_offset; in emit_input_urb_read() 193 unsigned base_offset, in emit_output_urb_read() argument 206 read->offset = base_offset; in emit_output_urb_read() 221 unsigned base_offset, in emit_urb_write() argument 238 inst->offset = base_offset; in emit_urb_write()
|
/external/perf_data_converter/src/quipper/ |
D | address_mapper_test.cc | 23 uint64_t base_offset; member 25 Range() : addr(0), size(0), id(0), base_offset(0) {} in Range() 27 Range(uint64_t addr, uint64_t size, uint64_t id, uint64_t base_offset) in Range() 28 : addr(addr), size(size), id(id), base_offset(base_offset) {} in Range() 86 range.base_offset, remove_old_mappings); in MapRange() 112 EXPECT_EQ(range.base_offset + offset, mapped_offset); in TestMappedRange()
|
/external/harfbuzz_ng/src/ |
D | hb-open-file.hh | 407 unsigned int *base_offset = nullptr) const in get_face() 410 if (base_offset) in get_face() 411 *base_offset = (const char *) &face - (const char *) this; in get_face() 465 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face() 467 if (base_offset) in get_face() 468 *base_offset = 0; in get_face() 478 case DFontTag: return u.rfHeader.get_face (i, base_offset); in get_face()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_buffer_access.cpp | 59 ir_variable *base_offset, in emit_access() argument 83 emit_access(mem_ctx, is_write, field_deref, base_offset, in emit_access() 106 emit_access(mem_ctx, is_write, element_deref, base_offset, in emit_access() 127 emit_access(mem_ctx, is_write, col_deref, base_offset, in emit_access() 139 add(base_offset, new(mem_ctx) ir_constant(deref_offset)); in emit_access() 157 add(base_offset, in emit_access()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_locals_to_regs.c | 132 src.reg.base_offset = 0; in get_deref_reg_src() 153 src.reg.base_offset *= glsl_get_length(parent_type); in get_deref_reg_src() 154 src.reg.base_offset += deref_array->base_offset; in get_deref_reg_src() 244 mov->dest.dest.reg.base_offset = reg_src.reg.base_offset; in lower_locals_to_regs_block()
|
D | nir_opt_copy_prop_vars.c | 159 if (a_arr->base_offset != b_arr->base_offset) in compare_derefs() 174 if (a_arr->base_offset != b_arr->base_offset) in compare_derefs() 486 ret_arr->base_offset = deref_arr->base_offset; in specialize_wildcards() 489 ret_arr->base_offset = deref_arr->base_offset; in specialize_wildcards() 510 ret_arr->base_offset = spec_arr->base_offset; in specialize_wildcards()
|
D | nir_lower_vars_to_ssa.c | 167 if (arr->base_offset >= glsl_get_length(node->type)) in get_deref_node() 170 if (node->children[arr->base_offset] == NULL) in get_deref_node() 171 node->children[arr->base_offset] = in get_deref_node() 174 node = node->children[arr->base_offset]; in get_deref_node() 233 if (node->children[arr->base_offset] && in foreach_deref_node_worker() 234 !foreach_deref_node_worker(node->children[arr->base_offset], in foreach_deref_node_worker() 310 if (node->children[arr->base_offset] && in deref_may_be_aliased_node() 311 deref_may_be_aliased_node(node->children[arr->base_offset], in deref_may_be_aliased_node()
|
D | nir_lower_indirect_derefs.c | 47 direct.base_offset += start; in emit_indirect_load_store() 86 emit_indirect_load_store(b, orig_instr, deref, tail, -arr->base_offset, in emit_load_store() 87 length - arr->base_offset, dest, src); in emit_load_store()
|
D | nir_lower_io_arrays_to_elements.c | 59 offset += size * deref_array->base_offset; in get_io_offset() 67 *element_index += num_elements * deref_array->base_offset; in get_io_offset() 118 ndarr->base_offset = darr->base_offset; in create_array_deref()
|
/external/freetype/src/cid/ |
D | cidparse.c | 63 FT_ULong base_offset, offset, ps_len; in cid_parser_new() local 73 base_offset = FT_STREAM_POS(); in cid_parser_new() 175 ps_len = offset - base_offset; in cid_parser_new() 176 if ( FT_STREAM_SEEK( base_offset ) || in cid_parser_new()
|
/external/freetype/src/cff/ |
D | cffload.c | 905 FT_ULong base_offset, in cff_charset_load() argument 921 charset->offset = base_offset + offset; in cff_charset_load() 1123 FT_ULong base_offset, in cff_vstore_load() argument 1143 if ( FT_STREAM_SEEK( base_offset + offset ) || in cff_vstore_load() 1629 FT_ULong base_offset, in cff_encoding_load() argument 1667 encoding->offset = base_offset + offset; in cff_encoding_load() 1920 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) || in cff_load_private_dict() 1983 FT_ULong base_offset, in cff_subfont_load() argument 2138 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load() 2198 FT_ULong base_offset; in cff_font_load() local [all …]
|
/external/u-boot/include/dt-bindings/pinctrl/ |
D | omap.h | 75 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_attention.h | 127 DSizes<Index, 3> base_offset(0, 0, 0); in eval() 133 base_offset[1] = width_ - glimpse_width; in eval() 144 base_offset[2] = height_ - glimpse_height; in eval() 229 .slice(base_offset, slice_extent) in eval()
|
/external/u-boot/arch/arm/mach-omap2/omap4/ |
D | hw_data.c | 233 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_UV, 244 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_WITH_OFFSET_UV, 254 .base_offset = TPS62361_BASE_VOLT_MV,
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query_hw.c | 66 &hq->bo, &hq->base_offset); in nv50_hw_query_allocate() 69 hq->offset = hq->base_offset; in nv50_hw_query_allocate() 76 hq->data = (uint32_t *)((uint8_t *)hq->bo->map + hq->base_offset); in nv50_hw_query_allocate() 143 if (hq->offset - hq->base_offset == NV50_HW_QUERY_ALLOC_SPACE) in nv50_hw_begin_query()
|
/external/u-boot/arch/arm/mach-omap2/omap5/ |
D | hw_data.c | 280 .base_offset = PALMAS_SMPS_BASE_VOLT_UV, 295 .base_offset = PALMAS_SMPS_BASE_VOLT_UV, 310 .base_offset = LP873X_BUCK_BASE_VOLT_UV, 326 .base_offset = LP873X_BUCK_BASE_VOLT_UV,
|