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

12

/external/pdfium/core/include/fxcrt/
H A Dfx_ext.h76 FX_INT32 i, j, gap; local
78 gap = iCount >> 1;
79 while (gap > 0) {
80 for (i = gap; i < iCount; i ++) {
81 j = i - gap;
84 pArray[j + gap] = v2;
85 j -= gap;
87 pArray[j + gap] = v1;
89 gap >>= 1;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_ap.h23 CPVT_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase) argument
/external/skia/gm/
H A Darithmode.cpp104 SkScalar gap = SkIntToScalar(src.width() + 20); local
108 x += gap;
110 x += gap;
119 x += gap;
/external/v8/test/cctest/compiler/
H A Dtest-instruction.cc287 GapInstruction* gap = R.code->GapAt(index); local
288 ParallelMove* move = gap->GetParallelMove(GapInstruction::START);
/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/skia/tools/flags/
H A DSkCommandLineFlags.cpp176 int gap; local
180 gap = 0;
183 gap = 1;
186 currLine += spaceIndex + gap;
/external/v8/src/compiler/
H A Dinstruction.cc264 const GapInstruction* gap = GapInstruction::cast(&instr); local
265 os << (instr.IsBlockStart() ? " block-start" : "gap ");
269 if (gap->parallel_moves_[i] != NULL) os << *gap->parallel_moves_[i];
342 GapInstruction* gap = GapInstruction::New(zone()); local
343 if (instr->IsControl()) instructions_.push_back(gap);
346 if (!instr->IsControl()) instructions_.push_back(gap);
H A Dregister-allocator.cc712 GapInstruction* gap = code()->GapAt(index); local
714 gap->GetOrCreateParallelMove(GapInstruction::START, code_zone());
783 // and insert a gap move from the fixed output to the operand.
804 GapInstruction* gap = code()->GapAt(gap_index); local
806 gap->GetOrCreateParallelMove(GapInstruction::BEFORE, code_zone());
853 // Make sure we add a gap move for spilling (if we have not done
862 GapInstruction* gap = code()->GapAt(gap_index); local
864 gap->GetOrCreateParallelMove(GapInstruction::BEFORE, code_zone());
957 // Process the moves of the gap instruction, making their sources live.
958 GapInstruction* gap local
1178 GapInstruction* gap = NULL; local
1200 GapInstruction* gap = code()->GapAt(index); local
1308 GapInstruction* gap = GetLastGap(block->PredecessorAt(0)); local
[all...]
/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/libnl/lib/route/sch/
H A Dnetem.c82 netem->qnm_gap = opts->gap;
255 opts.gap = netem->qnm_gap;
357 * Set re-ordering gap of netem qdisc.
359 * @arg gap New gap in number of packets.
362 int rtnl_netem_set_gap(struct rtnl_qdisc *qdisc, int gap) argument
370 netem->qnm_gap = gap;
377 * Get re-ordering gap of netem qdisc.
379 * @return Re-ordering gap in packets or a negative error code.
/external/v8/src/
H A Dlithium.cc318 LGap* gap = LGap::cast(cur); local
319 if (!gap->IsRedundant()) {
336 LInstructionGap* gap = new (zone()) LInstructionGap(block); local
337 gap->set_hydrogen_value(instr->hydrogen_value());
340 instructions_.Add(gap, zone());
346 instructions_.Add(gap, zone());
H A Dlithium-allocator.cc731 LGap* gap = GapAt(index); local
732 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
809 LGap* gap = GapAt(gap_index); local
810 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE,
894 // We have a gap at this position.
895 LGap* gap = GapAt(index); local
896 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START,
1035 // The gap move must be added without any special processing as in
1144 LGap* gap = NULL; local
1146 gap
1180 LGap* gap = GapAt(index); local
1191 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); local
1285 LGap* gap = GetLastGap(phi->block()->predecessors()->at(0)); local
[all...]
/external/icu/icu4c/source/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.cpp1758 int32_t gap = max - min + 1; local
1761 value = (value - min) % gap;
1763 value += gap;
1924 int32_t gap = limit - start; local
1926 start) % gap;
1927 if (day_of_month < 0) day_of_month += gap;
1982 int32_t gap = limit - start; local
1984 start) % gap;
1985 if (day_of_year < 0) day_of_year += gap;
2051 // From these compute the min and gap milli
[all...]
/external/openssh/
H A Dkrl.c550 u_int64_t i, contig, gap, last = 0, bitmap_start = 0; local
579 /* Check contiguous length and gap to next section (if any) */
582 gap = nrs == NULL ? 0 : nrs->lo - rs->hi;
587 state == 0 ? 0 : rs->lo - last, gap, &force_new_sect);
651 error("%s: insane bitmap gap", __func__);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Wnd.h110 CPWL_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase) argument
/external/kernel-headers/original/uapi/linux/
H A Dfd.h29 unsigned char gap, /* gap1 size */ member in struct:floppy_struct
/external/libnl/include/linux/
H A Dpkt_sched.h452 __u32 gap; /* re-ordering gap (0 for none) */ member in struct:tc_netem_qopt
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c574 const int gap = high - low; local
577 const int adjustment = ((offset * qdiff) + (gap >> 1)) / gap;
/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/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp1262 int gap = m_bpp / 8 - 2; local
1268 scanline += gap;
1290 int gap = m_bpp / 8 - 2; local
1296 scanline += gap;
/external/skia/src/core/
H A DSkAAClip.cpp826 // did we introduce an empty-gap from the prev row?
1003 int gap = x - row->fWidth; local
1004 if (gap) {
1005 AppendRun(data, 0, gap);
1006 row->fWidth += gap;
1237 If we see a gap of 1 or more empty scanlines while building in Y-order,
1245 int gap = y - fLastY; local
1246 if (gap > 1) {
1327 int gap = fLeft - x; variable
1328 SkASSERT(gap <
[all...]
/external/iproute2/include/linux/
H A Dpkt_sched.h521 __u32 gap; /* re-ordering gap (0 for none) */ member in struct:tc_netem_qopt

Completed in 737 milliseconds

12