Searched refs:sample (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dhumandate.c25 time_t sample = 1276601278; local
29 tm = localtime(&sample);
34 TEST_ASSERT_EQUAL_STRING(expected, humantime(sample));
42 time_t sample; local
46 time(&sample);
48 tm = localtime(&sample);
53 TEST_ASSERT_EQUAL_STRING(expected, humantime(sample));
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dthreaded.d3 * threaded.d - sample multi-threaded CPU usage.
54 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
63 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
65 trunc(@sample);
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
14 * cpuwalk.d # sample until Ctrl-C is hit
55 @sample[pid, execname] = lquantize(cpu, 0, MAXCPUID, 1);
71 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dthreaded.d3 * threaded.d - sample multi-threaded CPU usage.
54 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
63 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
65 trunc(@sample);
/freebsd-9.3-release/usr.sbin/lpr/filters.ru/
H A DMakefile5 FILES= bjc-240.sh.sample
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Cpu/
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
14 * cpuwalk.d # sample until Ctrl-C is hit
55 @sample[pid, execname] = lquantize(cpu, 0, MAXCPUID, 1);
71 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
/freebsd-9.3-release/contrib/amd/scripts/
H A DMakefile.am23 amd.conf-sample \
24 lostaltmail.conf-sample
45 amd.conf-sample \
46 lostaltmail.conf-sample \
/freebsd-9.3-release/share/examples/smbfs/print/
H A DMakefile5 FILES= lj6l ljspool printcap.sample tolj
/freebsd-9.3-release/sys/dev/adlink/
H A Dadlink.c39 * One channel active (ie: 2 bytes per sample = 10MB/sec) on a 660MHz
96 uint64_t *sample; member in struct:pgstat
113 uint64_t sample; member in struct:softc
141 sc->sample += sc->p0->chunksize / 2;
143 *(pg->sample) = sc->sample;
156 *(pg->sample) = 0;
199 uint64_t *sample; local
243 if (sc->nchunks * sizeof (*pg->sample) +
247 sample
[all...]
/freebsd-9.3-release/share/examples/ipfilter/
H A DMakefile5 # dist sample files
15 # ftp://ftp.OpenBSD.org/pub/OpenBSD/src/share/ipf/ sample files.
18 ipf.conf.sample ipnat.conf.sample
23 # http://coombs.anu.edu.au/~avalon/ sample files
/freebsd-9.3-release/etc/
H A Drpc51 sample 100113 na.sample
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_irig.c70 * the codec sample frequency error less than 250 PPM (.025 percent).
140 * frequency vernier for broken codec sample frequency.
155 #define SECOND 8000 /* nominal sample rate (Hz) */
157 #define OFFSET 128 /* companded sample offset */
210 l_fp timestamp; /* audio sample timestamp */
211 l_fp tick; /* audio sample increment */
246 double lastsig; /* last carrier sample */
248 int decim; /* sample decimation factor */
417 double sample; /* codec sample */ local
[all...]
H A Drefclock_chu.c225 #define SECOND 8000 /* nominal sample rate (Hz) */
227 #define OFFSET 128 /* companded sample offset */
306 double shift[12]; /* sample shift register */
308 double dist; /* sample distance */
376 int clipcnt; /* sample clip count */
382 l_fp tick; /* audio sample increment */
659 double sample; /* codec sample */ local
677 sample = up->comp[~*dpt++ & 0xff];
684 if (sample > MAXAM
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dentropy.h105 * Estimate the amount of entropy contained in the sample pool.
108 * will be assumed. This flag only makes sense on sample sources.
185 * \brief Create an entropy source that consists of samples. Each sample is
217 isc_entropy_addcallbacksample(isc_entropysource_t *source, isc_uint32_t sample,
220 isc_entropy_addsample(isc_entropysource_t *source, isc_uint32_t sample,
223 * \brief Add a sample to the sample source.
225 * The sample MUST be a timestamp
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dentropy.h105 * Estimate the amount of entropy contained in the sample pool.
108 * will be assumed. This flag only makes sense on sample sources.
185 * \brief Create an entropy source that consists of samples. Each sample is
217 isc_entropy_addcallbacksample(isc_entropysource_t *source, isc_uint32_t sample,
220 isc_entropy_addsample(isc_entropysource_t *source, isc_uint32_t sample,
223 * \brief Add a sample to the sample source.
225 * The sample MUST be a timestamp
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c318 printf( "[openpfile] sample rate %ld\n" , hz );
417 intmax_t sample; local
422 errx(0, "no room for %d sample pc's", nsamples);
425 fread(&sample, histcounter_size, 1, pfile);
430 samples[i] += *(int8_t *)&sample;
433 samples[i] += *(u_int8_t *)&sample;
436 samples[i] += *(int16_t *)&sample;
439 samples[i] += *(u_int16_t *)&sample;
442 samples[i] += *(int32_t *)&sample;
445 samples[i] += *(u_int32_t *)&sample;
[all...]
/freebsd-9.3-release/sys/geom/sched/
H A Dgs_scheduler.h198 g_savg_add_sample(struct g_savg *ss, uint64_t sample) argument
202 ss->gs_avg = sample + ss->gs_avg - (ss->gs_avg >> 3);
/freebsd-9.3-release/share/examples/
H A DMakefile124 nwclient/nwfs.sh.sample \
134 ppp/ppp.conf.sample \
137 ppp/ppp.linkdown.sample \
140 ppp/ppp.linkup.sample \
143 ppp/ppp.secret.sample \
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dentropy.c151 isc_entropysamplesource_t sample; member in union:isc_entropysource::__anon232
158 #define ENTROPY_SOURCETYPE_SAMPLE 1 /*%< Type is a sample source */
744 samplequeue_release(ent, &source->sources.sample.samplequeue);
798 * Here, detach non-sample sources.
967 sq = &source->sources.sample.samplequeue;
1003 * Add a sample, and return ISC_R_SUCCESS if the queue has become full,
1008 addsample(sample_queue_t *sq, isc_uint32_t sample, isc_uint32_t extra) { argument
1012 sq->samples[sq->nsamples] = sample;
1023 isc_entropy_addsample(isc_entropysource_t *source, isc_uint32_t sample, argument
1037 sq = &source->sources.sample
1050 isc_entropy_addcallbacksample(isc_entropysource_t *source, isc_uint32_t sample, isc_uint32_t extra) argument
1195 isc_uint32_t sample; local
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dentropy.c151 isc_entropysamplesource_t sample; member in union:isc_entropysource::__anon68
158 #define ENTROPY_SOURCETYPE_SAMPLE 1 /*%< Type is a sample source */
744 samplequeue_release(ent, &source->sources.sample.samplequeue);
798 * Here, detach non-sample sources.
967 sq = &source->sources.sample.samplequeue;
1003 * Add a sample, and return ISC_R_SUCCESS if the queue has become full,
1008 addsample(sample_queue_t *sq, isc_uint32_t sample, isc_uint32_t extra) { argument
1012 sq->samples[sq->nsamples] = sample;
1023 isc_entropy_addsample(isc_entropysource_t *source, isc_uint32_t sample, argument
1037 sq = &source->sources.sample
1050 isc_entropy_addcallbacksample(isc_entropysource_t *source, isc_uint32_t sample, isc_uint32_t extra) argument
1195 isc_uint32_t sample; local
[all...]
/freebsd-9.3-release/etc/mail/
H A DMakefile142 .if (exists(${_f}.sample) && !exists(${_f}))
143 ${_f}: ${_f}.sample
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-smix-defs.h163 uint64_t sample_hi : 5; /**< When to sample read data (extended bits) */
169 of MDC. This is edge2. Octeon can sample the
171 0=[SAMPLE_HI,SAMPLE] specify the sample time
173 1=[SAMPLE_HI,SAMPLE] specify the sample time
181 uint64_t sample : 4; /**< When to sample read data member in struct:cvmx_smix_clk::cvmx_smix_clk_s
190 uint64_t sample : 4;
205 uint64_t sample_hi : 5; /**< When to sample read data (extended bits) */
211 of MDC. This is edge2. Octeon can sample the
213 0=[SAMPLE_HI,SAMPLE] specify the sample tim
220 uint64_t sample : 4; /**< When to sample read data member in struct:cvmx_smix_clk::cvmx_smix_clk_cn30xx
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dlr.pl32 ;# sample(x, y, tag); enter sample
55 sub sample($$) subroutine
/freebsd-9.3-release/sys/modules/ath/
H A DMakefile32 ATH_RATE?= sample # tx rate control algorithm
126 .if ${ATH_RATE} == "sample"
127 .PATH: ${.CURDIR}/../../dev/ath/ath_rate/sample
128 SRCS+= sample.c
/freebsd-9.3-release/sys/geom/raid/
H A Dmd_ddf.c562 ddf_meta_create(struct g_raid_disk *disk, struct ddf_meta *sample) argument
575 if (sample->hdr == NULL)
576 sample = NULL;
585 meta->bigendian = sample ? sample->bigendian : mdi->mdio_bigendian;
592 if (sample) {
593 memcpy(meta->hdr, sample->hdr, sizeof(struct ddf_header));
594 if (ss != sample->sectorsize) {
596 (GET32(sample, hdr->WorkSpace_Length) *
597 sample
842 ddf_vol_meta_create(struct ddf_vol_meta *meta, struct ddf_meta *sample) argument
[all...]

Completed in 289 milliseconds

12