Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 25 of 106) sorted by relevance

12345

/external/icu4c/common/
Dunisetspan.cpp650 int32_t overlap=spanLengths[i]; in span() local
651 if(overlap==ALL_CP_CONTAINED) { in span()
659 if(overlap>=LONG_SPAN) { in span()
660 overlap=length16; in span()
662 U16_BACK_1(s16, 0, overlap); // Length of the string minus the last code point. in span()
664 if(overlap>spanLength) { in span()
665 overlap=spanLength; in span()
667 int32_t inc=length16-overlap; // Keep overlap+inc==length16. in span()
673 … if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) { in span()
679 if(overlap==0) { in span()
[all …]
Dutrie2_builder.c987 int32_t blockLength, overlap; in compactData() local
1041 for(overlap=blockLength-UTRIE2_DATA_GRANULARITY; in compactData()
1042 overlap>0 && !equal_uint32(trie->data+(newStart-overlap), trie->data+start, overlap); in compactData()
1043 overlap-=UTRIE2_DATA_GRANULARITY) {} in compactData()
1045 if(overlap>0 || newStart<start) { in compactData()
1047 movedStart=newStart-overlap; in compactData()
1054 start+=overlap; in compactData()
1055 for(i=blockLength-overlap; i>0; --i) { in compactData()
1093 int32_t i, start, newStart, movedStart, overlap; in compactIndex2() local
1127 for(overlap=UTRIE2_INDEX_2_BLOCK_LENGTH-1; in compactIndex2()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c68 OVERLAPPED overlap; member
96 LPOVERLAPPED overlap);
103 LPOVERLAPPED overlap);
153 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in ctrl_open_pipe()
154 if (dst->overlap.hEvent == NULL) { in ctrl_open_pipe()
160 eloop_register_event(dst->overlap.hEvent, in ctrl_open_pipe()
161 sizeof(dst->overlap.hEvent), in ctrl_open_pipe()
187 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) { in ctrl_open_pipe()
204 if (SetEvent(dst->overlap.hEvent)) in ctrl_open_pipe()
232 if (dst->overlap.hEvent) { in ctrl_close_pipe()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/
Dctrl_iface_named_pipe.c68 OVERLAPPED overlap; member
96 LPOVERLAPPED overlap);
103 LPOVERLAPPED overlap);
153 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in ctrl_open_pipe()
154 if (dst->overlap.hEvent == NULL) { in ctrl_open_pipe()
160 eloop_register_event(dst->overlap.hEvent, in ctrl_open_pipe()
161 sizeof(dst->overlap.hEvent), in ctrl_open_pipe()
187 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) { in ctrl_open_pipe()
204 if (SetEvent(dst->overlap.hEvent)) in ctrl_open_pipe()
232 if (dst->overlap.hEvent) { in ctrl_close_pipe()
[all …]
/external/wpa_supplicant/
Dctrl_iface_named_pipe.c68 OVERLAPPED overlap; member
96 LPOVERLAPPED overlap);
103 LPOVERLAPPED overlap);
153 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in ctrl_open_pipe()
154 if (dst->overlap.hEvent == NULL) { in ctrl_open_pipe()
160 eloop_register_event(dst->overlap.hEvent, in ctrl_open_pipe()
161 sizeof(dst->overlap.hEvent), in ctrl_open_pipe()
187 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) { in ctrl_open_pipe()
204 if (SetEvent(dst->overlap.hEvent)) in ctrl_open_pipe()
232 if (dst->overlap.hEvent) { in ctrl_close_pipe()
[all …]
/external/llvm/test/CodeGen/ARM/
Dlsr-unfolded-offset.ll26 %overlap.081 = phi i32 [ %overlap.4, %for.inc69 ], [ 0, %entry ]
36 %overlap.178 = phi i32 [ %overlap.081, %outer.loop ], [ %overlap.4, %for.inc ]
50 %overlap.2 = select i1 %or.cond, i32 1, i32 %overlap.178
54 %overlap.3 = select i1 %or.cond74, i32 1, i32 %overlap.2
64 %overlap.4 = phi i32 [ %overlap.178, %inner.loop ], [ 1, %if.then66 ], [ %overlap.3, %if.end ]
75 %overlap.0.lcssa = phi i32 [ 0, %entry ], [ %overlap.4, %for.inc69 ]
76 ret i32 %overlap.0.lcssa
/external/valgrind/main/memcheck/tests/
Doverlap.stderr.exp1 Source and destination overlap in memcpy(0x........, 0x........, 21)
5 Source and destination overlap in memcpy(0x........, 0x........, 21)
9 Source and destination overlap in strncpy(0x........, 0x........, 21)
13 Source and destination overlap in strncpy(0x........, 0x........, 21)
17 Source and destination overlap in strcpy(0x........, 0x........)
21 Source and destination overlap in strncat(0x........, 0x........, 21)
25 Source and destination overlap in strncat(0x........, 0x........, 21)
DMakefile.in70 custom_alloc$(EXEEXT) custom-overlap$(EXEEXT) \
90 origin6-fp$(EXEEXT) overlap$(EXEEXT) \
158 custom_overlap_SOURCES = custom-overlap.c
159 custom_overlap_OBJECTS = custom-overlap.$(OBJEXT)
341 overlap_SOURCES = overlap.c
342 overlap_OBJECTS = overlap-overlap.$(OBJEXT)
537 buflen_check.c calloc-overflow.c clientperm.c custom-overlap.c \
550 origin4-many.c origin5-bz2.c origin6-fp.c overlap.c \
564 buflen_check.c calloc-overflow.c clientperm.c custom-overlap.c \
577 origin4-many.c origin5-bz2.c origin6-fp.c overlap.c \
[all …]
Doverlap.vgtest1 prog: overlap
Dcustom-overlap.vgtest1 prog: custom-overlap
DMakefile.am68 custom-overlap.stderr.exp custom-overlap.vgtest \
140 overlap.stderr.exp overlap.stdout.exp overlap.vgtest \
208 custom-overlap \
234 overlap \ program
/external/webkit/Source/WebCore/platform/
DScrollbar.cpp398 int overlap = rect.maxX() - resizerRect.x(); in setFrameRect() local
399 if (overlap > 0 && resizerRect.maxX() >= rect.maxX()) { in setFrameRect()
400 adjustedRect.setWidth(rect.width() - overlap); in setFrameRect()
404 int overlap = rect.maxY() - resizerRect.y(); in setFrameRect() local
405 if (overlap > 0 && resizerRect.maxY() >= rect.maxY()) { in setFrameRect()
406 adjustedRect.setHeight(rect.height() - overlap); in setFrameRect()
/external/qemu/
Dos-win32.c251 OVERLAPPED overlap; in qemu_create_pidfile() local
253 memset(&overlap, 0, sizeof(overlap)); in qemu_create_pidfile()
263 &overlap, NULL); in qemu_create_pidfile()
/external/bsdiff/
Dbsdiff.c206 off_t overlap,Ss,lens; in main() local
312 overlap=(lastscan+lenf)-(scan-lenb); in main()
314 for(i=0;i<overlap;i++) { in main()
315 if(new[lastscan+lenf-overlap+i]== in main()
316 old[lastpos+lenf-overlap+i]) s++; in main()
322 lenf+=lens-overlap; in main()
/external/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp162 assert(overlap(*IR.VirtRegI, IR.LiveUnionI) && in findIntersection()
221 if (overlap(*IR.VirtRegI, IR.LiveUnionI)) in nextInterference()
274 if (overlap(*IR.VirtRegI, IR.LiveUnionI)) { in collectInterferingVRegs()
DLiveIntervalUnion.h38 overlap(const LiveRange &VRSeg, in overlap() function
211 assert(overlap(*IR.VirtRegI, IR.LiveUnionI) && in isInterference()
/external/icu4c/tools/makeconv/
Dgenmbcs.c685 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap; in MBCSAddFromUnicode() local
767 for(overlap=0; in MBCSAddFromUnicode()
768 overlap<maxOverlap && stage3[newBlock-overlap-1]==0; in MBCSAddFromUnicode()
769 ++overlap) {} in MBCSAddFromUnicode()
771 overlap=(overlap/MBCS_STAGE_3_GRANULARITY)/maxCharLength; in MBCSAddFromUnicode()
772 overlap=(overlap*MBCS_STAGE_3_GRANULARITY)*maxCharLength; in MBCSAddFromUnicode()
774 newBlock-=overlap; in MBCSAddFromUnicode()
/external/webkit/LayoutTests/http/tests/appcache/
Donline-fallback-layering-expected.txt1 Test that a network namespace trumps a fallback namespace where they overlap.
/external/llvm/test/Transforms/Sink/
Dbasic.ll6 ; Sink should sink the load past the store (which doesn't overlap) into
/external/iproute2/etc/iproute2/
Drt_dsfield5 # This value overlap with ECT, do not use it!
/external/icu4c/test/intltest/
Dsrchtest.h50 USearchAttributeValue overlap);
/external/chromium/chrome/browser/resources/shared/css/
Dlist.css22 position: relative; /* to allow overlap */
/external/icu4c/test/testdata/
DNumberFormatTestCases.txt77 # ISO codes that overlap display names (QQQ vs. Q)
/external/llvm/test/Transforms/MemCpyOpt/
Dmemmove.ll32 ; This cannot be optimize because the src/dst really do overlap.
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnPathProcessor.cpp1025 SweepInterval overlap = *iter; in subdivideCurves() local
1027 if (event.interval().data()->segment != overlap.data()->segment) { in subdivideCurves()
1030 overlap.data()->triangle)) { in subdivideCurves()
1035 seg = overlap.data()->segment; in subdivideCurves()

12345