Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp433 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { in ChooseRelocationOffsetDelta() argument
436 CHECK_EQ(max_delta % kPageSize, 0u); in ChooseRelocationOffsetDelta()
437 CHECK_LT(min_delta, max_delta); in ChooseRelocationOffsetDelta()
441 std::uniform_int_distribution<int32_t> distribution(min_delta, max_delta); in ChooseRelocationOffsetDelta()
449 CHECK_GE(max_delta, r); in ChooseRelocationOffsetDelta()