Searched refs:max_delta (Results 1 – 1 of 1) sorted by relevance
86 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { in ChooseRelocationOffsetDelta() argument88 CHECK_ALIGNED(max_delta, kPageSize); in ChooseRelocationOffsetDelta()89 CHECK_LT(min_delta, max_delta); in ChooseRelocationOffsetDelta()91 int32_t r = GetRandomNumber<int32_t>(min_delta, max_delta); in ChooseRelocationOffsetDelta()98 CHECK_GE(max_delta, r); in ChooseRelocationOffsetDelta()