/external/libopus/celt/ |
celt_lpc.c | 227 int overlap, 242 celt_assert(overlap>=0); 243 if (overlap == 0) 249 for (i=0;i<overlap;i++)
|
/external/libvterm/src/ |
rect.h | 48 /* True if the rectangles overlap at all */
|
/external/llvm/test/Transforms/MemCpyOpt/ |
memmove.ll | 32 ; This cannot be optimize because the src/dst really do overlap.
|
/external/skia/gm/ |
blurquickreject.cpp | 15 // by the blur radius does not overlap the clip rect so, if the blur clipping
|
/external/skia/include/core/ |
SkBlitRow.h | 69 if they are not, they may not overlap.
|
/external/skia/src/pathops/ |
SkOpCoincidence.h | 115 bool overlap(const SkOpPtT* coinStart1, const SkOpPtT* coinEnd1,
|
/external/speex/include/speex/ |
speex_resampler.h | 155 /** Resample a float array. The input and output buffers must *not* overlap. 172 /** Resample an int array. The input and output buffers must *not* overlap. 189 /** Resample an interleaved float array. The input and output buffers must *not* overlap. 204 /** Resample an interleaved int array. The input and output buffers must *not* overlap.
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
FileLock.java | 57 * not overlap. The {@link #overlaps overlaps} method may be used to test 187 * <p> A locked region need not be contained within, or even overlap, the 200 * <p> A locked region need not be contained within, or even overlap, the 224 * range overlap by at least one byte
|
/packages/apps/Launcher2/res/values-sw720dp-port/ |
dimens.xml | 40 <!-- We offset the proxy to overlap with the voice icon -->
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 149 // Add an overlap to prevent a gap between pictures due to roundoffs
|
/packages/apps/TV/common/res/layout/ |
fragment_setup_multi_pane.xml | 33 for the focus navigation. If they overlap, the focus doesn't move from the button to the
|
/packages/apps/TV/src/com/android/tv/dvr/ |
DvrDataManager.java | 70 * Returns a list of all Recordings with a overlap with the given time period inclusive.
|
/prebuilts/go/darwin-x86/src/crypto/rc4/ |
rc4.go | 56 // not overlap.
|
/prebuilts/go/darwin-x86/src/runtime/ |
memclr_arm.s | 31 #define TMP R12 /* N and TMP don't overlap */
|
/prebuilts/go/linux-x86/src/crypto/rc4/ |
rc4.go | 56 // not overlap.
|
/prebuilts/go/linux-x86/src/runtime/ |
memclr_arm.s | 31 #define TMP R12 /* N and TMP don't overlap */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
t16-bad.l | 37 [^:]*:48: Error: dest must overlap one source register -- `adc r1,r2,r3' 43 [^:]*:49: Error: dest must overlap one source register -- `and r1,r2,r3' 55 [^:]*:51: Error: dest must overlap one source register -- `eor r1,r2,r3' 61 [^:]*:52: Error: dest must overlap one source register -- `orr r1,r2,r3' 73 [^:]*:54: Error: dest must overlap one source register -- `mul r1,r2,r3' 98 [^:]*:74: Error: dest must overlap one source register -- `add r8,r1,r2' 99 [^:]*:75: Error: dest must overlap one source register -- `add r1,r8,r2' 100 [^:]*:76: Error: dest must overlap one source register -- `add r1,r2,r8' 194 [^:]*:147: Error: dest must overlap one source register -- `mul r8,r0,r0'
|
/external/valgrind/memcheck/ |
mc_errors.c | 169 } Overlap; 634 emit( " <kind>Overlap</kind>\n" ); 635 if (extra->Err.Overlap.szB == 0) { 636 emit( " <what>Source and destination overlap " 639 extra->Err.Overlap.dst, extra->Err.Overlap.src ); 641 emit( " <what>Source and destination overlap " 644 extra->Err.Overlap.dst, extra->Err.Overlap.src, 645 extra->Err.Overlap.szB ) [all...] |
/external/icu/icu4c/source/test/intltest/ |
srchtest.cpp | 376 errln("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>", 393 errln("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n", 426 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n", 445 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n", 571 USearchAttributeValue overlap) 602 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status); 985 while (OVERLAP[count].text != NULL) { 986 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF, 988 errln("Error at overlap test number %d", count); 995 errln("Error at non overlap test number %d", count) [all...] |
/external/boringssl/src/include/openssl/ |
aes.h | 95 * and |out| pointers may overlap. */ 100 * and |out| pointers may overlap. */
|
/external/icu/icu4c/source/common/ |
ustr_imp.h | 137 * src and dest must not overlap. 195 * src and dest must not overlap.
|
/external/icu/icu4c/source/i18n/ |
bocsu.h | 53 * (trail byte values may overlap with lead/single byte values). 72 * Note that the lead byte ranges overlap some, but that the sequences as a whole
|
/external/libvorbis/doc/ |
01-introduction.tex | 303 \item overlap/add left-hand output of transform with right-hand output of previous frame 305 \item if not first frame, return results of overlap/add as audio result of current frame 312 later before overlap/add with the next frame. This optimization 358 \captionof{figure}{overlap of two equal-sized windows} 366 \captionof{figure}{overlap of a long and a short window} 492 \paragraph{overlap/add data} 496 the window overlap diagram). At this point, the audio data between the 515 the returned range is not actually overlap. This does not damage
|
/external/libvorbis/doc/vorbisfile/ |
crosslap.html | 98 and the beginning of B would overlap exactly; this allows 102 <p>The optimal amount of overlap is half a short-block, and this
|
/external/llvm/include/llvm/Transforms/Utils/ |
LoopVersioning.h | 11 // loop speculates that otherwise may-aliasing memory accesses don't overlap and 32 /// that may-alias pointers can't overlap.
|