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

123

/freebsd-10-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_decls_after_stmt.c1 void sample(void) function
H A Dd_c99_decls_after_stmt3.c1 void sample(int i) function
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/mkdep/
H A Dt_mkdep.sh38 atf_check touch sample.c
40 atf_check mkdep -f sample.d -P some/path/ sample.c
41 atf_check -o ignore grep '^some/path/sample.o:' sample.d
51 atf_check touch sample.c
54 atf_check mkdep -f sample.d sample.c
55 atf_check -o ignore grep '^sample.o:' sample
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/usr.sbin/lpr/filters.ru/
H A DMakefile5 FILES= bjc-240.sh.sample
/freebsd-10-stable/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-10-stable/share/examples/smbfs/print/
H A DMakefile5 FILES= lj6l ljspool printcap.sample tolj
/freebsd-10-stable/contrib/amd/scripts/
H A DMakefile.am23 amd.conf-sample \
24 lostaltmail.conf-sample
45 amd.conf-sample \
46 lostaltmail.conf-sample \
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dapr_passwd.c85 char sample[200]; local
93 if (_crypt_blowfish_rn(passwd, hash, sample, sizeof(sample)) == NULL)
100 apr_md5_encode(passwd, hash, sample, sizeof(sample));
103 apr_sha1_base64(passwd, (int)strlen(passwd), sample); local
183 return (strcmp(sample, hash) == 0) ? APR_SUCCESS : APR_EMISMATCH;
/freebsd-10-stable/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-10-stable/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-10-stable/etc/
H A Drpc51 sample 100113 na.sample
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-profiler.c165 * Add new sample to the buffer and increment the head pointer and
166 * global sample count(i.e sum total of samples collected on all cores)
195 cvmx_sample_entry_t *sample = (cvmx_sample_entry_t *) cpu_buf->pcpu_blk_info.data; local
196 sample->pc = epc;
197 sample->core = cpu;
204 /* Increment the global sample count i.e sum total of samples on all cores*/
207 PRINTF("the core%d:pc 0x%016lx, sample_count=%ld\n", cpu, sample->pc, cpu_buf->pcpu_blk_info.sample_count);
H A Dcvmx-smix-defs.h211 uint64_t sample_hi : 5; /**< When to sample read data (extended bits) */
217 of MDC. This is edge2. Octeon can sample the
219 0=[SAMPLE_HI,SAMPLE] specify the sample time
221 1=[SAMPLE_HI,SAMPLE] specify the sample time
229 uint64_t sample : 4; /**< When to sample read data member in struct:cvmx_smix_clk::cvmx_smix_clk_s
238 uint64_t sample : 4;
252 uint64_t sample_hi : 5; /**< When to sample read data (extended bits) */
258 of MDC. This is edge2. Octeon can sample the
260 0=[SAMPLE_HI,SAMPLE] specify the sample tim
267 uint64_t sample : 4; /**< When to sample read data member in struct:cvmx_smix_clk::cvmx_smix_clk_cn30xx
[all...]
/freebsd-10-stable/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...]
/freebsd-10-stable/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-10-stable/usr.bin/gprof/
H A Dgprof.c312 printf( "[openpfile] sample rate %ld\n" , hz );
406 intmax_t sample; local
411 errx(0, "no room for %d sample pc's", nsamples);
414 fread(&sample, histcounter_size, 1, pfile);
419 samples[i] += *(int8_t *)&sample;
422 samples[i] += *(u_int8_t *)&sample;
425 samples[i] += *(int16_t *)&sample;
428 samples[i] += *(u_int16_t *)&sample;
431 samples[i] += *(int32_t *)&sample;
434 samples[i] += *(u_int32_t *)&sample;
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/etc/mail/
H A DMakefile142 .if (exists(${_f}.sample) && !exists(${_f}))
143 ${_f}: ${_f}.sample
/freebsd-10-stable/contrib/ntp/scripts/monitoring/
H A Dlr.pl32 ;# sample(x, y, tag); enter sample
55 sub sample($$) subroutine
/freebsd-10-stable/sys/modules/ath/
H A DMakefile32 ATH_RATE?= sample # tx rate control algorithm
137 .if ${ATH_RATE} == "sample"
138 .PATH: ${SRCTOP}/sys/dev/ath/ath_rate/sample
139 SRCS+= sample.c
/freebsd-10-stable/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 127 milliseconds

123