| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | splice.c | 32 /* Find where the two segments are most alike over the overlap period. */ 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() [all …]
|
| H A D | tempo.c | 29 size_t search; /* Wide samples to search for best overlap position */ 31 size_t overlap; /* In wide samples */ member 59 /* Find where the two segments are most alike over the overlap period. */ 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() 106 /* Copy or overlap the first bit to the output */ in tempo_process() 109 …fifo_write(&t->output_fifo, t->overlap, (float *) fifo_read_ptr(&t->input_fifo) + t->channels * of… 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() 176 lsx_debug("start: (factor=%g segment=%g shift=%g overlap=%g)\nstate=%d\n" in start() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | ceph_features.h | 104 DEFINE_CEPH_FEATURE(21, 2, RESEND_ON_SPLIT) // overlap 105 DEFINE_CEPH_FEATURE(21, 2, RADOS_BACKOFF) // overlap 106 DEFINE_CEPH_FEATURE(21, 2, OSDMAP_PG_UPMAP) // overlap 107 DEFINE_CEPH_FEATURE(21, 2, CRUSH_CHOOSE_ARGS) // overlap 131 DEFINE_CEPH_FEATURE(38, 1, OSD_OSD_TMAP2OMAP) // overlap 135 DEFINE_CEPH_FEATURE(41, 1, OSD_PRIMARY_AFFINITY) // overlap 142 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_REPOP, JEWEL, LUMINOUS) // overlap 143 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_OBJECT_DIGEST, JEWEL, LUMINOUS) // overlap 144 DEFINE_CEPH_FEATURE_RETIRED(46, 1, OSD_TRANSACTION_MAY_LAYOUT, JEWEL, LUMINOUS) // overlap 149 DEFINE_CEPH_FEATURE_RETIRED(49, 1, OSD_PROXY_FEATURES, JEWEL, LUMINOUS) // overlap [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | aes.h | 95 // and |out| pointers may overlap. 100 // and |out| pointers may overlap. 111 // partially overlap. A partial overlap may overwrite input data before it is 121 // |in| equal to |out|, but otherwise the buffers may not partially overlap. A 122 // partial overlap may overwrite input data before it is read. 129 // the buffers may not partially overlap. A partial overlap may overwrite input 138 // but otherwise the buffers may not partially overlap. A partial overlap may 147 // but otherwise the buffers may not partially overlap. A partial overlap may
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | aes.h | 95 // and |out| pointers may overlap. 100 // and |out| pointers may overlap. 111 // partially overlap. A partial overlap may overwrite input data before it is 121 // |in| equal to |out|, but otherwise the buffers may not partially overlap. A 122 // partial overlap may overwrite input data before it is read. 129 // the buffers may not partially overlap. A partial overlap may overwrite input 138 // but otherwise the buffers may not partially overlap. A partial overlap may 147 // but otherwise the buffers may not partially overlap. A partial overlap may
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | aes.h | 95 // and |out| pointers may overlap. 100 // and |out| pointers may overlap. 111 // partially overlap. A partial overlap may overwrite input data before it is 121 // |in| equal to |out|, but otherwise the buffers may not partially overlap. A 122 // partial overlap may overwrite input data before it is read. 129 // the buffers may not partially overlap. A partial overlap may overwrite input 138 // but otherwise the buffers may not partially overlap. A partial overlap may 147 // but otherwise the buffers may not partially overlap. A partial overlap may
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | aes.h | 95 // and |out| pointers may overlap. 100 // and |out| pointers may overlap. 111 // partially overlap. A partial overlap may overwrite input data before it is 121 // |in| equal to |out|, but otherwise the buffers may not partially overlap. A 122 // partial overlap may overwrite input data before it is read. 129 // the buffers may not partially overlap. A partial overlap may overwrite input 138 // but otherwise the buffers may not partially overlap. A partial overlap may 147 // but otherwise the buffers may not partially overlap. A partial overlap may
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | perf-hwbreak.c | 195 printf("TESTED: No overlap\n"); in runtest_dar_outside() 197 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside() 210 printf("TESTED: Partial overlap\n"); in runtest_dar_outside() 212 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside() 225 printf("TESTED: Partial overlap\n"); in runtest_dar_outside() 227 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside() 240 printf("TESTED: No overlap\n"); in runtest_dar_outside() 242 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside() 255 printf("TESTED: Full overlap\n"); in runtest_dar_outside() 257 printf("FAILED: Full overlap: %lld != 2\n", breaks); in runtest_dar_outside()
|
| /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() 920 * pixels (overlap) to both side, after split the left/right will be: 921 * - left: [0, src_length/2 + overlap] 922 * - right: [src_length/2 - overlap, src_length] 923 * The extra overlap do eliminate the edge problem, but which may also generates 935 * \ \<--overlap--->/ 937 * /<---overlap--->\ \ 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() [all …]
|
| /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 250 * tree before we can conclude the new start isn't causing an overlap in __nft_rbtree_insert() 270 * This way, request for insertion of an exact overlap isn't reported as in __nft_rbtree_insert() 275 * we need to report a partial overlap. This is a local condition that in __nft_rbtree_insert() 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() [all …]
|
| H A D | nf_sockopt.c | 18 /* Do exclusive ranges overlap? */ 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() 37 pr_debug("nf_sock overlap: %u-%u/%u-%u v %u-%u/%u-%u\n", in nf_register_sockopt()
|
| /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/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 317 * regions that are unsafe to overlap with during decompression, and other 395 * Avoid the region that is unsafe to overlap during in mem_avoid_init() 433 * Does this memory vector overlap a known avoided area? If so, record the 434 * overlap region with the lowest address. 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() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/ |
| H A D | aarch64-none-linux-gnu-gcov-tool.1 | 158 gcov-tool overlap [overlap\-options] \fIdirectory1\fR \fIdirectory2\fR 291 .IP "\fBoverlap\fR" 4 292 .IX Item "overlap" 293 Compute the overlap score between the two specified profile directories. 294 The overlap score is computed based on the arc profiles. It is defined as 306 Print function level overlap score. 327 Print object level overlap score.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/ |
| H A D | arm-none-linux-gnueabihf-gcov-tool.1 | 158 gcov-tool overlap [overlap\-options] \fIdirectory1\fR \fIdirectory2\fR 291 .IP "\fBoverlap\fR" 4 292 .IX Item "overlap" 293 Compute the overlap score between the two specified profile directories. 294 The overlap score is computed based on the arc profiles. It is defined as 306 Print function level overlap score. 327 Print object level overlap score.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/simplediff/ |
| H A D | __init__.py | 64 # index `inew`. At each iteration, `overlap[i]` is the 68 # At each stage of iteration, the new `overlap` (called 69 # `_overlap` until the original `overlap` is no longer needed) 72 # If the length of overlap exceeds the largest substring 76 overlap = dict() 92 _overlap[iold] = (iold and overlap.get(iold - 1, 0)) + 1 99 overlap = _overlap
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | tegra186-common.h | 43 * should not overlap that area, or the kernel will have to copy itself 45 * data passed to the kernel shouldn't overlap the start of RAM. Pushing 49 * fdt_addr_r simply shouldn't overlap anything else. Choosing 32M allows for 52 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 33M allows
|
| H A D | tegra124-common.h | 40 * should not overlap that area, or the kernel will have to copy itself 42 * data passed to the kernel shouldn't overlap the start of RAM. Pushing 46 * fdt_addr_r simply shouldn't overlap anything else. Choosing 32M allows for 49 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 33M allows
|
| H A D | tegra114-common.h | 38 * should not overlap that area, or the kernel will have to copy itself 40 * data passed to the kernel shouldn't overlap the start of RAM. Pushing 44 * fdt_addr_r simply shouldn't overlap anything else. Choosing 32M allows for 47 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 33M allows
|
| H A D | tegra30-common.h | 39 * should not overlap that area, or the kernel will have to copy itself 41 * data passed to the kernel shouldn't overlap the start of RAM. Pushing 45 * fdt_addr_r simply shouldn't overlap anything else. Choosing 32M allows for 48 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 33M allows
|
| H A D | tegra210-common.h | 43 * should not overlap that area, or the kernel will have to copy itself 45 * data passed to the kernel shouldn't overlap the start of RAM. Pushing 49 * fdt_addr_r simply shouldn't overlap anything else. Choosing 32M allows for 52 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 33M allows
|
| H A D | tegra20-common.h | 39 * should not overlap that area, or the kernel will have to copy itself 41 * data passed to the kernel shouldn't overlap the start of RAM. Pushing 45 * fdt_addr_r simply shouldn't overlap anything else. Choosing 32M allows for 48 * ramdisk_addr_r simply shouldn't overlap anything else. Choosing 33M allows
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_interval.c | 115 struct drbd_interval *overlap = NULL; in drbd_find_overlap() local 126 /* Overlap if any must be on left side */ in drbd_find_overlap() 130 overlap = here; in drbd_find_overlap() 133 /* Overlap if any must be on right side */ in drbd_find_overlap() 138 return overlap; in drbd_find_overlap()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/ |
| H A D | interface.hpp | 64 \brief \brief_check2{overlap} 72 \return \return_check2{overlap} 93 \brief \brief_check2{overlap} 99 \return \return_check2{overlap}
|