Searched refs:max_delta (Results 1 – 1 of 1) sorted by relevance
74 static int32_t ChooseRelocationOffsetDelta(int32_t min_delta, int32_t max_delta) { in ChooseRelocationOffsetDelta() argument76 CHECK_ALIGNED(max_delta, kPageSize); in ChooseRelocationOffsetDelta()77 CHECK_LT(min_delta, max_delta); in ChooseRelocationOffsetDelta()79 int32_t r = GetRandomNumber<int32_t>(min_delta, max_delta); in ChooseRelocationOffsetDelta()86 CHECK_GE(max_delta, r); in ChooseRelocationOffsetDelta()