HomeSort by relevance Sort by last modified time
    Searched defs:gap (Results 1 - 25 of 47) sorted by null

1 2

  /external/srec/srec/ca/
utt_data.c 42 int gap = 0; local
48 if ((gap = getBlockGap(hUtt->data.gen_utt.frame)) > 0)
49 (void) setRECframePtr(hUtt->data.gen_utt.frame, gap, 1);
  /development/tools/jdwpspy/
Main.c 41 int gap; local
53 gap = (int) offset & 0x0f;
68 count = ((int)length > 16-gap) ? 16-gap : (int) length; /* cap length */
70 assert(count+gap <= 16);
72 if (gap) {
74 hex += gap * 3;
75 asc += gap;
78 for (i = gap ; i < count+gap; i++)
    [all...]
  /dalvik/vm/
Misc.c 58 int gap; local
71 gap = (int) offset & 0x0f;
86 count = ((int)length > 16-gap) ? 16-gap : (int)length; /* cap length */
88 assert(count+gap <= 16);
90 if (gap) {
92 hex += gap * 3;
93 asc += gap;
96 for (i = gap ; i < count+gap; i++)
    [all...]
  /external/srec/srec/clib/
fpi_tgt.c 433 * With multiple recognizers, the gap-test doesn't work !!!
454 int gap; local
466 gap = POINTER_GAP(frmPkt, frmPkt->pullp, frmPkt->pushBlkp);
467 if (fCnt > gap) /* Limit movement */
468 fCnt = gap;
472 gap = POINTER_GAP(frmPkt, frmPkt->pushp, frmPkt->pullp);
473 if (fCnt < -gap) /* Limit movement */
474 fCnt = -gap;
490 gap = POINTER_GAP(frmPkt, frmPkt->pushp, frmPkt->pushBlkp);
492 if (fCnt > gap) /* Limit movement *
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
misc.c 261 int gap, i, j, jg; local
264 for ( gap = n / 2; gap > 0; gap = gap / 2 )
265 for ( i = gap; i < n; ++i )
266 for ( j = i - gap; j >= 0; j = j - gap )
268 jg = j + gap;
  /packages/apps/Camera/src/com/android/camera/ui/
ZoomController.java 217 float gap = mValueGap; local
227 yoffset -= labelStep * gap;
237 yoffset -= labelStep * gap;
250 yoffset -= gap;
  /external/chromium/third_party/icu/source/i18n/
gregocal.cpp 1009 int32_t gap = limit - start; local
    [all...]
calendar.cpp 1477 int32_t gap = max - min + 1; local
1604 int32_t gap = limit - start; local
1662 int32_t gap = limit - start; local
    [all...]
  /external/icu4c/i18n/
gregocal.cpp 1009 int32_t gap = limit - start; local
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSONObject.cpp 136 static inline UString gap(ExecState* exec, JSValue space) function in namespace:JSC
141 // If the space value is a number, create a gap string with that number of spaces.
157 // If the space value is a string, use it as the gap string, otherwise use no gap string.
198 , m_gap(gap(exec, space))
  /bionic/libc/kernel/common/linux/
fd.h 28 unsigned char gap, member in struct:floppy_struct
pkt_sched.h 413 __u32 gap; member in struct:tc_netem_qopt
  /development/ndk/platforms/android-3/include/linux/
fd.h 28 unsigned char gap, member in struct:floppy_struct
pkt_sched.h 379 __u32 gap; member in struct:tc_netem_qopt
  /external/kernel-headers/original/linux/
fd.h 23 unsigned char gap, /* gap1 size */ member in struct:floppy_struct
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 84 /** Horizontal gap default for all rows */
93 /** Default gap between rows */
163 /** Default horizontal gap between keys in this row. */
165 /** Vertical gap following this row. */
239 /** Width of the key, not including the gap */
241 /** Height of the key, not including the gap */
243 /** The horizontal gap before this key */
244 public int gap; field in class:Keyboard.Key
312 gap = parent.defaultHorizontalGap;
340 gap = getDimensionOrFraction(a,
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
DatagramChannelImpl.java 521 int gap = Math.min(result, source.remaining()); local
522 source.position(source.position() + gap);
524 result -= gap;
SocketChannelImpl.java 429 int gap = Math.min(result, source.remaining()); local
430 source.position(source.position() + gap);
432 result -= gap;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fd.h 22 unsigned char gap, /* gap1 size */ member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fd.h 28 unsigned char gap, member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fd.h 28 unsigned char gap, member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fd.h 28 unsigned char gap, member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fd.h 28 unsigned char gap, member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fd.h 28 unsigned char gap, member in struct:floppy_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fd.h 28 unsigned char gap, member in struct:floppy_struct

Completed in 508 milliseconds

1 2