Home
last modified time | relevance | path

Searched refs:samples (Results 1 – 25 of 67) sorted by relevance

123

/openbsd/sys/arch/armv7/marvell/
H A Dmvortc.c127 uint32_t samples[100]; in mvortc_read() local
131 memset(samples, 0, sizeof(samples)); in mvortc_read()
134 for (i = 0; i < nitems(samples); i++) { in mvortc_read()
138 if (samples[j] == sample) in mvortc_read()
145 samples[last] = sample; in mvortc_read()
160 return samples[j]; in mvortc_read()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_audio.c129 uint32_t samples; in check_audio_bandwidth_hdmi() local
175 samples = h_blank * 10; in check_audio_bandwidth_hdmi()
179 samples /= 32; in check_audio_bandwidth_hdmi()
184 samples /= 10; in check_audio_bandwidth_hdmi()
195 samples *= 4; in check_audio_bandwidth_hdmi()
198 samples *= 5; in check_audio_bandwidth_hdmi()
201 samples *= 6; in check_audio_bandwidth_hdmi()
204 samples *= 4; in check_audio_bandwidth_hdmi()
208 samples /= 4; in check_audio_bandwidth_hdmi()
211 if (samples < 88200) in check_audio_bandwidth_hdmi()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990523-1.c6 short *samples = (short *) (out+*pnt); in synth_1to1() local
15 for (j=15;j;j--,b0-=0x20,window-=0x10,samples+=step) in synth_1to1()
27 if( ( sum ) > 32767.0) *( samples ) = 0x7fff; ( clip )++; ; in synth_1to1()
/openbsd/gnu/usr.bin/perl/hints/
H A Dos390.sh265 if test -e /samples/yyparse.c ; then
268 There does appear to be a template file in /samples though.
271 cp /samples/yyparse.c /etc
279 There does not appear to be one in /samples either.
/openbsd/usr.bin/gprof/
H A Dgprof.c52 UNIT *samples; variable
370 if (fwrite(samples, sizeof (UNIT), nsamples, sfile) != nsamples) in dumpsum()
414 if (samples == 0) { in readsamples()
415 samples = calloc(sampbytes, sizeof (UNIT)); in readsamples()
416 if (samples == 0) in readsamples()
423 samples[i] += sample; in readsamples()
477 ccnt = samples[i]; in asgnsamples()
H A Dgprof.h184 extern UNIT *samples;
/openbsd/usr.sbin/ntpd/
H A Dntp.c181 conf->freq.samples = 0; in ntp_main()
711 conf->freq.samples = 0; in priv_adjfreq()
715 conf->freq.samples++; in priv_adjfreq()
717 if (conf->freq.samples <= 0) in priv_adjfreq()
729 if (conf->freq.samples % FREQUENCY_SAMPLES != 0) in priv_adjfreq()
733 (conf->freq.xy - conf->freq.x * conf->freq.y / conf->freq.samples) in priv_adjfreq()
735 (conf->freq.xx - conf->freq.x * conf->freq.x / conf->freq.samples); in priv_adjfreq()
748 conf->freq.samples = 0; in priv_adjfreq()
H A Dntpd.h225 int samples; member
/openbsd/etc/
H A Dfbtab.tail1 # samples
/openbsd/usr.bin/file/magdir/
H A Dmlssa8 >10 lelong x %d samples
H A Daudio326 >>>2601 byte&0xf >0 \b, >4G samples
353 # samples in Impulse Tracker's native format.
362 >30 byte !0 %d samples
483 >>21 byte&0xf >0 \b, >4G samples
485 >>>22 belong >0 \b, %u samples
/openbsd/gnu/llvm/clang/utils/perf-training/
H A DCMakeLists.txt2 "The path to a lit testsuite containing samples for PGO and order file generation"
/openbsd/sys/dev/pci/
H A Dif_wpivar.h109 struct wpi_power_sample samples[WPI_SAMPLES_COUNT]; member
H A Dif_wpi.c968 group->samples[i].index = rgroup.samples[i].index; in wpi_read_eeprom_group()
969 group->samples[i].power = rgroup.samples[i].power; in wpi_read_eeprom_group()
972 group->samples[i].index, group->samples[i].power)); in wpi_read_eeprom_group()
2316 for (sample = group->samples; sample < &group->samples[3]; sample++) in wpi_get_power_index()
H A Dif_iwn.c1534 chans[0].samples[c][j].temp, in iwn4965_print_power_group()
1535 chans[0].samples[c][j].gain, in iwn4965_print_power_group()
1536 chans[0].samples[c][j].power, in iwn4965_print_power_group()
1537 chans[0].samples[c][j].pa_det); in iwn4965_print_power_group()
1545 chans[1].samples[c][j].temp, in iwn4965_print_power_group()
1546 chans[1].samples[c][j].gain, in iwn4965_print_power_group()
1547 chans[1].samples[c][j].power, in iwn4965_print_power_group()
1548 chans[1].samples[c][j].pa_det); in iwn4965_print_power_group()
4194 chans[0].num, chans[0].samples[c][1].power, in iwn4965_set_txpower()
4197 chans[0].num, chans[0].samples[c][1].gain, in iwn4965_set_txpower()
[all …]
H A Dif_wpireg.h669 struct wpi_eeprom_sample samples[5]; member
/openbsd/sys/dev/wscons/
H A Dwsmouseinput.h124 int samples; member
H A Dwstpad.c1321 * conditions are checked in order to ensure that only valid samples enter
1332 int samples; in wstpad_track_interval()
1345 samples = ++input->intv.samples; in wstpad_track_interval()
1350 if (samples == 8) { in wstpad_track_interval()
1353 } else if (samples == 128) { in wstpad_track_interval()
1356 input->intv.samples = 0; in wstpad_track_interval()
1328 int samples; wstpad_track_interval() local
H A Dwsconsio.h268 } samples[WSMOUSE_CALIBCOORDS_MAX]; /* sample coordinates */ member
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-locstats.rst69 cov% samples percentage(~)
/openbsd/sbin/isakmpd/
H A DREADME35 VPN-east.conf file (found in the isakmpd/samples directory).
/openbsd/sys/kern/
H A Dsubr_prof.c297 upp->pr_base = (caddr_t)SCARG(uap, samples); in sys_profil()
/openbsd/gnu/usr.bin/texinfo/
H A DREADME34 - a description of the problem and any samples of the erroneous output.
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dgprof.texi292 graph data you will still be able to see the time samples:
937 each sample counted for 0.01 seconds, this means only six samples
938 were taken during the run. Two of the samples occurred while the
940 @samp{self seconds} field. Each of the other four samples
943 Since only six samples were taken, none of these values can
952 in the histogram samples at all. However, the call graph
956 but the paucity of histogram samples prevents any
1388 samples are assigned not to functions, but to individual
1583 For @var{n} samples, the @emph{expected} error
1586 @var{n} is 100 samples (1 second/0.01 seconds), sqrt(@var{n}) is 10 samples, so
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dgprof.texi292 graph data you will still be able to see the time samples:
949 each sample counted for 0.01 seconds, this means only six samples
950 were taken during the run. Two of the samples occurred while the
952 @samp{self seconds} field. Each of the other four samples
955 Since only six samples were taken, none of these values can
964 in the histogram samples at all. However, the call graph
968 but the paucity of histogram samples prevents any
1400 samples are assigned not to functions, but to individual
1595 For @var{n} samples, the @emph{expected} error
1598 @var{n} is 100 samples (1 second/0.01 seconds), sqrt(@var{n}) is 10 samples, so
[all …]

123