Searched refs:in_stop (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fade.c | 27 uint64_t in_start, in_stop, out_start, out_stop, samplesdone; member 82 fade->in_stop = samples; in sox_fade_getopts() 131 fade->in_stop = samples; in sox_fade_start() 169 fade->out_start = fade->out_stop - fade->in_stop; in sox_fade_start() 178 if (fade->in_stop > fade->out_start) in sox_fade_start() 179 --fade->in_stop; /* 1 sample grace for rounding error. */ in sox_fade_start() 180 if (fade->in_stop > fade->out_start) { in sox_fade_start() 191 fade->in_start, fade->in_stop, fade->out_start, fade->out_stop); in sox_fade_start() 193 if (fade->in_start == fade->in_stop && !truncate && in sox_fade_start() 229 if (fade->samplesdone < fade->in_stop) in sox_fade_flow() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | task_iter.c | 90 bool in_stop) in DEFINE_BPF_ITER_FUNC() 97 prog = bpf_iter_get_info(&meta, in_stop); in DEFINE_BPF_ITER_FUNC() 247 bool in_stop) in DEFINE_BPF_ITER_FUNC() 255 prog = bpf_iter_get_info(&meta, in_stop); in DEFINE_BPF_ITER_FUNC()
|
| H A D | prog_iter.c | 44 static int __bpf_prog_seq_show(struct seq_file *seq, void *v, bool in_stop) in DEFINE_BPF_ITER_FUNC() 54 prog = bpf_iter_get_info(&meta, in_stop); in DEFINE_BPF_ITER_FUNC()
|
| H A D | map_iter.c | 44 static int __bpf_map_seq_show(struct seq_file *seq, void *v, bool in_stop) in DEFINE_BPF_ITER_FUNC() 54 prog = bpf_iter_get_info(&meta, in_stop); in DEFINE_BPF_ITER_FUNC()
|
| H A D | bpf_iter.c | 623 struct bpf_prog *bpf_iter_get_info(struct bpf_iter_meta *meta, bool in_stop) in bpf_iter_get_info() argument 637 if (in_stop && iter_priv->done_stop) in bpf_iter_get_info()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 1378 struct bpf_prog *bpf_iter_get_info(struct bpf_iter_meta *meta, bool in_stop);
|