| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-cpu-timers.c | 207 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 D | seccomp_benchmark.c | 23 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 D | effects_i.c | 155 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 D | fade.c | 50 uint64_t samples; in sox_fade_getopts() local 121 uint64_t samples; in sox_fade_start() local
|
| H A D | example5.c | 47 sox_sample_t samples[MAX_SAMPLES]; /* Temporary store whilst copying. */ in main() local
|
| H A D | example4.c | 50 sox_sample_t samples[MAX_SAMPLES]; /* Temporary store whilst copying. */ in main() local
|
| H A D | sphere.c | 147 uint64_t samples = (ft->olength ? ft->olength : ft->signal.length) / ft->signal.channels; in write_header() local
|
| H A D | tempo.c | 135 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 D | lpc10.c | 28 unsigned samples; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx88/ |
| H A D | cx88-dsp.c | 139 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 D | pcm_misc.c | 385 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 D | freq-step.c | 111 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 D | fsi.c | 448 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 D | smsir.c | 26 const s32 *samples = (const void *)buf; in sms_ir_event() local
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/ |
| H A D | sun_bell.c | 48 static short samples[BELL_SAMPLES]; in xf86OSRingBell() local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/ |
| H A D | cobalt-alsa-pcm.c | 99 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 D | clock.c | 134 mISDN_clock_update(struct mISDNclock *iclock, int samples, ktime_t *timestamp) in mISDN_clock_update()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | fsl-imx25-tcq.c | 238 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 D | spu_profiler.c | 20 static u32 *samples; variable
|
| /OK3568_Linux_fs/kernel/sound/core/oss/ |
| H A D | pcm_plugin.c | 667 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 D | cros_ec_sensors_core.h | 80 u8 samples[CROS_EC_SAMPLE_SIZE] __aligned(8); member
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/GL/ |
| H A D | capabilities.c | 378 GLint accelerated = 0, flags = 0, aux = 0, samplebufs = 0, samples = 0; in handleRendererDescriptions() local
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tlv320dac33.c | 42 #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 D | hists_link.c | 129 static int find_sample(struct sample *samples, size_t nr_samples, in find_sample()
|
| /OK3568_Linux_fs/kernel/drivers/iio/buffer/ |
| H A D | kfifo_buf.c | 123 size_t samples; in iio_kfifo_buf_data_available() local
|