Searched refs:SampleRate (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c592 int SampleRate; local
1010 SampleRate = SetSampleRate;
1011 if (ioctl(fd, SNDCTL_DSP_SPEED, &SampleRate)==-1)
1013 printf ("\nUnable to set sample rate to %d, returned %d, aborting...\n\n", SetSampleRate, SampleRate);
1017 SampleRateDifference = SampleRate - SetSampleRate;
1025 printf ("\nUnable to set sample rate to %d, result was %d, more than 0.1 percent, aborting...\n\n", SetSampleRate, SampleRate);
1030 /* printf ("\nAttempt to set sample rate to %d, actual %d...\n\n", SetSampleRate, SampleRate); */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp109 if (!Opts.Enabled || Opts.SampleRate == 0 ||
113 if (Opts.SampleRate < 0) {
114 Opts.Printf("GWP-ASan Error: SampleRate is < 0.\n");
118 if (Opts.SampleRate > INT32_MAX) {
119 Opts.Printf("GWP-ASan Error: SampleRate is > 2^31.\n");
157 // SampleRate) chance of sampling.
158 if (Opts.SampleRate != 1)
159 AdjustedSampleRate = static_cast<uint32_t>(Opts.SampleRate) * 2;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp81 if (o->SampleRate < 1) {
83 "GWP-ASan ERROR: SampleRate must be > 0 when GWP-ASan is enabled.\n");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h166 Opt.SampleRate = getFlags()->GWP_ASAN_SampleRate;

Completed in 199 milliseconds