Searched refs:samples (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-12-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c89 * Skip samples with no cycle count
91 if (hs->samples[i].cycle_count == 0)
98 cycle_count = hs->samples[i].cycle_count;
105 tx = (float) hs->samples[i].tx_busy * 100.0 /
106 hs->samples[i].cycle_count;
107 rx = (float) hs->samples[i].rx_busy * 100.0 /
108 hs->samples[i].cycle_count;
109 cc = (float) hs->samples[i].chan_busy * 100.0 /
110 hs->samples[i].cycle_count;
111 cext = (float) hs->samples[
[all...]
/freebsd-12-stable/contrib/googletest/googletest/
H A DMakefile.am36 samples/prime_tables.h \
37 samples/sample1_unittest.cc \
38 samples/sample2_unittest.cc \
39 samples/sample3_unittest.cc \
40 samples/sample4_unittest.cc \
41 samples/sample5_unittest.cc \
42 samples/sample6_unittest.cc \
43 samples/sample7_unittest.cc \
44 samples/sample8_unittest.cc \
45 samples/sample9_unittes
[all...]
/freebsd-12-stable/contrib/dialog/package/freebsd/
H A DMakefile40 @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \;
44 cd ${WRKSRC}/samples && ${FIND} . | \
/freebsd-12-stable/usr.bin/gprof/
H A Dgprof.c207 * assign samples to procedures
368 * dump the samples
370 if (fwrite(samples, histcounter_size, nsamples, sfile) != nsamples)
414 if (samples == 0) {
415 samples = (double *) calloc(nsamples, sizeof(double));
416 if (samples == NULL)
425 samples[i] += *(int8_t *)&sample;
428 samples[i] += *(u_int8_t *)&sample;
431 samples[i] += *(int16_t *)&sample;
434 samples[
[all...]
H A Dgprof.h193 * and then an array of ncnt samples representing the
208 * a count of the number of samples in its range
210 EXTERN double *samples; variable
216 EXTERN unsigned sampbytes; /* number of bytes of samples */
217 EXTERN int nsamples; /* number of samples */
222 EXTERN double scale; /* scale factor converting samples to pc
/freebsd-12-stable/share/examples/tests/tests/googletest/
H A DMakefile23 .PATH: ${SRCTOP}/contrib/googletest/googletest/samples
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c30 * Process hwpmc(4) samples as calltree.
162 * Initialize a samples.
166 pmcpl_ct_samples_init(struct pmcpl_ct_sample *samples) argument
169 samples->npmcs = 0;
170 samples->sb = NULL;
174 * Free a samples.
178 pmcpl_ct_samples_free(struct pmcpl_ct_sample *samples) argument
181 samples->npmcs = 0;
182 free(samples->sb);
183 samples
191 pmcpl_ct_samples_grow(struct pmcpl_ct_sample *samples) argument
214 pmcpl_ct_samples_root(struct pmcpl_ct_sample *samples) argument
[all...]
/freebsd-12-stable/contrib/googletest/googletest/scripts/test/
H A DMakefile18 SAMPLE_DIR = ../../samples
/freebsd-12-stable/sys/arm/ti/
H A Dti_adcvar.h67 int32_t samples; /* samples average */ member in struct:ti_adc_input
H A Dti_adc.c230 /* Set the samples average. */
232 val |= input->samples << ADC_STEP_AVG_SHIFT;
361 int error, samples, i; local
368 if (input->samples > nitems(ti_adc_samples))
369 input->samples = nitems(ti_adc_samples);
370 samples = ti_adc_samples[input->samples];
372 error = sysctl_handle_int(oidp, &samples, 0, req);
377 if (samples != ti_adc_samples[input->samples]) {
[all...]
/freebsd-12-stable/contrib/ntp/util/
H A Dtg.c64 #define SECOND 8000 /* one second of 125-us samples */
230 void delay(int); /* delay samples */
641 int delay /* delay in samples */
644 int samples; /* samples remaining */ local
646 samples = delay;
648 while (samples >= BUFLNG) {
650 samples -= BUFLNG;
652 write(fd, buffer, samples);
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dentropy.c78 * Size of the input event queue in samples.
118 isc_uint32_t nsamples; /*%< number of samples filled in */
119 isc_uint32_t *samples; /*%< the samples */ member in struct:__anon6231
120 isc_uint32_t *extra; /*%< extra samples added in */
195 REQUIRE(sq->samples != NULL);
198 isc_mem_put(ent->mctx, sq->samples, RND_EVENTQSIZE * 4);
200 sq->samples = NULL;
206 sq->samples = isc_mem_get(ent->mctx, RND_EVENTQSIZE * 4);
207 if (sq->samples
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c199 /* Limits on things. Reduce the number of samples to SAMPLEREDUCE by median
254 u_char nsamples; /* number of samples we've collected */
266 u_char usealldata; /* Use ALL samples */
1239 /* ees_process - process a pile of samples from the clock */
1252 int samples = ees->nsamples; local
1254 int samplereduce = (samples + 1) / 2;
1261 samplelog = (samples < 2) ? 0 :
1262 (samples < 5) ? 1 :
1263 (samples < 9) ? 2 :
1264 (samples < 1
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh47 * Toss out the first 100 samples to wait for the program to enter
101 die "too few samples (\$count)\n" unless \$count >= 1000;
/freebsd-12-stable/contrib/googletest/googletest/make/
H A DMakefile20 USER_DIR = ../samples
/freebsd-12-stable/sys/netinet/
H A Dip_dummynet.h220 int samples_no; /* actual len of samples[] */
221 int samples[ED_MAX_SAMPLES_NO]; /* may be shorter */ member in struct:dn_profile
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c202 const BYTE *samples; member in struct:__anon11663
240 return memcmp(ctx->samples + lhs, ctx->samples + rhs, ctx->d);
247 U64 const lhs = MEM_readLE64(ctx->samples + *(U32 const *)lp) & mask;
248 U64 const rhs = MEM_readLE64(ctx->samples + *(U32 const *)rp) & mask;
341 /* Count the number of samples this dmer shows up in */
535 const BYTE *const samples = (const BYTE *)samplesBuffer; local
540 DISPLAYLEVEL(1, "Total samples size is too large (%u MB), maximum size is %u MB\n",
546 DISPLAYLEVEL(2, "Training on %u samples of total size %u\n", nbSamples,
548 ctx->samples
[all...]
/freebsd-12-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch24 undef($samples);
35 $F -P[<printer>] [-s<samples>]
46 -s +samples[=<samples>]
123 (/^-s(\d*)$/ || /^\+samples=?(\d*)$/) &&
124 (($samples = ($1 eq "") ? (shift || die($usage)): $1), next);
151 defined($samples) &&
152 print "WARNING: your samples value may be shadowed by config file settings\n";
295 ($c eq 'samples') && (!defined($PrintIt) || !defined($samples))
[all...]
/freebsd-12-stable/contrib/tcsh/
H A Dsh.hist.c437 generateHashes(int nChars, unsigned nWords, unsigned samples, unsigned *hashes, argument
471 unsigned timeLimit = !samples;
472 if (samples == 0)
473 samples = 1000000000;
476 for (i = 0; i < samples; i++) {
498 if (i >= samples)
501 samples = i; /* number we actually did */
504 samples, nChars, w+1, hashFcnName, (int)((sec/samples)*1e9),
505 (int)((double)samples*nChar
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c266 int *samples; member in struct:dn_pipe8
272 int samples[ED_MAX_SAMPLES_NO]; member in struct:dn_pipe_max8
485 p8->samples = &(((struct dn_pipe_max8 *)p8)->samples[0]);
492 bcopy(p8->samples, pf->samples, sizeof(pf->samples));
/freebsd-12-stable/sbin/ipfw/
H A Ddummynet.c532 printf("\t profile: name \"%s\" loss %f samples %d\n",
721 * samples N
722 * the number of samples used in the internal
744 * specified in the "samples" line. ipfw will sort and interpolate
750 samples 100
761 * samples, and when it is time to transmit a packet we will
767 #define ED_TOK_SAMPLES "samples"
875 int samples = -1; local
916 if (samples > 0)
917 errx(ED_EFMT("duplicate ``samples'' lin
[all...]
/freebsd-12-stable/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c725 al_err("%s: Parsed enough samples but f/w is still sending more\n",
735 al_err("%s: Still need more samples but f/w has stopped sending them!?!?!?\n",
758 uint64_t samples[SERDES_25G_EYE_SIZE_MAX_SAMPLES]; local
778 samples,
788 ((samples[i] < SERDES_25G_EYE_SIZE_ERR_TH) &&
793 ((samples[i] < SERDES_25G_EYE_SIZE_ERR_TH) && (i >= 0));
806 samples,
816 ((samples[i] < SERDES_25G_EYE_SIZE_ERR_TH) &&
821 ((samples[i] < SERDES_25G_EYE_SIZE_ERR_TH) && (i >= 0));
/freebsd-12-stable/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl223 STW B5,*B4 ; [!B1] is removed to flatten samples
268 STW B5,*B4 ; [!B1] is removed to flatten samples
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dfuzz.py610 Generates NUMBER samples prepended with FUZZ_RNG_SEED_SIZE random bytes and
620 help='Number of samples to generate')
641 help="FUZZ_RNG_SEED_SIZE used for generate the samples (must match)"
693 samples = decompressed
696 samples = compressed
698 # Copy the samples over and prepend the RNG seeds
699 for name in os.listdir(samples):
700 samplename = abs_join(samples, name)
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpivar.h110 struct wpi_power_sample samples[WPI_SAMPLES_COUNT]; member in struct:wpi_power_group

Completed in 189 milliseconds

12