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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/
ioctl.c 171 * M sundev/mcpcmd.h *overlap*
172 * M sys/modem.h *overlap*
174 * T sys/termio.h -no overlap-
175 * T sys/termios.h -no overlap-
178 * d sun/dkio.h -no overlap with sys/des.h-
179 * d sys/des.h (possible overlap)
180 * d vax/dkio.h (possible overlap)
181 * d vaxuba/rxreg.h (possible overlap)
183 * g sunwindow/win_ioctl.h -no overlap-
184 * g sunwindowdev/winioctl.c !no manifest constant! -no overlap
    [all...]
  /external/chromium/third_party/icu/source/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...]
utrie.c 580 * - overlaps adjacent blocks as much as possible (if overlap==TRUE)
582 * - moves and overlaps blocks that overlap with multiple values in the overlap region
585 * - try to move and overlap blocks that are not already adjacent
588 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) {
636 overlap ? UTRIE_DATA_GRANULARITY : UTRIE_DATA_BLOCK_LENGTH))
650 if(overlap && start>=overlapStart) {
651 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */
660 /* some overlap */
669 /* no overlap, just move the indexes to their new positions *
    [all...]
  /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...]
  /dalvik/vm/mterp/armv5te/
OP_MOVE_WIDE_16.S 3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
OP_MOVE_WIDE_FROM16.S 3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
OP_MOVE_WIDE.S 3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
  /dalvik/vm/mterp/armv6t2/
OP_MOVE_WIDE.S 3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
  /dalvik/vm/mterp/x86/
OP_MOVE_WIDE.S 3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
OP_MOVE_WIDE_16.S 3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
OP_MOVE_WIDE_FROM16.S 3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
  /external/iproute2/etc/iproute2/
rt_dsfield 5 # This value overlap with ECT, do not use it!
  /external/neven/Embedded/common/src/b_BasicEm/
Memory.h 36 /** copies memory for src to dst (no overlap allowed); returns dstA
41 /** copies memory for src to dst (no overlap allowed), size is given in 16-bit words
47 /** copies memory for src to dst (no overlap allowed), size is given in 32-bit words
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
LockManager.java 53 * would overlap an existing lock. Once the lock is acquired it remains in
63 // cannot overlap).
  /external/chromium/third_party/icu/source/test/intltest/
srchtest.h 50 USearchAttributeValue overlap);
  /external/icu4c/test/intltest/
srchtest.h 50 USearchAttributeValue overlap);
  /external/webkit/WebCore/platform/
Scrollbar.cpp 411 // Get our window resizer rect and see if we overlap. Adjust to avoid the overlap
420 int overlap = rect.right() - resizerRect.x(); local
421 if (overlap > 0 && resizerRect.right() >= rect.right()) {
422 adjustedRect.setWidth(rect.width() - overlap);
426 int overlap = rect.bottom() - resizerRect.y(); local
427 if (overlap > 0 && resizerRect.bottom() >= rect.bottom()) {
428 adjustedRect.setHeight(rect.height() - overlap);
  /external/qemu/
osdep.c 247 OVERLAPPED overlap;
258 overlap.hEvent = 0;
260 ret = LockFileEx(file, flags, 0, 0, 1, &overlap);
267 &overlap, NULL);
  /libcore/luni/src/main/java/java/nio/channels/
FileLock.java 34 * Locks held by a particular process cannot overlap one another. Applications
35 * can determine whether a proposed lock will overlap by using the {@code
36 * overlaps(long, long)}) method. Locks held in other processes may overlap
157 * @return {@code true} if there is an overlap, {@code false} otherwise.
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 336 // 2. union rectangle overlap this region
490 // 2. subtract rectangle overlap this region
521 // 2. intersect rectangle overlap this region
553 // 2. union rectangle overlap this region
588 // 2. xor rectangle overlap this region
622 // 2. reverse difference rectangle overlap this region
655 // subtract rectangle overlap this region
718 // 2. subtract rectangle overlap this region
748 // 2. intersect rectangle overlap this region
779 // 2. union rectangle overlap this regio
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
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...]

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>