div64_s64         131 include/drm/drm_fixed.h 	result = div64_s64(a, b);
div64_s64         141 include/drm/drm_fixed.h 	s64 tolerance = div64_s64(DRM_FIXED_ONE, 1000000);
div64_s64         153 include/drm/drm_fixed.h 		term = drm_fixp_mul(term, div64_s64(y, count));
div64_s64           9 include/linux/math64.h #define div64_long(x, y) div64_s64((x), (y))
div64_s64          83 include/linux/math64.h #ifndef div64_s64
div64_s64          84 include/linux/math64.h extern s64 div64_s64(s64 dividend, s64 divisor);