greatestCommonDivisor 38 Source/core/animation/AnimatableRepeatable.cpp return b ? greatestCommonDivisor(b, a % b) : a; greatestCommonDivisor 44 Source/core/animation/AnimatableRepeatable.cpp return a / greatestCommonDivisor(a, b) * b;