HomeSort by relevance Sort by last modified time
    Searched refs:base_offset (Results 1 - 25 of 71) 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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 871 FT_ULong base_offset,
887 charset->offset = base_offset + offset;
1071 FT_ULong base_offset,
1109 encoding->offset = base_offset + offset;
1463 FT_ULong base_offset; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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 433 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, local
435 cmd.push_back(StringPrintf("--base-offset-delta=%d", base_offset));
458 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, local
460 cmd.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset));
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 2868 int base_offset = instr->base_offset(); local
2969 intptr_t base_offset = instr->base_offset() + constant_key * kDoubleSize; local
4059 int base_offset = instr->base_offset(); local
4162 int base_offset = instr->base_offset() + constant_key * kDoubleSize; local
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp 1238 static const size_t base_offset = 8; \/* skip "persist." *\/ local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 2921 int base_offset = instr->base_offset(); local
3032 int base_offset = instr->base_offset() + constant_key * kDoubleSize; local
4164 int base_offset = instr->base_offset(); local
4259 int base_offset = instr->base_offset() + constant_key * kDoubleSize; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 242 int base_offset);
249 int base_offset);
  /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 2930 const int64_t base_offset = 1024; local
3043 const int64_t base_offset = 1024; local
3161 const int64_t base_offset = 1024; local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 2815 int base_offset = instr->base_offset(); local
2888 int base_offset = instr->base_offset(); local
3919 int base_offset = instr->base_offset(); local
3987 int base_offset = instr->base_offset(); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 2714 int base_offset = instr->base_offset(); local
2789 int base_offset = instr->base_offset(); local
3851 int base_offset = instr->base_offset(); local
3921 int base_offset = instr->base_offset(); local
    [all...]

Completed in 1477 milliseconds

1 2 3