Searched refs:base_offset (Results 1 - 25 of 58) sorted by relevance

123

/external/llvm/utils/testgen/
H A Dmc-bundling-x86-gen.py57 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/
H A Dunwinding-info-writer-x64.cc24 initial_state->offset_ != eh_frame_writer_.base_offset()) {
31 } else if (initial_state->offset_ != eh_frame_writer_.base_offset()) {
58 DCHECK_EQ(existing_state->offset_, eh_frame_writer_.base_offset());
63 eh_frame_writer_.base_offset(), tracking_fp_);
77 int top_of_stack = -eh_frame_writer_.base_offset();
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_procs.py94 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/fio/
H A Dtickmarks.c43 int use_KMG_symbols, int base_offset)
78 else if (base_offset)
79 shorten_idx += base_offset;
91 int *power_of_ten, int use_KMG_symbols, int base_offset)
117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset);
42 shorten(struct tickmark *tm, int nticks, int *power_of_ten, int use_KMG_symbols, int base_offset) argument
90 calc_tickmarks(double min, double max, int nticks, struct tickmark **tm, int *power_of_ten, int use_KMG_symbols, int base_offset) argument
H A Dgraph.h93 extern void graph_set_base_offset(struct graph *g, unsigned int base_offset);
H A Dgraph.c88 unsigned int base_offset; member in struct:graph
323 g->x_axis_unit_change_callback == NULL, g->base_offset);
379 g->y_axis_unit_change_callback == NULL, g->base_offset);
927 void graph_set_base_offset(struct graph *g, unsigned int base_offset) argument
929 g->base_offset = base_offset;
/external/mesa3d/src/glsl/
H A Dlower_ubo_reference.cpp52 void emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset,
206 ir_variable *base_offset,
223 emit_ubo_loads(field_deref, base_offset, deref_offset + field_offset);
239 emit_ubo_loads(element_deref, base_offset,
255 emit_ubo_loads(col_deref, base_offset, deref_offset + i * 16);
264 ir_rvalue *offset = add(base_offset,
287 add(base_offset,
205 emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset, unsigned int deref_offset) argument
/external/v8/src/
H A Deh-frame.h84 // directives are relative. It is given by <base_register> + <base_offset>.
86 // The <base_offset> must be positive or 0.
89 void SetBaseAddressOffset(int base_offset);
93 void SetBaseAddressRegisterAndOffset(Register base_register, int base_offset);
118 int base_offset() const { return base_offset_; } function in class:v8::internal::EhFrameWriter
141 void PatchInt32(int base_offset, uint32_t value) { argument
142 DCHECK_EQ(ReadUnalignedUInt32(eh_frame_buffer_.data() + base_offset),
144 DCHECK_LT(base_offset + kInt32Size, eh_frame_offset());
145 WriteUnalignedUInt32(eh_frame_buffer_.data() + base_offset, value);
H A Deh-frame.cc276 void EhFrameWriter::SetBaseAddressOffset(int base_offset) { argument
278 DCHECK_GE(base_offset, 0);
280 WriteULeb128(base_offset);
281 base_offset_ = base_offset;
293 int base_offset) {
295 DCHECK_GE(base_offset, 0);
299 WriteULeb128(base_offset);
300 base_offset_ = base_offset;
546 uint32_t base_offset = eh_frame_iterator.GetNextULeb128(); local
548 << ", base_offset
292 SetBaseAddressRegisterAndOffset(Register base_register, int base_offset) argument
[all...]
/external/pdfium/third_party/freetype/src/cid/
H A Dcidparse.c57 FT_ULong base_offset, offset, ps_len; local
67 base_offset = FT_STREAM_POS();
141 ps_len = offset - base_offset;
142 if ( FT_STREAM_SEEK( base_offset ) ||
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.c865 FT_ULong base_offset,
881 charset->offset = base_offset + offset;
1065 FT_ULong base_offset,
1103 encoding->offset = base_offset + offset;
1308 FT_ULong base_offset,
1375 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1394 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
1447 FT_ULong base_offset; local
1459 base_offset = FT_STREAM_POS();
1536 base_offset,
862 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1061 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1304 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
[all...]
/external/freetype/src/cff/
H A Dcffload.c904 FT_ULong base_offset,
920 charset->offset = base_offset + offset;
1122 FT_ULong base_offset,
1142 if ( FT_STREAM_SEEK( base_offset + offset ) ||
1610 FT_ULong base_offset,
1648 encoding->offset = base_offset + offset;
1900 if ( FT_STREAM_SEEK( font->base_offset + top->private_offset ) ||
1938 FT_ULong base_offset,
2040 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
2099 FT_ULong base_offset; local
901 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1120 cff_vstore_load( CFF_VStoreRec* vstore, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1606 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1934 cff_subfont_load( CFF_SubFont subfont, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_UInt code, CFF_Font font ) argument
[all...]
H A Dcfftypes.h335 FT_ULong base_offset; /* offset to start of CFF */ member in struct:CFF_FontRec_
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h427 int base_offset);
431 int base_offset);
435 int base_offset);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc2810 int base_offset = instr->base_offset(); local
2816 base_offset += constant_key << element_size_shift;
2817 if (!is_int20(base_offset)) {
2818 __ mov(scratch0(), Operand(base_offset));
2819 base_offset = 0;
2829 __ ldeb(result, MemOperand(external_pointer, base_offset));
2831 __ ldeb(result, MemOperand(scratch0(), external_pointer, base_offset));
2835 __ LoadDouble(result, MemOperand(external_pointer, base_offset));
2838 MemOperand(scratch0(), external_pointer, base_offset));
2912 intptr_t base_offset = instr->base_offset() + constant_key * kDoubleSize; local
3034 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, bool key_is_smi, int constant_key, int element_size_shift, int base_offset, bool keyMaybeNegative) argument
3982 int base_offset = instr->base_offset(); local
4085 int base_offset = instr->base_offset() + constant_key * kDoubleSize; local
[all...]
H A Dlithium-codegen-s390.h119 int base_offset,
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorFFT.h251 const Index base_offset = getBaseOffsetFromIndex(partial_index, dim); local
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/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc2851 int base_offset = instr->base_offset(); local
2863 __ lfs(result, MemOperand(scratch0(), base_offset));
2865 __ lfd(result, MemOperand(scratch0(), base_offset));
2871 constant_key, element_size_shift, base_offset);
2962 int base_offset = instr->base_offset() + constant_key * kDoubleSize; local
2968 if (!is_int16(base_offset)) {
2969 __ Add(scratch, elements, base_offset, r0);
2970 base_offset
3073 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, bool key_is_smi, int constant_key, int element_size_shift, int base_offset) argument
4070 int base_offset = instr->base_offset(); local
4165 int base_offset = instr->base_offset() + constant_key * kDoubleSize; local
[all...]
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h237 int base_offset);
244 int base_offset);
H A Dlithium-arm64.h1527 uint32_t base_offset() const { function in class:v8::internal::LLoadKeyed
1528 return this->hydrogen()->base_offset();
1534 if (this->base_offset() != 0) {
1535 stream->Add(" + %d]", this->base_offset());
2177 uint32_t base_offset() const { return this->hydrogen()->base_offset(); } function in class:v8::internal::LStoreKeyed
2183 if (this->base_offset() != 0) {
2184 stream->Add(" + %d] <-", this->base_offset());
H A Dlithium-codegen-arm64.cc3016 int base_offset) {
3021 return MemOperand(base, key_offset + base_offset);
3026 return MemOperand(scratch, base_offset);
3029 if (base_offset == 0) {
3034 __ Add(scratch, base, base_offset);
3063 instr->base_offset());
3127 int base_offset) {
3141 return UntagSmiMemOperand(base, base_offset);
3143 return MemOperand(base, base_offset);
3153 return UntagSmiMemOperand(base, base_offset);
3008 PrepareKeyedExternalArrayOperand( Register key, Register base, Register scratch, bool key_is_smi, bool key_is_constant, int constant_key, ElementsKind elements_kind, int base_offset) argument
3121 PrepareKeyedArrayOperand(Register base, Register elements, Register key, bool key_is_tagged, ElementsKind elements_kind, Representation representation, int base_offset) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c859 unsigned char *base_offset; local
880 base_offset = (unsigned char *)(base_pre + d->offset);
881 this_offset = base_offset + (br * (pre_stride)) + bc;
914 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) +
924 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) +
947 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) +
957 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) +
988 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) +
998 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) +
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc2730 int base_offset = instr->base_offset(); local
2739 __ vldr(double_scratch0().low(), scratch0(), base_offset);
2742 __ vldr(result, scratch0(), base_offset);
2748 element_size_shift, shift_size, base_offset);
2803 int base_offset = instr->base_offset(); local
2809 base_offset += constant_key * kDoubleSize;
2811 __ add(scratch, elements, Operand(base_offset));
2835 int offset = instr->base_offset();
2897 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
3809 int base_offset = instr->base_offset(); local
3877 int base_offset = instr->base_offset(); local
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc2654 int base_offset = instr->base_offset(); local
2665 __ lwc1(result, MemOperand(scratch0(), base_offset));
2668 __ ldc1(result, MemOperand(scratch0(), base_offset));
2674 element_size_shift, shift_size, base_offset);
2729 int base_offset = instr->base_offset(); local
2735 base_offset += constant_key * kDoubleSize;
2737 __ Addu(scratch, elements, Operand(base_offset));
2761 int offset = instr->base_offset();
2823 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
3770 int base_offset = instr->base_offset(); local
3840 int base_offset = instr->base_offset(); local
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc2794 int base_offset = instr->base_offset(); local
2814 __ lwc1(result, MemOperand(scratch0(), base_offset));
2817 __ ldc1(result, MemOperand(scratch0(), base_offset));
2823 element_size_shift, shift_size, base_offset);
2878 int base_offset = instr->base_offset(); local
2884 base_offset += constant_key * kDoubleSize;
2886 __ Daddu(scratch, elements, Operand(base_offset));
2919 int offset = instr->base_offset();
3000 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
3984 int base_offset = instr->base_offset(); local
4062 int base_offset = instr->base_offset(); local
[all...]

Completed in 904 milliseconds

123