HomeSort by relevance Sort by last modified time
    Searched defs:base_offset (Results 1 - 25 of 29) sorted by null

1 2

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidparse.c 57 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 ) ||
  /art/compiler/
elf_writer_quick.cc 401 Elf32_Word base_offset = sizeof(Elf32_Ehdr) + sizeof(program_headers); local
407 dynsym_builder_.section_.sh_offset = RoundUp(base_offset, dynsym_builder_.section_.sh_addralign);
    [all...]
  /art/runtime/gc/space/
image_space.cc 178 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, local
180 LOG(INFO) << "Using an offset of 0x" << std::hex << base_offset << " from default "
182 arg_vector.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset));
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 858 FT_ULong base_offset,
874 charset->offset = base_offset + offset;
1058 FT_ULong base_offset,
1096 encoding->offset = base_offset + offset;
1440 FT_ULong base_offset; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 879 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;
    [all...]
  /external/freetype/src/cff/
cffload.c 865 FT_ULong base_offset,
881 charset->offset = base_offset + offset;
1065 FT_ULong base_offset,
1103 encoding->offset = base_offset + offset;
1447 FT_ULong base_offset; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 878 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;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffload.c 858 FT_ULong base_offset,
874 charset->offset = base_offset + offset;
1058 FT_ULong base_offset,
1096 encoding->offset = base_offset + offset;
1440 FT_ULong base_offset; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 878 unsigned char *base_offset; local
898 base_offset = (unsigned char *)(base_pre + d->offset);
899 this_offset = base_offset + (br * (pre_stride)) + bc;
926 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
937 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
963 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
974 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1005 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1016 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
    [all...]
  /art/patchoat/
patchoat.cc 945 uintptr_t base_offset = 0; local
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 1246 int base_offset = kFirstRegisterOnStack - local
1262 MemOperand(frame_pointer(), base_offset)); local
    [all...]
lithium-arm64.h 1789 uint32_t base_offset() const { function in class:v8::internal::LLoadKeyed
2500 uint32_t base_offset() const { return this->hydrogen()->base_offset(); } function in class:v8::internal::LStoreKeyed
    [all...]
  /external/fio/
graph.c 88 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)
929 g->base_offset = base_offset;
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 397 base_offset(parts.cbPtr, parts.cbPtr, Rs);
992 void GGLAssembler::base_offset( function in class:android::GGLAssembler
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_state.c 1249 uint64_t offset, base_offset; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 2925 const int64_t base_offset = 1024; local
3093 const int64_t base_offset = 1024; local
3211 const int64_t base_offset = 1024; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 1249 uint64_t offset, base_offset; local
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 1691 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
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 1690 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
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 1655 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
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.h 1654 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
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 1690 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
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 1700 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
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 1309 size_t base_offset = 0; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 3438 uint32_t base_offset = BaseOffsetField::decode(bit_field_); local
    [all...]

Completed in 2618 milliseconds

1 2