/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/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/mesa3d/src/mapi/glapi/gen/ |
D | gl_procs.py | 94 base_offset = 0 99 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset)) 104 base_offset += len(func.name) + 3 115 table.append((base_offset, "gl" + name, alt_name, alt_name, func.offset)) 117 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset)) 119 base_offset += len(n) + 3
|
/external/v8/src/ |
D | eh-frame.h | 89 void SetBaseAddressOffset(int base_offset); 93 void SetBaseAddressRegisterAndOffset(Register base_register, int base_offset); 118 int base_offset() const { return base_offset_; } in base_offset() function 141 void PatchInt32(int base_offset, uint32_t value) { in PatchInt32() argument 142 DCHECK_EQ(ReadUnalignedUInt32(eh_frame_buffer_.data() + base_offset), in PatchInt32() 144 DCHECK_LT(base_offset + kInt32Size, eh_frame_offset()); in PatchInt32() 145 WriteUnalignedUInt32(eh_frame_buffer_.data() + base_offset, value); 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/fio/ |
D | tickmarks.c | 43 int use_KMG_symbols, int base_offset) in shorten() argument 78 else if (base_offset) in shorten() 79 shorten_idx += base_offset; in shorten() 91 int *power_of_ten, int use_KMG_symbols, int base_offset) in calc_tickmarks() argument 117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset); in calc_tickmarks()
|
D | graph.c | 88 unsigned int base_offset; member 323 g->x_axis_unit_change_callback == NULL, g->base_offset); in graph_draw_x_ticks() 379 g->y_axis_unit_change_callback == NULL, g->base_offset); in graph_draw_y_ticks() 927 void graph_set_base_offset(struct graph *g, unsigned int base_offset) in graph_set_base_offset() argument 929 g->base_offset = base_offset; in graph_set_base_offset()
|
D | graph.h | 93 extern void graph_set_base_offset(struct graph *g, unsigned int base_offset);
|
/external/mesa3d/src/glsl/ |
D | lower_ubo_reference.cpp | 52 void emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset, 206 ir_variable *base_offset, in emit_ubo_loads() argument 223 emit_ubo_loads(field_deref, base_offset, deref_offset + field_offset); in emit_ubo_loads() 239 emit_ubo_loads(element_deref, base_offset, in emit_ubo_loads() 255 emit_ubo_loads(col_deref, base_offset, deref_offset + i * 16); in emit_ubo_loads() 264 ir_rvalue *offset = add(base_offset, in emit_ubo_loads() 287 add(base_offset, in emit_ubo_loads()
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidparse.c | 57 FT_ULong base_offset, offset, ps_len; in cid_parser_new() local 67 base_offset = FT_STREAM_POS(); in cid_parser_new() 141 ps_len = offset - base_offset; in cid_parser_new() 142 if ( FT_STREAM_SEEK( base_offset ) || in cid_parser_new()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffload.c | 865 FT_ULong base_offset, in cff_charset_load() argument 881 charset->offset = base_offset + offset; in cff_charset_load() 1065 FT_ULong base_offset, in cff_encoding_load() argument 1103 encoding->offset = base_offset + offset; in cff_encoding_load() 1308 FT_ULong base_offset, in cff_subfont_load() argument 1375 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) || in cff_subfont_load() 1394 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load() 1447 FT_ULong base_offset; in cff_font_load() local 1459 base_offset = FT_STREAM_POS(); in cff_font_load() 1536 base_offset, in cff_font_load() [all …]
|
/external/freetype/src/cff/ |
D | cffload.c | 904 FT_ULong base_offset, in cff_charset_load() argument 920 charset->offset = base_offset + offset; in cff_charset_load() 1122 FT_ULong base_offset, in cff_vstore_load() argument 1142 if ( FT_STREAM_SEEK( base_offset + offset ) || in cff_vstore_load() 1610 FT_ULong base_offset, in cff_encoding_load() argument 1648 encoding->offset = base_offset + offset; in cff_encoding_load() 1900 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) || in cff_load_private_dict() 1938 FT_ULong base_offset, in cff_subfont_load() argument 2040 if ( FT_STREAM_SEEK( base_offset + top->private_offset + in cff_subfont_load() 2099 FT_ULong base_offset; in cff_font_load() local [all …]
|
D | cfftypes.h | 335 FT_ULong base_offset; /* offset to start of CFF */ member
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 2810 int base_offset = instr->base_offset(); in DoShiftI() local 2816 base_offset += constant_key << element_size_shift; in DoShiftI() 2817 if (!is_int20(base_offset)) { in DoShiftI() 2818 __ mov(scratch0(), Operand(base_offset)); in DoShiftI() 2819 base_offset = 0; in DoShiftI() 2829 __ ldeb(result, MemOperand(external_pointer, base_offset)); in DoShiftI() 2831 __ ldeb(result, MemOperand(scratch0(), external_pointer, base_offset)); in DoShiftI() 2835 __ LoadDouble(result, MemOperand(external_pointer, base_offset)); in DoShiftI() 2838 MemOperand(scratch0(), external_pointer, base_offset)); in DoShiftI() 2845 constant_key, element_size_shift, base_offset, in DoShiftI() [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorFFT.h | 251 const Index base_offset = getBaseOffsetFromIndex(partial_index, dim); 256 memcpy(line_buf, &buf[base_offset], line_len*sizeof(ComplexScalar)); 258 Index offset = base_offset; 274 memcpy(&buf[base_offset], line_buf, line_len*sizeof(ComplexScalar)); 276 Index offset = base_offset;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4.h | 427 int base_offset); 431 int base_offset); 435 int base_offset);
|
D | brw_vec4_visitor.cpp | 2459 int base_offset) in emit_scratch_read() argument 2461 int reg_offset = base_offset + orig_src.reg_offset; in emit_scratch_read() 2476 int base_offset) in emit_scratch_write() argument 2478 int reg_offset = base_offset + orig_dst.reg_offset; in emit_scratch_write() 2576 int base_offset) in emit_pull_constant_load() argument 2578 int reg_offset = base_offset + orig_src.reg_offset; in emit_pull_constant_load()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2851 int base_offset = instr->base_offset(); in DoShiftI() local 2863 __ lfs(result, MemOperand(scratch0(), base_offset)); in DoShiftI() 2865 __ lfd(result, MemOperand(scratch0(), base_offset)); in DoShiftI() 2871 constant_key, element_size_shift, base_offset); in DoShiftI() 2962 int base_offset = instr->base_offset() + constant_key * kDoubleSize; in DoShiftI() local 2968 if (!is_int16(base_offset)) { in DoShiftI() 2969 __ Add(scratch, elements, base_offset, r0); in DoShiftI() 2970 base_offset = 0; in DoShiftI() 2973 __ lfd(result, MemOperand(elements, base_offset)); in DoShiftI() 2976 if (is_int16(base_offset + Register::kExponentOffset)) { in DoShiftI() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 859 unsigned char *base_offset; in vp8_hex_search() local 880 base_offset = (unsigned char *)(base_pre + d->offset); in vp8_hex_search() 881 this_offset = base_offset + (br * (pre_stride)) + bc; in vp8_hex_search() 914 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + in vp8_hex_search() 924 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + in vp8_hex_search() 947 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search() 957 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search() 988 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search() 998 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + in vp8_hex_search()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 2654 int base_offset = instr->base_offset(); in DoLoadKeyedExternalArray() local 2665 __ lwc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() 2668 __ ldc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() 2674 element_size_shift, shift_size, base_offset); in DoLoadKeyedExternalArray() 2729 int base_offset = instr->base_offset(); in DoLoadKeyedFixedDoubleArray() local 2735 base_offset += constant_key * kDoubleSize; in DoLoadKeyedFixedDoubleArray() 2737 __ Addu(scratch, elements, Operand(base_offset)); in DoLoadKeyedFixedDoubleArray() 2761 int offset = instr->base_offset(); in DoLoadKeyedFixedArray() 2829 int base_offset) { in PrepareKeyedOperand() argument 2831 return MemOperand(base, (constant_key << element_size) + base_offset); in PrepareKeyedOperand() [all …]
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 2730 int base_offset = instr->base_offset(); in DoLoadKeyedExternalArray() local 2739 __ vldr(double_scratch0().low(), scratch0(), base_offset); in DoLoadKeyedExternalArray() 2742 __ vldr(result, scratch0(), base_offset); in DoLoadKeyedExternalArray() 2748 element_size_shift, shift_size, base_offset); in DoLoadKeyedExternalArray() 2803 int base_offset = instr->base_offset(); in DoLoadKeyedFixedDoubleArray() local 2809 base_offset += constant_key * kDoubleSize; in DoLoadKeyedFixedDoubleArray() 2811 __ add(scratch, elements, Operand(base_offset)); in DoLoadKeyedFixedDoubleArray() 2835 int offset = instr->base_offset(); in DoLoadKeyedFixedArray() 2903 int base_offset) { in PrepareKeyedOperand() argument 2905 return MemOperand(base, (constant_key << element_size) + base_offset); in PrepareKeyedOperand() [all …]
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 237 int base_offset); 244 int base_offset);
|
D | lithium-arm64.h | 1527 uint32_t base_offset() const { in base_offset() function 1528 return this->hydrogen()->base_offset(); in base_offset() 1534 if (this->base_offset() != 0) { in PrintDataTo() 1535 stream->Add(" + %d]", this->base_offset()); in PrintDataTo() 2177 uint32_t base_offset() const { return this->hydrogen()->base_offset(); } in base_offset() function 2183 if (this->base_offset() != 0) { in PrintDataTo() 2184 stream->Add(" + %d] <-", this->base_offset()); in PrintDataTo()
|
D | lithium-codegen-arm64.cc | 3016 int base_offset) { in PrepareKeyedExternalArrayOperand() argument 3021 return MemOperand(base, key_offset + base_offset); in PrepareKeyedExternalArrayOperand() 3026 return MemOperand(scratch, base_offset); in PrepareKeyedExternalArrayOperand() 3029 if (base_offset == 0) { in PrepareKeyedExternalArrayOperand() 3034 __ Add(scratch, base, base_offset); in PrepareKeyedExternalArrayOperand() 3063 instr->base_offset()); in DoLoadKeyedExternal() 3127 int base_offset) { in PrepareKeyedArrayOperand() argument 3141 return UntagSmiMemOperand(base, base_offset); in PrepareKeyedArrayOperand() 3143 return MemOperand(base, base_offset); in PrepareKeyedArrayOperand() 3153 return UntagSmiMemOperand(base, base_offset); in PrepareKeyedArrayOperand() [all …]
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2794 int base_offset = instr->base_offset(); in DoLoadKeyedExternalArray() local 2814 __ lwc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() 2817 __ ldc1(result, MemOperand(scratch0(), base_offset)); in DoLoadKeyedExternalArray() 2823 element_size_shift, shift_size, base_offset); in DoLoadKeyedExternalArray() 2878 int base_offset = instr->base_offset(); in DoLoadKeyedFixedDoubleArray() local 2884 base_offset += constant_key * kDoubleSize; in DoLoadKeyedFixedDoubleArray() 2886 __ Daddu(scratch, elements, Operand(base_offset)); in DoLoadKeyedFixedDoubleArray() 2919 int offset = instr->base_offset(); in DoLoadKeyedFixedArray() 3006 int base_offset) { in PrepareKeyedOperand() argument 3008 return MemOperand(base, (constant_key << element_size) + base_offset); in PrepareKeyedOperand() [all …]
|