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

1234

/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/pdfium/core/include/fxcrt/
H A Dfx_ext.h86 FX_INT32 i, j, gap; local
88 gap = iCount >> 1;
89 while (gap > 0) {
90 for (i = gap; i < iCount; i ++) {
91 j = i - gap;
94 pArray[j + gap] = v2;
95 j -= gap;
97 pArray[j + gap] = v1;
99 gap >>= 1;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_ap.h21 CPVT_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase) argument
/external/chromium_org/third_party/skia/gm/
H A Darithmode.cpp104 SkScalar gap = SkIntToScalar(src.width() + 20); local
108 x += gap;
110 x += gap;
119 x += gap;
/external/skia/gm/
H A Darithmode.cpp103 SkScalar gap = SkIntToScalar(src.width() + 20); local
107 x += gap;
109 x += gap;
118 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/chromium_org/ash/touch/
H A Dtouch_uma.cc152 base::TimeDelta gap = event.time_stamp() - details->last_release_time_; local
154 gap.InMilliseconds());
/external/chromium_org/media/base/
H A Daudio_splicer.cc19 // Minimum gap size needed before the splicer will take action to
20 // fill a gap. This avoids periodically inserting and then dropping samples
159 // Create a buffer with enough silence samples to fill the gap and
161 scoped_refptr<AudioBuffer> gap = local
167 AddOutputBuffer(gap);
169 // Add the input buffer now that the gap has been filled.
409 // There may be enough of a gap introduced during decoding such that an
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddtmfsender_unittest.cc77 DtmfInfo(int code, int duration, int gap) argument
80 gap(gap) {}
83 int gap; member in struct:FakeDtmfProvider::DtmfInfo
99 int gap = 0; variable
103 gap = static_cast<int>(rtc::Time() - last_insert_dtmf_call_);
109 << " gap=" << gap << "."; variable
110 dtmf_info_queue_.push_back(DtmfInfo(code, duration, gap));
162 // DtmfInfo's gap fiel
[all...]
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommandLineFlags.cpp173 int gap; local
177 gap = 0;
180 gap = 1;
183 currLine += spaceIndex + gap;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.c302 /*@out@*/ int *gap, void *d,
323 *gap = 1;
326 *gap = 0;
301 yasm_bc_tobytes(yasm_bytecode *bc, unsigned char *buf, unsigned long *bufsize, int *gap, void *d, yasm_output_value_func output_value, yasm_output_reloc_func output_reloc) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c209 int gap; local
214 bigbuf = yasm_bc_tobytes(bc, buf, &size, &gap, &info,
226 if (gap) {
227 fprintf(f, "%6lu %08lX <gap>%*s%s\n", listline++, offset,
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc287 GapInstruction* gap = R.code->GapAt(index); local
288 ParallelMove* move = gap->GetParallelMove(GapInstruction::START);
/external/icu/icu4c/source/i18n/
H A Dcollationbasedatabuilder.cpp170 // Multiply the number of code points by (gap+1).
172 int32_t gap = 1; local
173 hanStep = gap + 1;
/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/skia/tools/flags/
H A DSkCommandLineFlags.cpp173 int gap; local
177 gap = 0;
180 gap = 1;
183 currLine += spaceIndex + gap;
/external/chromium_org/courgette/third_party/
H A Dbsdiff_create.cc388 int gap = (scan - lenb) - (lastscan + lenf); local
389 for (int i = 0; i < gap; i++) {
395 extra_bytes_length += gap;
398 uint32 extra_count = gap;
/external/chromium_org/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);
/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...]
/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/chromium_org/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());
/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/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr_mini.cpp189 size_t gap = pNextBlock->m_nBlockSize - size; local
190 if (gap <= 64 + sizeof(CFXMEM_Block)) {
197 pNewBlock->m_nBlockSize = gap - sizeof(CFXMEM_Block);
/external/chromium_org/third_party/icu/source/i18n/
H A Dgregocal.cpp1009 int32_t gap = limit - start; local
1010 int32_t newDom = (dom + amount*7 - start) % gap;
1012 newDom += gap;

Completed in 9670 milliseconds

1234