Searched refs:base_offset (Results 1 - 25 of 59) 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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/lldb/examples/python/
H A Dtypes.py108 def verify_type_recursive (target, options, type, member_name, depth, base_offset, padding):
109 prev_end_offset = base_offset
113 print '%+4u <%3u> %s%s %s;' % (base_offset, byte_size, ' ' * depth, typename, member_name)
115 print '%+4u {%3u} %s%s' % (base_offset, byte_size, ' ' * depth, typename)
120 return (base_offset + byte_size, padding)
130 member_total_offset = member_offset + base_offset
164 prev_end_offset = base_offset + byte_size
/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/chromium_org/gpu/command_buffer/client/
H A Dring_buffer.cc16 RingBuffer::RingBuffer(unsigned int alignment, Offset base_offset, argument
20 base_offset_(base_offset),
25 base_(static_cast<int8*>(base) - base_offset) {
H A Dring_buffer.h29 // base_offset: The offset of the start of the buffer.
32 // base: The physical address that corresponds to base_offset.
33 RingBuffer(unsigned int alignment, Offset base_offset,
129 // The physical address that corresponds to base_offset.
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c858 FT_ULong base_offset,
874 charset->offset = base_offset + offset;
1058 FT_ULong base_offset,
1096 encoding->offset = base_offset + offset;
1301 FT_ULong base_offset,
1368 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1387 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
1440 FT_ULong base_offset; local
1452 base_offset = FT_STREAM_POS();
1529 base_offset,
855 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1054 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1297 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.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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c858 FT_ULong base_offset,
874 charset->offset = base_offset + offset;
1058 FT_ULong base_offset,
1096 encoding->offset = base_offset + offset;
1301 FT_ULong base_offset,
1368 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1387 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
1440 FT_ULong base_offset; local
1452 base_offset = FT_STREAM_POS();
1529 base_offset,
855 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1054 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1297 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/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc178 size_t base_offset = kItemListStartOffset;
186 if (!BinaryRead(&item_size, base_offset + kSizeOffset, blob) ||
187 base_offset + item_size <= base_offset || // checking overflow
188 base_offset + item_size > blob.size())
193 if (!BinaryRead(&item_sort_index, base_offset + kSortIndexOffset, blob))
198 base_offset + kItemIDListOffset, item_size - kItemIDListOffset, blob);
207 base_offset += item_size;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h427 int base_offset);
431 int base_offset);
435 int base_offset);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h427 int base_offset);
431 int base_offset);
435 int base_offset);
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.h254 int base_offset);
261 int base_offset);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp412 DWARFFormValue::Reference (dw_offset_t base_offset) const
422 die_offset += base_offset;
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc3231 int base_offset = instr->base_offset(); local
3237 int base_offset = instr->base_offset(); local
3245 __ vldr(double_scratch0().low(), scratch0(), base_offset);
3248 __ vldr(result, scratch0(), base_offset);
3254 element_size_shift, shift_size, base_offset);
3314 int base_offset = instr->base_offset(); local
3320 base_offset
3391 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4282 int base_offset = instr->base_offset(); local
4359 int base_offset = instr->base_offset(); local
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc3136 int base_offset = instr->base_offset(); local
3142 int base_offset = instr->base_offset(); local
3152 __ lwc1(result, MemOperand(scratch0(), base_offset));
3155 __ ldc1(result, MemOperand(scratch0(), base_offset));
3161 element_size_shift, shift_size, base_offset);
3220 int base_offset = instr->base_offset(); local
3226 base_offset
3298 PrepareKeyedOperand(Register key, Register base, bool key_is_constant, int constant_key, int element_size, int shift_size, int base_offset) argument
4229 int base_offset = instr->base_offset(); local
4308 int base_offset = instr->base_offset(); local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc2925 const int64_t base_offset = 1024; local
2928 __ Mov(x20, src_base - base_offset);
2929 __ Mov(x21, dst_base - base_offset);
2930 __ Mov(x18, src_base + base_offset + 24);
2931 __ Mov(x19, dst_base + base_offset + 56);
2932 __ Ldp(w0, w1, MemOperand(x20, base_offset));
2933 __ Ldp(w2, w3, MemOperand(x20, base_offset + 4));
2934 __ Ldp(x4, x5, MemOperand(x20, base_offset + 8));
2935 __ Ldp(w6, w7, MemOperand(x18, -12 - base_offset));
2936 __ Ldp(x8, x9, MemOperand(x18, -16 - base_offset));
3093 const int64_t base_offset = 1024; local
3211 const int64_t base_offset = 1024; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c879 unsigned char *base_offset; local
897 base_offset = (unsigned char *)(base_pre + d->offset);
898 this_offset = base_offset + (br * (pre_stride)) + bc;
925 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
936 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
962 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
973 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1004 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1015 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c878 unsigned char *base_offset; local
896 base_offset = (unsigned char *)(base_pre + d->offset);
897 this_offset = base_offset + (br * (pre_stride)) + bc;
924 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
935 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
961 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
972 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1003 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1014 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;

Completed in 602 milliseconds

123