Searched defs:gap (Results 1 - 25 of 39) sorted by relevance

12

/external/srec/srec/ca/
H A Dutt_data.c42 int gap = 0; local
48 if ((gap = getBlockGap(hUtt->data.gen_utt.frame)) > 0)
49 (void) setRECframePtr(hUtt->data.gen_utt.frame, gap, 1);
/external/skia/gm/
H A Darithmode.cpp117 SkScalar gap = SkIntToScalar(src.width() + 20); local
122 x += gap;
124 x += gap;
126 x += gap;
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c98 int i, gap; local
102 gap = AVCT_MSG_OFFSET - p_pkt->offset;
105 *(p_data + i + gap) = *(p_data + i);
107 p_pkt->offset += gap;
/external/dbus/test/
H A Dbreak-loader.c52 double gap; local
61 gap = end - start - 1; /* -1 to not include "end" */
62 v_double = ((double)start) + (((double)rand ())/RAND_MAX) * gap;
/external/oprofile/pp/
H A Dopgprof.cpp88 * @param gap a power of 2
90 * return true if all sample in samples_files are at least aligned on gap. This
95 bool aligned_samples(profile_container const & samples, int gap) argument
100 if (it->second.vma % gap)
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java382 private int where, gap; field in class:StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { argument
388 this.gap = gap;
394 ByteArray.write16bit(offset + gap, info, pos - 4);
H A DStackMapTable.java796 private int where, gap; field in class:StackMapTable.Shifter
801 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) { argument
805 this.gap = gap;
835 int newDelta = offsetDelta + gap;
836 position += gap;
850 private static byte[] insertGap(byte[] info, int where, int gap) { argument
852 byte[] newinfo = new byte[len + gap];
854 newinfo[i + (i < where ? 0 : gap)] = info[i];
882 int newDelta = offsetDelta + gap;
[all...]
H A DCodeIterator.java24 * same <code>Code_attribute</code>, then inserting a gap by one
308 * <p>An extra gap may be inserted at the end of the inserted
331 * <p>An extra gap may be inserted at the end of the inserted
356 * <p>An extra gap may be inserted at the end of the inserted
381 * <p>An extra gap may be inserted at the end of the inserted
404 * <p>An extra gap may be inserted at the end of the inserted
429 * <p>An extra gap may be inserted at the end of the inserted
466 * Inserts a gap
471 * The inserted gap is filled with NOP. The gap lengt
1448 int gap, defaultByte; field in class:CodeIterator.Switcher
[all...]
/external/srec/srec/clib/
H A Dfpi_tgt.c433 * 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) /* Limi
[all...]
/external/webkit/Tools/android/flex-2.5.4a/
H A Dmisc.c261 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;
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java128 boolean isInvalid(StringBlock block, float gap) { argument
138 return x0 > 0 && bound.x+bound.width-gap < getX1();
/external/icu4c/i18n/
H A Dgregocal.cpp1009 int32_t gap = limit - start; local
1010 int32_t newDom = (dom + amount*7 - start) % gap;
1012 newDom += gap;
H A Dcalendar.cpp1518 int32_t gap = max - min + 1; local
1521 value = (value - min) % gap;
1523 value += gap;
1645 int32_t gap = limit - start; local
1647 start) % gap;
1648 if (day_of_month < 0) day_of_month += gap;
1703 int32_t gap = limit - start; local
1705 start) % gap;
1706 if (day_of_year < 0) day_of_year += gap;
1772 // From these compute the min and gap milli
[all...]
/external/kernel-headers/original/linux/
H A Dfd.h23 unsigned char gap, /* gap1 size */ member in struct:floppy_struct
H A Dpkt_sched.h479 __u32 gap; /* re-ordering gap (0 for none) */ member in struct:tc_netem_qopt
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSONObject.cpp145 static inline UString gap(ExecState* exec, JSValue space) function in namespace:JSC
150 // If the space value is a number, create a gap string with that number of spaces.
166 // If the space value is a string, use it as the gap string, otherwise use no gap string.
206 , m_gap(gap(exec, space.get()))
/external/iproute2/include/linux/
H A Dpkt_sched.h447 __u32 gap; /* re-ordering gap (0 for none) */ member in struct:tc_netem_qopt
/external/kernel-headers/original/video/
H A Ddsscomp.h183 unsigned int gap; member in struct:s3d_disp_info
/external/opencv/cv/src/
H A Dcvhough.cpp618 int gap = 0, x = x0, y = y0, dx = dx0, dy = dy0; local
624 // stop at the image border or in case of too big gap
649 // reset the gap
652 gap = 0;
656 else if( ++gap > lineGap )
672 // stop at the image border or in case of too big gap
694 // reset the gap
/external/skia/src/core/
H A DSkAAClip.cpp742 // did we introduce an empty-gap from the prev row?
917 int gap = x - row->fWidth; local
918 if (gap) {
919 AppendRun(data, 0, gap);
920 row->fWidth += gap;
1148 If we see a gap of 1 or more empty scanlines while building in Y-order,
1156 int gap = y - fLastY; local
1157 if (gap > 1) {
1238 int gap = fLeft - x; variable
1239 SkASSERT(gap <
[all...]
/external/v8/src/
H A Dlithium-allocator.cc748 LGap* gap = GapAt(index); local
749 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
823 LGap* gap = GapAt(gap_index); local
824 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE);
902 // We have a gap at this position.
903 LGap* gap = GapAt(index); local
904 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START);
1031 // The gap move must be added without any special processing as in
1136 LGap* gap = NULL; local
1138 gap
1170 LGap* gap = GapAt(index); local
1181 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); local
1272 LGap* gap = GetLastGap(phi->block()->predecessors()->at(0)); local
[all...]
/external/v8/src/arm/
H A Dlithium-arm.cc460 LGap* gap = LGap::cast(cur); local
461 if (!gap->IsRedundant()) {
479 LInstructionGap* gap = new(graph_->zone()) LInstructionGap(block); local
482 instructions_.Add(gap);
488 instructions_.Add(gap);
/external/v8/src/ia32/
H A Dlithium-ia32.cc404 LGap* gap = LGap::cast(cur); local
405 if (!gap->IsRedundant()) {
474 LInstructionGap* gap = new(graph_->zone()) LInstructionGap(block); local
477 instructions_.Add(gap);
483 instructions_.Add(gap);
/external/v8/src/mips/
H A Dlithium-mips.cc460 LGap* gap = LGap::cast(cur); local
461 if (!gap->IsRedundant()) {
479 LInstructionGap* gap = new(graph_->zone()) LInstructionGap(block); local
482 instructions_.Add(gap);
488 instructions_.Add(gap);
/external/v8/src/x64/
H A Dlithium-x64.cc402 LGap* gap = LGap::cast(cur); local
403 if (!gap->IsRedundant()) {
472 LInstructionGap* gap = new(graph_->zone()) LInstructionGap(block); local
475 instructions_.Add(gap);
481 instructions_.Add(gap);

Completed in 510 milliseconds

12