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

123

/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPagination.h40 , gap(0)
46 return mode == other.mode && behavesLikeColumns == other.behavesLikeColumns && pageLength == other.pageLength && gap == other.gap;
51 return mode != other.mode || behavesLikeColumns != other.behavesLikeColumns || pageLength != other.pageLength || gap != other.gap;
57 unsigned gap; member in struct:WebCore::Pagination
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h150 void setPagination(Document* document, const String& mode, int gap, ExceptionState& ec) { setPagination(document, mode, gap, 0, ec); } argument
151 void setPagination(Document*, const String& mode, int gap, int pageLength, ExceptionState&);
/external/chromium_org/media/base/
H A Daudio_splicer.cc17 // Largest gap or overlap allowed by this class. Anything
81 // Create a buffer with enough silence samples to fill the gap and
83 scoped_refptr<AudioBuffer> gap = AudioBuffer::CreateEmptyBuffer( local
88 AddOutputBuffer(gap);
90 // Add the input buffer now that the gap has been filled.
/external/skia/gm/
H A Darithmode.cpp104 SkScalar gap = SkIntToScalar(src.width() + 20); local
108 x += gap;
110 x += gap;
119 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/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>(talk_base::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/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/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.cpp171 int gap; local
175 gap = 0;
178 gap = 1;
181 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/
H A Dlithium.cc328 LGap* gap = LGap::cast(cur); local
329 if (!gap->IsRedundant()) {
346 LInstructionGap* gap = new(graph_->zone()) LInstructionGap(block); local
347 gap->set_hydrogen_value(instr->hydrogen_value());
350 instructions_.Add(gap, zone());
356 instructions_.Add(gap, zone());
/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/chromium_org/ash/touch/
H A Dtouch_uma.cc280 base::TimeDelta gap = event.time_stamp() - details->last_release_time_; local
282 gap.InMilliseconds());
/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/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;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c590 int gap; local
595 bigbuf = yasm_bc_tobytes(bc, buf, &size, &gap, info,
611 if (gap) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c303 int gap; local
307 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
318 if (gap) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c241 int gap; local
245 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
258 if (gap) {
/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;
/external/kernel-headers/original/linux/
H A Dfd.h23 unsigned char gap, /* gap1 size */ member in struct:floppy_struct

Completed in 1066 milliseconds

123