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

12

/freebsd-11-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-11-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-11-stable/usr.sbin/lpr/filters.ru/
H A DMakefile5 FILES= bjc-240.sh.sample
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.am23 amd.conf-sample \
24 lostaltmail.conf-sample
45 amd.conf-sample \
46 lostaltmail.conf-sample \
/freebsd-11-stable/share/examples/smbfs/print/
H A DMakefile5 FILES= lj6l ljspool printcap.sample tolj
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { function in class:llvm::ReservoirSampler
55 sample(I, 1);
60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { function in class:llvm::ReservoirSampler
77 RS.sample(Items);
85 RS.sample(Item, Weight);
/freebsd-11-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-11-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-11-stable/share/examples/ipfilter/
H A DMakefile6 # dist sample files
16 # ftp://ftp.OpenBSD.org/pub/OpenBSD/src/share/ipf/ sample files.
19 ipf.conf.sample ipnat.conf.sample
24 # http://coombs.anu.edu.au/~avalon/ sample files
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp35 RS.sample(nullptr, /*Weight=*/1);
45 RS.sample(Pred.generate(Srcs, KnownTypes));
59 // Only sample this load if it really matches the descriptor
61 RS.sample(NewLoad, RS.totalWeight());
106 RS.sample(&U, 1);
109 RS.sample(nullptr, /*Weight=*/1);
H A DIRMutator.cpp42 RS.sample(&F, /*Weight=*/1);
63 RS.sample(Strategy.get(),
161 RS.sample(&Inst, /*Weight=*/1);
191 RS.sample(&*I, /*Weight=*/1);
195 RS.sample(IB.newSource(*BB, InstsBefore, {}, Pred), /*Weight=*/1);
/freebsd-11-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-11-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-11-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-11-stable/usr.bin/gprof/
H A Dgprof.c313 printf( "[openpfile] sample rate %ld\n" , hz );
407 intmax_t sample; local
412 errx(0, "no room for %d sample pc's", nsamples);
415 fread(&sample, histcounter_size, 1, pfile);
420 samples[i] += *(int8_t *)&sample;
423 samples[i] += *(u_int8_t *)&sample;
426 samples[i] += *(int16_t *)&sample;
429 samples[i] += *(u_int16_t *)&sample;
432 samples[i] += *(int32_t *)&sample;
435 samples[i] += *(u_int32_t *)&sample;
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp78 void statistic::addSample(double sample) { argument
79 sample -= offset;
80 KMP_DEBUG_ASSERT(std::isfinite(sample));
82 double delta = sample - meanVal;
86 m2 = m2 + delta * (sample - meanVal);
88 minVal = std::min(minVal, sample);
89 maxVal = std::max(maxVal, sample);
91 hist.addSample(sample);
177 // Which bin does this sample belong in ?
178 uint32_t logHistogram::findBin(double sample) { argument
193 addSample(double sample) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dentropy.c151 isc_entropysamplesource_t sample; member in union:isc_entropysource::__anon4819
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-11-stable/etc/mail/
H A DMakefile142 .if (exists(${_f}.sample) && !exists(${_f}))
143 ${_f}: ${_f}.sample
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dlr.pl32 ;# sample(x, y, tag); enter sample
55 sub sample($$) subroutine
/freebsd-11-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-11-stable/sys/dev/ow/
H A Dowc_gpiobus.c263 * |<tLOWR>< sample > |
274 int error, sample; local
297 GETPIN(sc, &sample);
298 } while (sbttous(now - then) < t->t_rdv + 2 && sample == 0);
/freebsd-11-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 howmany(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 309 milliseconds

12