Home
last modified time | relevance | path

Searched defs:samples (Results 1 – 25 of 96) sorted by relevance

1234

/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c207 static inline void store_samples(u64 *samples, u64 stime, u64 utime, u64 rtime) in store_samples()
214 static void task_sample_cputime(struct task_struct *p, u64 *samples) in task_sample_cputime()
223 u64 *samples) in proc_sample_cputime_atomic()
267 void thread_group_sample_cputime(struct task_struct *tsk, u64 *samples) in thread_group_sample_cputime()
289 static void thread_group_start_cputime(struct task_struct *tsk, u64 *samples) in thread_group_start_cputime()
318 static void __thread_group_cputime(struct task_struct *tsk, u64 *samples) in __thread_group_cputime()
336 u64 samples[CPUCLOCK_MAX]; in cpu_clock_sample_group() local
792 static void collect_posix_cputimers(struct posix_cputimers *pct, u64 *samples, in collect_posix_cputimers()
835 u64 samples[CPUCLOCK_MAX]; in check_thread_timers() local
913 u64 samples[CPUCLOCK_MAX]; in check_process_timers() local
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c23 unsigned long long timing(clockid_t clk_id, unsigned long long samples) in timing()
52 unsigned long long i, samples, step = 9973; in calibrate() local
142 unsigned long long samples, calc; in main() local
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects_i.c155 char const * lsx_parsesamples(sox_rate_t rate, const char *str0, uint64_t *samples, int def) in lsx_parsesamples()
161 static char const * parsesamples(sox_rate_t rate, const char *str0, uint64_t *samples, int def, int… in parsesamples()
338 char const * lsx_parseposition(sox_rate_t rate, const char *str0, uint64_t *samples, uint64_t lates… in lsx_parseposition()
H A Dfade.c50 uint64_t samples; in sox_fade_getopts() local
121 uint64_t samples; in sox_fade_start() local
H A Dexample5.c47 sox_sample_t samples[MAX_SAMPLES]; /* Temporary store whilst copying. */ in main() local
H A Dexample4.c50 sox_sample_t samples[MAX_SAMPLES]; /* Temporary store whilst copying. */ in main() local
H A Dsphere.c147 uint64_t samples = (ft->olength ? ft->olength : ft->signal.length) / ft->signal.channels; in write_header() local
H A Dtempo.c135 static float * tempo_input(tempo_t * t, float const * samples, size_t n) in tempo_input()
141 static float const * tempo_output(tempo_t * t, float * samples, size_t * n) in tempo_output()
H A Dlpc10.c28 unsigned samples; member
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-dsp.c139 int samples = 5; in noise_magnitude() local
240 s16 *samples; in read_rds_samples() local
274 s16 *samples; in cx88_dsp_detect_stereo_sap() local
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_misc.c385 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) in snd_pcm_format_size()
420 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *data, unsigned int samples) in snd_pcm_format_set_silence()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dfreq-step.c111 static void regress(struct sample *samples, int n, double *intercept, in regress()
148 struct sample samples[SAMPLES]; in run_test() local
/OK3568_Linux_fs/kernel/sound/soc/sh/
H A Dfsi.c448 static int fsi_sample2frame(struct fsi_priv *fsi, int samples) in fsi_sample2frame()
1067 static void fsi_pio_push16(struct fsi_priv *fsi, u8 *_buf, int samples) in fsi_pio_push16()
1090 static void fsi_pio_pop16(struct fsi_priv *fsi, u8 *_buf, int samples) in fsi_pio_pop16()
1099 static void fsi_pio_push32(struct fsi_priv *fsi, u8 *_buf, int samples) in fsi_pio_push32()
1108 static void fsi_pio_pop32(struct fsi_priv *fsi, u8 *_buf, int samples) in fsi_pio_pop32()
1126 void (*run16)(struct fsi_priv *fsi, u8 *buf, int samples), in fsi_pio_transfer()
1157 int samples; in fsi_pio_pop() local
1174 int samples; in fsi_pio_push() local
/OK3568_Linux_fs/kernel/drivers/media/common/siano/
H A Dsmsir.c26 const s32 *samples = (const void *)buf; in sms_ir_event() local
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_bell.c48 static short samples[BELL_SAMPLES]; in xf86OSRingBell() local
/OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/
H A Dcobalt-alsa-pcm.c99 size_t samples) in cobalt_alsa_announce_pcm_data()
299 size_t samples) in cobalt_alsa_pb_pcm_data()
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Dclock.c134 mISDN_clock_update(struct mISDNclock *iclock, int samples, ktime_t *timestamp) in mISDN_clock_update()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dfsl-imx25-tcq.c238 unsigned int samples) in mx25_tcq_create_event_for_4wire()
312 unsigned int samples; in mx25_tcq_irq_thread() local
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c20 static u32 *samples; variable
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_plugin.c667 size_t samples, snd_pcm_format_t format) in snd_pcm_area_silence()
714 size_t samples, snd_pcm_format_t format) in snd_pcm_area_copy()
/OK3568_Linux_fs/kernel/include/linux/iio/common/
H A Dcros_ec_sensors_core.h80 u8 samples[CROS_EC_SAMPLE_SIZE] __aligned(8); member
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dcapabilities.c378 GLint accelerated = 0, flags = 0, aux = 0, samplebufs = 0, samples = 0; in handleRendererDescriptions() local
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtlv320dac33.c42 #define SAMPLES_TO_US(rate, samples) \ argument
48 #define UTHR_FROM_PERIOD_SIZE(samples, playrate, burstrate) \ argument
1144 int samples_out, samples_in, samples; in dac33_dai_delay() local
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dhists_link.c129 static int find_sample(struct sample *samples, size_t nr_samples, in find_sample()
/OK3568_Linux_fs/kernel/drivers/iio/buffer/
H A Dkfifo_buf.c123 size_t samples; in iio_kfifo_buf_data_available() local

1234