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

1 2 3

  /bionic/linker/
linker_mapped_file_fragment.h 28 bool Map(int fd, off64_t base_offset, size_t elf_offset, size_t size);
linker_mapped_file_fragment.cpp 36 bool MappedFileFragment::Map(int fd, off64_t base_offset, size_t elf_offset, size_t size) {
38 CHECK(safe_add(&offset, base_offset, elf_offset));
  /external/llvm/utils/testgen/
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/mesa3d/src/mapi/glapi/gen/
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/fio/
tickmarks.c 43 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);
graph.h 93 extern void graph_set_base_offset(struct graph *g, unsigned int base_offset);
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;
  /external/mesa3d/src/glsl/
lower_ubo_reference.cpp 52 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,
  /external/pdfium/third_party/freetype/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 ) ||
  /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/pdfium/third_party/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...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
bricked.rs 83 int base_offset = (in_br_z) * 32 + (in_br_y);
85 int slice_pos = base_brick * BRICK_SIZE + base_offset;
  /system/core/liblog/
log_is_loggable.c 92 static const size_t base_offset = 8; /* skip "persist." */ local
184 kp = key + base_offset;
225 kp = key + base_offset;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.h 427 int base_offset);
431 int base_offset);
435 int base_offset);
  /frameworks/native/cmds/installd/
otapreopt.cpp 278 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, local
280 cmd.push_back(StringPrintf("--base-offset-delta=%d", base_offset));
303 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, local
305 cmd.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset));
  /system/core/liblog/tests/
liblog_test.cpp 1230 static const size_t base_offset = 8; \/* skip "persist." *\/ local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 3014 int base_offset = instr->base_offset(); local
3122 int base_offset = instr->base_offset() + constant_key * kDoubleSize; local
4217 int base_offset = instr->base_offset(); local
4309 int base_offset = instr->base_offset() + constant_key * kDoubleSize; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 244 int base_offset);
251 int base_offset);
lithium-arm64.h 1688 uint32_t base_offset() const { function in class:v8::internal::LLoadKeyed
2390 uint32_t base_offset() const { return this->hydrogen()->base_offset(); } function in class:v8::internal::LStoreKeyed
    [all...]
  /system/media/camera/docs/
metadata_helpers.py 642 base_offset = 0
648 base_offset += 1
656 return "0x%X" %(base_value + base_offset)
658 return "%d" %(base_value + base_offset)
    [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc 2927 const int64_t base_offset = 1024; local
3040 const int64_t base_offset = 1024; local
3158 const int64_t base_offset = 1024; local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 2901 int base_offset = instr->base_offset(); local
2971 int base_offset = instr->base_offset(); local
3969 int base_offset = instr->base_offset(); local
4034 int base_offset = instr->base_offset(); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 2830 int base_offset = instr->base_offset(); local
2902 int base_offset = instr->base_offset(); local
3934 int base_offset = instr->base_offset(); local
4002 int base_offset = instr->base_offset(); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 882 unsigned char *base_offset; local
902 base_offset = (unsigned char *)(base_pre + d->offset);
903 this_offset = base_offset + (br * (pre_stride)) + bc;
932 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
943 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
969 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
980 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1011 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1022 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
    [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...]

Completed in 913 milliseconds

1 2 3