Searched refs:samples (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1621 struct bwn_c32 *samples, uint16_t len) {
1628 BWN_ERRPRINTF(mac->mac_sc, "allocation for samples loading failed\n");
1635 data[i] = (samples[i].i & 0x3FF << 10);
1636 data[i] |= samples[i].q & 0x3FF;
1652 struct bwn_c32 *samples; local
1669 samples = malloc(len * sizeof(struct bwn_c32), M_DEVBUF, M_NOWAIT | M_ZERO);
1670 if (!samples) {
1671 BWN_ERRPRINTF(mac->mac_sc, "allocation for samples generation failed\n");
1678 samples[i] = bwn_cordic(angle);
1680 samples[
1620 bwn_nphy_load_samples(struct bwn_mac *mac, struct bwn_c32 *samples, uint16_t len) argument
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c1465 OS_MEMCPY(&cs->samples[cs->cur_sample], hs, sizeof(*hs));
1466 cs->samples[cs->cur_sample].seq_num = cs->cur_seq;
H A Dah.h910 * The AR5212 ANI routines fill these samples. The ANI code then uses it
933 HAL_SURVEY_SAMPLE samples[CHANNEL_SURVEY_SAMPLE_COUNT]; member in struct:__anon9160
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1552 /* Retrieve temperature at which the samples were taken. */
1560 group->samples[i].index = rgroup.samples[i].index;
1561 group->samples[i].power = rgroup.samples[i].power;
1565 group->samples[i].index, group->samples[i].power);
3741 /* Retrieve TX power index into gain tables from samples. */
3742 for (sample = group->samples; sample < &group->samples[
[all...]
H A Dif_wpireg.h874 struct wpi_eeprom_sample samples[5]; member in struct:wpi_eeprom_group
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c2237 /* Read samples for each TX power group. */
2241 /* Read voltage at which samples were taken. */
2248 /* Print samples. */
2273 chans[0].samples[c][j].temp,
2274 chans[0].samples[c][j].gain,
2275 chans[0].samples[c][j].power,
2276 chans[0].samples[c][j].pa_det);
2284 chans[1].samples[c][j].temp,
2285 chans[1].samples[c][j].gain,
2286 chans[1].samples[
[all...]
H A Dif_iwnreg.h1911 } samples[2][IWN_NSAMPLES]; member in struct:iwn4965_eeprom_chan_samples
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c571 * number of bits for the given data rate. The samples are
584 bits = div64((uint64_t)pf->samples[index] * s->link.bandwidth, 1000);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h255 #define __sanitizer_syscall_pre_profil(samples, size, offset, scale) \
256 __sanitizer_syscall_pre_impl_profil((long long)(samples), (long long)(size), \
258 #define __sanitizer_syscall_post_profil(res, samples, size, offset, scale) \
259 __sanitizer_syscall_post_impl_profil(res, (long long)(samples), \
2929 void __sanitizer_syscall_pre_impl_profil(long long samples, long long size,
2931 void __sanitizer_syscall_post_impl_profil(long long res, long long samples,
/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c1906 * interruption. (I.e., record unplayed samples with intent to
1930 * OSSv4 docs: "This ioctl call discards all unplayed samples in the
1932 * before the point where the device is currently reading the samples."
1960 * returns, this driver is about 32K samples behind whereas
1961 * 4Front's is about 8K samples behind. Should determine source
1979 oc->samples = (sndbuf_gettotal(b) + tmp) / sndbuf_getalign(b);
1982 oc->samples = sndbuf_gettotal(bs) / sndbuf_getalign(bs);
3096 * operates with 44100Hz/16bit/signed samples).
/freebsd-11-stable/sys/sys/
H A Dsoundcard.h411 * more than one samples for an instrument number at the same time. The
679 * SEQ_FULLSIZE events are used for loading patches/samples to the
1662 long long samples; member in struct:__anon13415
H A Dsysproto.h192 char samples_l_[PADL_(caddr_t)]; caddr_t samples; char samples_r_[PADR_(caddr_t)]; member in struct:profil_args
/freebsd-11-stable/sys/kern/
H A Dsystrace_args.c301 uarg[0] = (intptr_t) p->samples; /* caddr_t */
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c304 uarg[0] = (intptr_t) p->samples; /* caddr_t */
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dconfigure1472 --disable-samples, skip building of sample programs
5099 # Check whether --enable-samples was given.

Completed in 402 milliseconds

12