| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | splice.c | 34 sox_sample_t const * f2, uint64_t overlap, uint64_t search, size_t channels) in best_overlap_position() argument 37 double diff, least_diff = difference(f2, f1, (size_t) (channels * overlap)); in best_overlap_position() 40 diff = difference(f2 + channels * i, f1, (size_t) (channels * overlap)); in best_overlap_position() 53 uint64_t overlap; /* Number of samples to overlap */ member 67 sox_sample_t * in2, sox_sample_t * output, uint64_t overlap, size_t channels) in splice() argument 73 double fade_step = M_PI_2 / overlap; in splice() 74 for (i = 0; i < overlap; ++i) { in splice() 84 double fade_step = M_PI / overlap; in splice() 85 for (i = 0; i < overlap; ++i) { in splice() 95 double fade_step = 1. / overlap; in splice() [all …]
|
| H A D | tempo.c | 31 size_t overlap; /* In wide samples */ member 65 float diff, least_diff = difference(new_win + t->channels * i, f, t->channels * t->overlap); in tempo_best_overlap_position() 73 diff = difference(new_win + t->channels * i, f, t->channels * t->overlap); in tempo_best_overlap_position() 80 diff = difference(new_win + t->channels * i, f, t->channels * t->overlap); in tempo_best_overlap_position() 91 float fade_step = 1.0f / (float) t->overlap; in tempo_overlap() 93 for (i = 0; i < t->overlap; ++i) { in tempo_overlap() 109 …fifo_write(&t->output_fifo, t->overlap, (float *) fifo_read_ptr(&t->input_fifo) + t->channels * of… in tempo_process() 114 fifo_write(&t->output_fifo, t->overlap, NULL)); in tempo_process() 117 fifo_write(&t->output_fifo, t->segment - 2 * t->overlap, in tempo_process() 119 t->channels * (offset + t->overlap)); in tempo_process() [all …]
|
| H A D | stretch.c | 51 size_t overlap; /* fading size */ member 157 p->overlap = (int)(p->fading * p->segment); in start() 158 p->fade_coefs = lsx_malloc(p->overlap * sizeof(double)); in start() 167 if (p->overlap>1) { in start() 168 double slope = 1.0 / (p->overlap - 1); in start() 170 for (i = 1; i < p->overlap - 1; i++) in start() 171 p->fade_coefs[i] = slope * (p->overlap - i - 1); in start() 172 p->fade_coefs[p->overlap - 1] = 0.0; in start() 173 } else if (p->overlap == 1) in start() 181 p->segment, p->index, p->ishift, p->oindex, p->oshift, p->overlap); in start() [all …]
|
| H A D | dft_filter.c | 54 int const overlap = f->num_taps - 1; in filter() local 59 fifo_read(&p->input_fifo, f->dft_length - overlap, NULL); in filter() 60 num_in -= f->dft_length - overlap; in filter() 63 fifo_trim_by(&p->output_fifo, overlap); in filter()
|
| H A D | rate.c | 150 int const overlap = f->num_taps - 1; in dft_stage_fn() local 153 div_t divd = div(f->dft_length - overlap - p->remL + p->L - 1, p->L); in dft_stage_fn() 194 for (j = 0, i = p->remM; i < f->dft_length - overlap; ++j, in dft_stage_fn() 197 p->remM = i - (f->dft_length - overlap); in dft_stage_fn() 200 else fifo_trim_by(output_fifo, overlap); in dft_stage_fn() 211 fifo_trim_by(output_fifo, (((1 << m) - 1) * f->dft_length + overlap) >>m); in dft_stage_fn()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 437 struct mem_vector *overlap) in mem_avoid_overlap() argument 447 *overlap = mem_avoid[i]; in mem_avoid_overlap() 448 earliest = overlap->start; in mem_avoid_overlap() 462 *overlap = avoid; in mem_avoid_overlap() 463 earliest = overlap->start; in mem_avoid_overlap() 473 *overlap = avoid; in mem_avoid_overlap() 474 earliest = overlap->start; in mem_avoid_overlap() 588 struct mem_vector region, overlap; in __process_mem_region() local 612 if (!mem_avoid_overlap(®ion, &overlap)) { in __process_mem_region() 618 if (overlap.start >= region.start + image_size) { in __process_mem_region() [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mivaltree.c | 207 Bool overlap; in miComputeClips() local 412 RegionValidate(&childUnion, &overlap); in miComputeClips() 436 if (overlap && !TreatAsTransparent(pChild)) in miComputeClips() 440 if (!overlap) in miComputeClips() 566 Bool overlap; in miValidateTree() local 632 RegionValidate(&totalClip, &overlap); in miValidateTree() 642 overlap = TRUE; in miValidateTree() 671 RegionValidate(&childUnion, &overlap); in miValidateTree() 672 if (overlap) in miValidateTree() 682 if (overlap && !TreatAsTransparent(pWin)) { in miValidateTree() [all …]
|
| H A D | mizerarc.c | 104 int i, overlap; in miZeroArcSetup() local 248 overlap = arc->angle2 && (endAngle <= startAngle); in miZeroArcSetup() 250 if (overlap ? in miZeroArcSetup() 259 overlap = overlap && (endseg == startseg); in miZeroArcSetup() 260 if (start.x != end.x || start.y != end.y || !overlap) { in miZeroArcSetup() 262 if (!overlap) in miZeroArcSetup() 271 !overlap) in miZeroArcSetup() 278 !overlap) in miZeroArcSetup() 282 if (!overlap) in miZeroArcSetup()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_set_rbtree.c | 221 bool overlap = false, dup_end_left = false, dup_end_right = false; in __nft_rbtree_insert() local 296 overlap = false; in __nft_rbtree_insert() 301 overlap = nft_rbtree_interval_end(rbe) && in __nft_rbtree_insert() 306 if (overlap) { in __nft_rbtree_insert() 318 overlap = nft_rbtree_interval_end(rbe) && in __nft_rbtree_insert() 323 if (overlap) { in __nft_rbtree_insert() 329 overlap = nft_rbtree_interval_end(rbe); in __nft_rbtree_insert() 338 overlap = false; in __nft_rbtree_insert() 345 overlap = false; in __nft_rbtree_insert() 351 overlap = false; in __nft_rbtree_insert() [all …]
|
| H A D | nf_sockopt.c | 19 static inline int overlap(int min1, int max1, int min2, int max2) in overlap() function 33 && (overlap(ops->set_optmin, ops->set_optmax, in nf_register_sockopt() 35 || overlap(ops->get_optmin, ops->get_optmax, in nf_register_sockopt()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_pipeline_state.c | 601 st->overlap = dflow->overlap; in komeda_splitter_validate() 952 u32 l_out, r_out, overlap; in komeda_split_data_flow() local 961 overlap = 0; in komeda_split_data_flow() 963 overlap += scaler->scaling_split_overlap; in komeda_split_data_flow() 968 dflow->overlap = overlap; in komeda_split_data_flow() 971 overlap += scaler->enh_split_overlap; in komeda_split_data_flow() 973 l_dflow->overlap = overlap; in komeda_split_data_flow() 974 r_dflow->overlap = overlap; in komeda_split_data_flow() 983 l_dflow->in_h = ALIGN(dflow->in_h, 2) / 2 + l_dflow->overlap; in komeda_split_data_flow() 987 l_dflow->in_h = ALIGN(dflow->in_h, 2) / 2 + l_dflow->overlap; in komeda_split_data_flow() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | debug.c | 465 int overlap = 0, i; in active_cacheline_read_overlap() local 469 overlap |= 1 << i; in active_cacheline_read_overlap() 470 return overlap; in active_cacheline_read_overlap() 473 static int active_cacheline_set_overlap(phys_addr_t cln, int overlap) in active_cacheline_set_overlap() argument 477 if (overlap > ACTIVE_CACHELINE_MAX_OVERLAP || overlap < 0) in active_cacheline_set_overlap() 478 return overlap; in active_cacheline_set_overlap() 481 if (overlap & 1 << i) in active_cacheline_set_overlap() 486 return overlap; in active_cacheline_set_overlap() 491 int overlap = active_cacheline_read_overlap(cln); in active_cacheline_inc_overlap() local 493 overlap = active_cacheline_set_overlap(cln, ++overlap); in active_cacheline_inc_overlap() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ide-tape.rst | 50 1. Support for the ATAPI overlap protocol. 53 overlap method which enables ide.c to service requests from the 55 DSC overlap method involves polling the tape's status register 61 implement the ATAPI overlap protocol, which is used for the 65 ATAPI overlap is likely to be supported in most new ATAPI
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.c | 115 u8 overlap; in mlx5e_ipsec_update_esn_state() local 126 overlap = sa_entry->esn_state.overlap; in mlx5e_ipsec_update_esn_state() 132 if (unlikely(overlap && seq_bottom < MLX5E_IPSEC_ESN_SCOPE_MID)) { in mlx5e_ipsec_update_esn_state() 133 sa_entry->esn_state.overlap = 0; in mlx5e_ipsec_update_esn_state() 135 } else if (unlikely(!overlap && in mlx5e_ipsec_update_esn_state() 137 sa_entry->esn_state.overlap = 1; in mlx5e_ipsec_update_esn_state() 179 if (sa_entry->esn_state.overlap) in mlx5e_ipsec_build_accel_xfrm_attrs()
|
| H A D | ipsec.h | 97 u8 overlap: 1; member
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/simplediff/ |
| H A D | __init__.py | 76 overlap = dict() 92 _overlap[iold] = (iold and overlap.get(iold - 1, 0)) + 1 99 overlap = _overlap
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0004-Revert-libweston-Check-output-placement.patch | 27 - * pass through indeterminate states where outputs overlap 45 - bool overlap; 50 - overlap = pixman_region32_not_empty(&intersection); 53 - return overlap;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0004-Revert-libweston-Check-output-placement.patch | 27 - * pass through indeterminate states where outputs overlap 45 - bool overlap; 50 - overlap = pixman_region32_not_empty(&intersection); 53 - return overlap;
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_interval.c | 115 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local 130 overlap = here; in drbd_find_overlap() 138 return overlap; in drbd_find_overlap()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessValTree.c | 139 Bool overlap; in RootlessComputeClips() local 334 RegionValidate(&childUnion, &overlap); in RootlessComputeClips() 358 if (overlap) in RootlessComputeClips() 362 if (!overlap) in RootlessComputeClips()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | atmel-classd.txt | 31 - atmel,non-overlap-time 54 atmel,non-overlap-time = <10>;
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Pixmap.c | 104 Bool overlap; in xnestPixmapToRegion() local 148 RegionValidate(pReg, &overlap); in xnestPixmapToRegion()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxpixmap.c | 209 Bool overlap; in dmxBitmapToRegion() local 258 RegionValidate(pReg, &overlap); in dmxBitmapToRegion()
|
| /OK3568_Linux_fs/buildroot/boot/at91bootstrap/ |
| H A D | at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch | 4 Subject: [PATCH] at91bootstrap: fix overlap linker issue
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | kvm_emulate.h | 198 const unsigned long overlap = BIT(24) | BIT(21); in host_spsr_to_spsr32() local 201 spsr &= ~overlap; in host_spsr_to_spsr32()
|