Searched defs:base_offset (Results 1 - 25 of 33) sorted by relevance

12

/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/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) {
/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.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/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/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/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;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c1249 uint64_t offset, base_offset; local
1405 base_offset = r600_resource_va(rctx->context.screen, pipe_tex);
1408 surf->cb_color_base = (base_offset + offset) >> 8;
1421 surf->cb_color_fmask = (base_offset + rtex->fmask_offset) >> 8;
1422 surf->cb_color_cmask = (base_offset + rtex->cmask_offset) >> 8;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp2452 * from scratch space at @base_offset to @temp.
2454 * @base_offset is measured in 32-byte units (the size of a register).
2459 int base_offset)
2461 int reg_offset = base_offset + orig_src.reg_offset;
2469 * to @orig_dst to scratch space at @base_offset, from @temp.
2471 * @base_offset is measured in 32-byte units (the size of a register).
2476 int base_offset)
2478 int reg_offset = base_offset + orig_dst.reg_offset;
2571 * from the pull constant buffer (surface) at @base_offset to @temp.
2576 int base_offset)
2574 emit_pull_constant_load(vec4_instruction *inst, dst_reg temp, src_reg orig_src, int base_offset) argument
[all...]
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc1246 int base_offset = kFirstRegisterOnStack - local
1250 __ Add(base, frame_pointer(), base_offset);
1262 MemOperand(frame_pointer(), base_offset)); local
1263 base_offset -= kWRegSize * 2;
H A Dlithium-arm64.h1789 uint32_t base_offset() const { function in class:v8::internal::LLoadKeyed
1790 return this->hydrogen()->base_offset();
1796 if (this->base_offset() != 0) {
1797 stream->Add(" + %d]", this->base_offset());
2500 uint32_t base_offset() const { return this->hydrogen()->base_offset(); } function in class:v8::internal::LStoreKeyed
2506 if (this->base_offset() != 0) {
2507 stream->Add(" + %d] <-", this->base_offset());
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1249 uint64_t offset, base_offset; local
1405 base_offset = r600_resource_va(rctx->context.screen, pipe_tex);
1408 surf->cb_color_base = (base_offset + offset) >> 8;
1421 surf->cb_color_fmask = (base_offset + rtex->fmask_offset) >> 8;
1422 surf->cb_color_cmask = (base_offset + rtex->cmask_offset) >> 8;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp2452 * from scratch space at @base_offset to @temp.
2454 * @base_offset is measured in 32-byte units (the size of a register).
2459 int base_offset)
2461 int reg_offset = base_offset + orig_src.reg_offset;
2469 * to @orig_dst to scratch space at @base_offset, from @temp.
2471 * @base_offset is measured in 32-byte units (the size of a register).
2476 int base_offset)
2478 int reg_offset = base_offset + orig_dst.reg_offset;
2571 * from the pull constant buffer (surface) at @base_offset to @temp.
2576 int base_offset)
2574 emit_pull_constant_load(vec4_instruction *inst, dst_reg temp, src_reg orig_src, int base_offset) argument
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1691 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
2272 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h1690 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
2273 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1655 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
2230 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h1654 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
2214 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1690 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
2256 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h1700 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
2279 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::FINAL
/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/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc1309 size_t base_offset = 0; local
1314 &base_offset);
1318 size_t link_start = offsets[i] + base_offset;

Completed in 663 milliseconds

12