Home
last modified time | relevance | path

Searched refs:base_offset (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Dbricked.rs83 int base_offset = (in_br_z) * 32 + (in_br_y);
85 int slice_pos = base_brick * BRICK_SIZE + base_offset;
/frameworks/native/cmds/installd/
Dotapreopt.cpp278 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, in PatchoatBootImage() local
280 cmd.push_back(StringPrintf("--base-offset-delta=%d", base_offset)); in PatchoatBootImage()
303 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, in Dex2oatBootImage() local
305 cmd.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset)); in Dex2oatBootImage()