Searched refs:sample (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-13-stable/sys/contrib/octeon-sdk/
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-13-stable/contrib/ntp/scripts/monitoring/
H A Dlr.pl32 ;# sample(x, y, tag); enter sample
55 sub sample($$) subroutine
H A Dntploopwatch101 $deltaT = 512; # indicate sample data gaps greater than $deltaT seconds
581 $l = ($EndTime-$StartTime) -$[+1 +1; # worst case: 1 sample per second
1110 $lo->sample(($time[$i]-$timebase)/3600,$offs[$i]),$i++
1156 $lf->sample(($time[$i]-$timebase)/3600,$freq[$i]-$minfreq),
1306 $lo->sample(0,1);
1307 $lo->sample(1,1);
1308 $lf->sample(0,2);
1309 $lf->sample(1,2);
1363 ;# if the offset of the first sample used is within
1367 ;# a valid sample fro
[all...]
/freebsd-13-stable/sys/arm/mv/
H A Dmv_thermal.c201 int64_t sample, rv; local
210 sample = sign_extend(reg, fls(STATUS_TEMP_MASK) - 1);
212 sample = reg;
214 *temp = ((sample * sc->config->calib_mul) - sc->config->calib_add) /
/freebsd-13-stable/share/examples/
H A DMakefile239 ppp.conf.sample \
242 ppp.linkdown.sample \
245 ppp.linkup.sample \
248 ppp.secret.sample \
/freebsd-13-stable/etc/
H A DMakefile22 ETCMAIL+=Makefile README access.sample virtusertable.sample \
23 mailertable.sample
/freebsd-13-stable/sys/geom/raid/
H A Dmd_ddf.c567 ddf_meta_create(struct g_raid_disk *disk, struct ddf_meta *sample) argument
580 if (sample->hdr == NULL)
581 sample = NULL;
590 meta->bigendian = sample ? sample->bigendian : mdi->mdio_bigendian;
597 if (sample) {
598 memcpy(meta->hdr, sample->hdr, sizeof(struct ddf_header));
599 if (ss != sample->sectorsize) {
601 howmany(GET32(sample, hdr->WorkSpace_Length) *
602 sample
845 ddf_vol_meta_create(struct ddf_vol_meta *meta, struct ddf_meta *sample) argument
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
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...]
H A Drefclock_wwv.c84 #define WWV_SEC 8000 /* second epoch (sample rate) (Hz) */
86 #define OFFSET 128 /* companded sample offset */
512 l_fp timestamp; /* audio sample timestamp */
513 l_fp tick; /* audio sample increment */
530 int clipcnt; /* sample clipped count */
544 int rphase; /* second sample counter */
545 long mphase; /* minute sample counter */
781 * track the A/D sample clock by dropping or duplicating codec samples.
797 double sample; /* codec sample */ local
[all...]
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c639 uint8_t sample = 0; local
643 sample |= TS_RTO;
645 sample |= TS_DUPACKS;
647 sample |= TS_FASTREXMT;
653 sample |= TS_SND_BACKLOGGED; /* for whatever reason. */
659 sample |= TS_CWND_LIMITED; /* maybe due to CWND */
670 sample |= TS_ECN_ECE;
678 sample |= TS_ECN_CWR;
681 te->te_sample[te->te_pidx] = sample;
/freebsd-13-stable/tools/pkgbase/
H A Dmetalog_reader.lua179 -- sample output:
324 -- sample return:
361 -- sample: "mypackage 2 2048"* if both booleans are true
/freebsd-13-stable/contrib/libevent/
H A DMakefile.am146 include sample/include.am
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Den.h194 #define AVG_PERF_COUNTER(cnt, sample) \
195 ((cnt) = ((cnt) * (AVG_SIZE - 1) + (sample) * AVG_FACTOR) / AVG_SIZE)
203 #define AVG_PERF_COUNTER(cnt, sample) do {} while (0)
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h369 static uint32_t findBin(double sample);
385 void addSample(double sample);
433 void addSample(double sample);
880 * @param value double precision sample value to add to statistics for the timer
/freebsd-13-stable/sys/netgraph/
H A Dng_pptpgre.c834 long sample; local
847 sample = ng_pptpgre_time() - hpriv->timeSent[index];
848 diff = sample - hpriv->rtt;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1046 unsigned sample = CI->getZExtValue(); local
1051 addr = ((sample & __CLK_ADDRESS_MASK) >> __CLK_ADDRESS_BASE);
1074 switch ((sample & __CLK_FILTER_MASK) >> __CLK_FILTER_BASE) {
1087 if (!((sample & __CLK_NORMALIZED_MASK) >> __CLK_NORMALIZED_BASE)) {
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpi.c3744 struct wpi_power_sample *sample; local
3767 for (sample = group->samples; sample < &group->samples[3]; sample++)
3768 if (pwr > sample[1].power)
3771 idx = interpolate(pwr, sample[0].power, sample[0].index,
3772 sample[1].power, sample[1].index, 19);
/freebsd-13-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c82 #include <dev/ath/ath_rate/sample/sample.h>
84 #include <dev/ath/ath_rate/sample/tx_schedules.h>
98 * SampleRate reduces the number of bit-rates it must sample by
413 * Pick a good "random" bit-rate to sample other than the current one.
435 rix = sn->last_sample_rix[size_bin]+1; /* next sample rate */
436 mask = sn->ratemask &~ ((uint64_t) 1<<current_rix);/* don't sample current rate */
446 * The following code stops trying to sample
461 /* if the node is HT and the rate isn't HT, don't bother sample */
475 /* rarely sample bi
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp74 // Hint for common error of forgetting --sample for sample profiles.
75 Hint = "Perhaps you forgot to use the --sample option?";
89 enum ProfileKinds { instr, sample }; enumerator in enum:__anon4856::ProfileKinds
643 clEnumVal(sample, "Sample profile")));
653 "GCC encoding (only meaningful for -sample)")));
1029 << "sample profile in extbinary format and is "
1134 // We intentionally compare the maximum sample count in a function with this
1144 std::vector<std::string> ColumnTitle{"Total sample (%)", "Max sample",
[all...]
/freebsd-13-stable/tools/sched/
H A Dschedgraph.py233 self.sample = Canvas(self, width=24, height=24,
235 self.rect = self.sample.create_rectangle(0, 0, 24, 24,
242 self.sample.grid(row=0, column=1)
250 self.sample.itemconfigure(self.rect, fill=color)
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10k1.c711 u_int32_t sample, i; local
718 sample = v->b16 ? 0x00000000 : 0x80808080;
721 emu_wrptr(sc, v->vnum, EMU_CHAN_CD0 + i, sample);
1256 "sample rate tracker lock status change\n");
H A Demu10kx.c1461 uint32_t sample, i; local
1468 sample = v->b16 ? 0x00000000 : 0x80808080;
1470 emu_wrptr(sc, v->vnum, EMU_CHAN_CD0 + i, sample);
2786 * 1. Set I2S capture sample rate to 96000
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_phy_lp.c2377 bwn_phy_lp_calc_rx_iq_comp(struct bwn_mac *mac, uint16_t sample) argument
2407 ret = bwn_phy_lp_rx_iq_est(mac, sample, 32, &ie);
3578 bwn_phy_lp_rx_iq_est(struct bwn_mac *mac, uint16_t sample, uint8_t time, argument
3584 BWN_PHY_WRITE(mac, BWN_PHY_IQ_NUM_SMPLS_ADDR, sample);
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp6894 using sample = std::vector<double>;
6930 sample resample(URng& rng, int resamples, Iterator first, Iterator last, Estimator& estimator) {
6934 sample out;
6947 sample jackknife(Estimator&& estimator, Iterator first, Iterator last) {
6950 sample results;
6970 Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& resample, Estimator&& estimator) {
6974 // Degenerate case with a single sample
6977 sample jack = jackknife(estimator, first, last);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h14210 * Use the coordinate (cood.xy) and sample to do an
14211 * element lookup in the 2D multi-sample image specified
14214 * Use coord.xy and sample to do an element
14215 * lookup in the 2D multi-sample image layer
14216 * identified by index coord.z in the 2D multi-sample
14335 float4 __purefn __ovld read_imagef(read_only image2d_msaa_t image, int2 coord, int sample);
14336 int4 __purefn __ovld read_imagei(read_only image2d_msaa_t image, int2 coord, int sample);
14337 uint4 __purefn __ovld read_imageui(read_only image2d_msaa_t image, int2 coord, int sample);
14339 float __purefn __ovld read_imagef(read_only image2d_msaa_depth_t image, int2 coord, int sample);
14341 float4 __purefn __ovld read_imagef(read_only image2d_array_msaa_t image, int4 coord, int sample);
[all...]

Completed in 367 milliseconds

123