Searched refs:__M (Results 1 – 1 of 1) sorted by relevance
921 _Distance __M = __random_number(__t); in __random_sample() local922 if (__M < __n) in __random_sample()923 __out[__M] = *__first; in __random_sample()944 _Distance __M = __rand(__t); in __random_sample() local945 if (__M < __n) in __random_sample()946 __out[__M] = *__first; in __random_sample()