| /openbsd-src/sys/arch/armv7/marvell/ |
| H A D | mvortc.c | 127 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-src/sys/dev/pci/drm/amd/display/dc/dce/ |
| H A D | dce_audio.c | 129 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() 180 samples *= crtc_info->v_active; in check_audio_bandwidth_hdmi() 182 samples *= crtc_info->refresh_rate; 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() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 990523-1.c | 6 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-src/gnu/usr.bin/perl/hints/ |
| H A D | os390.sh | 265 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-src/usr.bin/gprof/ |
| H A D | gprof.c | 52 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 D | gprof.h | 184 extern UNIT *samples;
|
| /openbsd-src/usr.sbin/ntpd/ |
| H A D | ntp.c | 181 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 D | ntpd.h | 225 int samples; member
|
| /openbsd-src/etc/ |
| H A D | fbtab.tail | 1 # samples
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | mlssa | 8 >10 lelong x %d samples
|
| H A D | audio | 326 >>>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-src/gnu/llvm/clang/utils/perf-training/ |
| H A D | CMakeLists.txt | 2 "The path to a lit testsuite containing samples for PGO and order file generation"
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_wpivar.h | 109 struct wpi_power_sample samples[WPI_SAMPLES_COUNT]; member
|
| H A D | if_wpi.c | 968 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 D | if_iwn.c | 1534 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() 4195 chans[1].num, chans[1].samples[c][1].power, 1); in iwn4965_set_txpower() [all …]
|
| H A D | if_wpireg.h | 669 struct wpi_eeprom_sample samples[5]; member
|
| /openbsd-src/sys/dev/wscons/ |
| H A D | wsmouseinput.h | 124 int samples; member
|
| H A D | wstpad.c | 1328 int samples; in wstpad_track_interval() local 1341 samples = ++input->intv.samples; in wstpad_track_interval() 1346 if (samples == 8) { in wstpad_track_interval() 1349 } else if (samples == 128) { in wstpad_track_interval() 1352 input->intv.samples = 0; in wstpad_track_interval()
|
| H A D | wsconsio.h | 263 int samplelen; /* number of samples available or 268 } samples[WSMOUSE_CALIBCOORDS_MAX]; /* sample coordinates */ member
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-locstats.rst | 69 cov% samples percentage(~)
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | README | 35 VPN-east.conf file (found in the isakmpd/samples directory).
|
| /openbsd-src/sys/kern/ |
| H A D | subr_prof.c | 297 upp->pr_base = (caddr_t)SCARG(uap, samples); in sys_profil()
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | README | 34 - a description of the problem and any samples of the erroneous output.
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/ |
| H A D | gprof.texi | 292 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 1578 profile says how often samples are taken. The rule of thumb is that a 1583 For @var{n} samples, the @emph{expected} error [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | gprof.texi | 292 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 1590 profile says how often samples are taken. The rule of thumb is that a 1595 For @var{n} samples, the @emph{expected} error [all …]
|