HomeSort by relevance Sort by last modified time
    Searched refs:overlap (Results 1 - 25 of 40) sorted by null

1 2

  /external/valgrind/main/memcheck/tests/
overlap.stderr.exp 1 Source and destination overlap in memcpy(0x........, 0x........, 21)
3 by 0x........: main (overlap.c:40)
5 Source and destination overlap in memcpy(0x........, 0x........, 21)
7 by 0x........: main (overlap.c:42)
9 Source and destination overlap in strncpy(0x........, 0x........, 21)
11 by 0x........: main (overlap.c:45)
13 Source and destination overlap in strncpy(0x........, 0x........, 21)
15 by 0x........: main (overlap.c:47)
17 Source and destination overlap in strcpy(0x........, 0x........)
19 by 0x........: main (overlap.c:54
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_chan.h 88 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS]; member in struct:__anon15205
pvmp3_imdct_synth.h 85 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
pvmp3_mdct_6.h 93 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
pvmp3_mdct_18.h 96 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
pvmp3_imdct_synth.cpp 39 int32 overlap[], Pointer to overlap values of current channel
53 The first half of the output values are added to the stored overlap
56 output values is stored for overlap with the next data granule.
217 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
244 int32 * history = overlap + (band * FILTERBANK_BANDS);
285 /* next iteration overlap */
295 /* next iteration overlap */
335 int32 * history = overlap + (band * FILTERBANK_BANDS);
370 pv_memset(history, 0, FILTERBANK_BANDS*sizeof(*overlap));
    [all...]
pvmp3_framedecoder.cpp 478 pChVars[ch]->overlap,
800 pv_memset((void*)pChVars[ LEFT]->overlap,
802 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ LEFT]->overlap[0]));
805 pv_memset((void*)pChVars[ RIGHT]->overlap,
807 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ RIGHT]->overlap[0]));
  /external/icu4c/common/
unisetspan.cpp 563 * with a partial overlap because the recursive algorithm would have tried
611 * with a partial overlap because the standard algorithm would have tried
614 * must be matched with a full overlap because the longest-match algorithm
639 // Consider strings; they may overlap with the span.
650 int32_t overlap=spanLengths[i]; local
651 if(overlap==ALL_CP_CONTAINED) {
658 // Try to match this string at pos-overlap..pos.
659 if(overlap>=LONG_SPAN) {
660 overlap=length16;
662 U16_BACK_1(s16, 0, overlap); // Length of the string minus the last code point
689 int32_t overlap=spanLengths[i]; local
814 int32_t overlap=spanBackLengths[i]; local
855 int32_t overlap=spanBackLengths[i]; local
982 int32_t overlap=spanUTF8Lengths[i]; local
1030 int32_t overlap=spanUTF8Lengths[i]; local
1162 int32_t overlap=spanBackUTF8Lengths[i]; local
1211 int32_t overlap=spanBackUTF8Lengths[i]; local
    [all...]
utrie2_builder.c 197 * does not overlap other index-2 blocks with the gap.
977 * - overlaps adjacent blocks as much as possible (if overlap==TRUE)
979 * - moves and overlaps blocks that overlap with multiple values in the overlap region
982 * - try to move and overlap blocks that are not already adjacent
987 int32_t blockLength, overlap; local
1093 int32_t i, start, newStart, movedStart, overlap; local
    [all...]
  /external/wpa_supplicant/
ctrl_iface_named_pipe.c 68 OVERLAPPED overlap; member in struct:wpa_ctrl_dst
96 LPOVERLAPPED overlap);
103 LPOVERLAPPED overlap);
153 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
154 if (dst->overlap.hEvent == NULL) {
160 eloop_register_event(dst->overlap.hEvent,
161 sizeof(dst->overlap.hEvent),
187 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) {
204 if (SetEvent(dst->overlap.hEvent))
232 if (dst->overlap.hEvent)
546 OVERLAPPED overlap; member in struct:wpa_global_dst
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_named_pipe.c 68 OVERLAPPED overlap; member in struct:wpa_ctrl_dst
96 LPOVERLAPPED overlap);
103 LPOVERLAPPED overlap);
153 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
154 if (dst->overlap.hEvent == NULL) {
160 eloop_register_event(dst->overlap.hEvent,
161 sizeof(dst->overlap.hEvent),
187 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) {
204 if (SetEvent(dst->overlap.hEvent))
232 if (dst->overlap.hEvent)
547 OVERLAPPED overlap; member in struct:wpa_global_dst
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 68 OVERLAPPED overlap; member in struct:wpa_ctrl_dst
96 LPOVERLAPPED overlap);
103 LPOVERLAPPED overlap);
153 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
154 if (dst->overlap.hEvent == NULL) {
160 eloop_register_event(dst->overlap.hEvent,
161 sizeof(dst->overlap.hEvent),
187 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) {
204 if (SetEvent(dst->overlap.hEvent))
232 if (dst->overlap.hEvent)
547 OVERLAPPED overlap; member in struct:wpa_global_dst
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 294 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start); local
295 if (overlap <= 0) continue;
298 final long fracRxBytes = entry.rxBytes * overlap / duration;
299 final long fracRxPackets = entry.rxPackets * overlap / duration;
300 final long fracTxBytes = entry.txBytes * overlap / duration;
301 final long fracTxPackets = entry.txPackets * overlap / duration;
302 final long fracOperations = entry.operations * overlap / duration;
304 addLong(activeTime, i, overlap);
311 duration -= overlap;
456 final long overlap; local
    [all...]
  /external/icu4c/test/intltest/
srchtest.h 50 USearchAttributeValue overlap);
  /external/qemu/
os-win32.c 251 OVERLAPPED overlap; local
253 memset(&overlap, 0, sizeof(overlap));
263 &overlap, NULL);
  /external/webkit/Source/WebCore/platform/
Scrollbar.cpp 389 // Get our window resizer rect and see if we overlap. Adjust to avoid the overlap
398 int overlap = rect.maxX() - resizerRect.x(); local
399 if (overlap > 0 && resizerRect.maxX() >= rect.maxX()) {
400 adjustedRect.setWidth(rect.width() - overlap);
404 int overlap = rect.maxY() - resizerRect.y(); local
405 if (overlap > 0 && resizerRect.maxY() >= rect.maxY()) {
406 adjustedRect.setHeight(rect.height() - overlap);
  /bootable/recovery/applypatch/
bsdiff.c 233 off_t overlap,Ss,lens; local
321 overlap=(lastscan+lenf)-(scan-lenb);
323 for(i=0;i<overlap;i++) {
324 if(new[lastscan+lenf-overlap+i]==
325 old[lastpos+lenf-overlap+i]) s++;
331 lenf+=lens-overlap;
  /external/bsdiff/
bsdiff.c 206 off_t overlap,Ss,lens; local
312 overlap=(lastscan+lenf)-(scan-lenb);
314 for(i=0;i<overlap;i++) {
315 if(new[lastscan+lenf-overlap+i]==
316 old[lastpos+lenf-overlap+i]) s++;
322 lenf+=lens-overlap;
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.h 38 overlap(const LiveRange &VRSeg, function in namespace:llvm
81 // Provide public access to the underlying map to allow overlap iteration.
  /external/icu4c/tools/makeconv/
genmbcs.c 593 min=newBlock-nextOffset; /* minimum block start with overlap */
627 min=newBlock-nextOffset; /* minimum block start with overlap */
685 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap; local
723 min=newBlock-nextOffset; /* minimum block start with overlap */
763 * Overlap stage 3 blocks only in multiples of 16-entry blocks
767 for(overlap=0;
768 overlap<maxOverlap && stage3[newBlock-overlap-1]==0;
769 ++overlap) {}
771 overlap=(overlap/MBCS_STAGE_3_GRANULARITY)/maxCharLength
    [all...]
  /external/oprofile/events/i386/westmere/
events 10 event:0x03 counters:0,1,2,3 um:x02 minimum:200000 name:LOAD_BLOCK : Loads that partially overlap an earlier store
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 159 int overlap = mGapStart - where; local
162 mText, mGapStart + mGapLength - overlap, overlap);
164 int overlap = where - mGapStart; local
166 System.arraycopy(mText, where + mGapLength - overlap,
167 mText, mGapStart, overlap);
691 * Return an array of the spans of the specified type that overlap
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 1025 SweepInterval overlap = *iter; local
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 2118 size_t overlap = m_overlap; local
    [all...]
  /external/qemu/android/skin/
region.c 662 else /* band1 and band2 overlap */
751 /* intersection + overlap */
1312 expectTestIntersect( Region* r1, Region* r2, SkinOverlap overlap )
1315 printf( "expectTestIntersect(%d): ", overlap );
1317 if (result != overlap) {
1318 printf( "bad result %d, expected %d\n", result, overlap );
    [all...]

Completed in 823 milliseconds

1 2