Searched refs:samples (Results 1 - 25 of 40) sorted by path

12

/freebsd-11-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-11-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-11-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:__anon4815
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-11-stable/contrib/ntp/libntp/
H A Daudio.c513 "audio: samples %d, eof %d, pause %d, error %d, waiting %d, balance %d\n",
514 info.record.samples, info.record.eof,
/freebsd-11-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-11-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-11-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);
H A Dtg2.c102 * showed 8000 samples/sec, now as specified on command line.
238 #define SECOND (8000) /* one second of 125-us samples */
499 void delay(int); /* delay samples */
2376 int Delay /* delay in samples */
2379 int samples; /* samples remaining */ local
2381 samples = Delay;
2383 while (samples >= BUFLNG) {
2385 samples -= BUFLNG;
2387 write(fd, buffer, samples);
[all...]
/freebsd-11-stable/gnu/usr.bin/groff/tmac/
H A DMakefile15 MLINKS+= groff_mdoc.7 mdoc.samples.7
/freebsd-11-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-11-stable/sys/arm/ti/
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...]
H A Dti_adcvar.h67 int32_t samples; /* samples average */ member in struct:ti_adc_input
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c304 uarg[0] = (intptr_t) p->samples; /* caddr_t */
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c1465 OS_MEMCPY(&cs->samples[cs->cur_sample], hs, sizeof(*hs));
1466 cs->samples[cs->cur_sample].seq_num = cs->cur_seq;
H A Dah.h910 * The AR5212 ANI routines fill these samples. The ANI code then uses it
933 HAL_SURVEY_SAMPLE samples[CHANNEL_SURVEY_SAMPLE_COUNT]; member in struct:__anon9160
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1911 } samples[2][IWN_NSAMPLES]; member in struct:iwn4965_eeprom_chan_samples
/freebsd-11-stable/sys/dev/usb/gadget/
H A Dg_audio.c406 g_audio_make_samples(struct g_audio_softc *sc, int16_t *ptr, int samples) argument
411 for (i = 0; i != samples; i++) {
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1552 /* Retrieve temperature at which the samples were taken. */
1560 group->samples[i].index = rgroup.samples[i].index;
1561 group->samples[i].power = rgroup.samples[i].power;
1565 group->samples[i].index, group->samples[i].power);
3741 /* Retrieve TX power index into gain tables from samples. */
3742 for (sample = group->samples; sample < &group->samples[
[all...]
H A Dif_wpireg.h874 struct wpi_eeprom_sample samples[5]; member in struct:wpi_eeprom_group
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1621 struct bwn_c32 *samples, uint16_t len) {
1628 BWN_ERRPRINTF(mac->mac_sc, "allocation for samples loading failed\n");
1635 data[i] = (samples[i].i & 0x3FF << 10);
1636 data[i] |= samples[i].q & 0x3FF;
1652 struct bwn_c32 *samples; local
1669 samples = malloc(len * sizeof(struct bwn_c32), M_DEVBUF, M_NOWAIT | M_ZERO);
1670 if (!samples) {
1671 BWN_ERRPRINTF(mac->mac_sc, "allocation for samples generation failed\n");
1678 samples[i] = bwn_cordic(angle);
1680 samples[
1620 bwn_nphy_load_samples(struct bwn_mac *mac, struct bwn_c32 *samples, uint16_t len) argument
[all...]
/freebsd-11-stable/sys/i386/include/
H A Dpcaudioio.h37 unsigned sample_rate; /* samples per second */
46 unsigned samples; /* samples played */ member in struct:audio_prinfo
/freebsd-11-stable/sys/kern/
H A Dsubr_prof.c399 caddr_t samples; member in struct:profil_args
427 upp->pr_base = uap->samples;
H A Dsystrace_args.c301 uarg[0] = (intptr_t) p->samples; /* caddr_t */
/freebsd-11-stable/sys/netinet/
H A Dip_dummynet.h218 int samples_no; /* actual len of samples[] */
219 int samples[ED_MAX_SAMPLES_NO]; /* may be shorter */ member in struct:dn_profile
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c264 int *samples; member in struct:dn_pipe8
270 int samples[ED_MAX_SAMPLES_NO]; member in struct:dn_pipe_max8
483 p8->samples = &(((struct dn_pipe_max8 *)p8)->samples[0]);
490 bcopy(p8->samples, pf->samples, sizeof(pf->samples));

Completed in 323 milliseconds

12