Searched defs:advance (Results 1 - 25 of 191) sorted by last modified time

12345678

/external/tcpdump/
H A Dprint-bgp.c1299 int advance; local
1685 advance = decode_prefix4(tptr, len, buf, sizeof(buf));
1686 if (advance == -1)
1688 else if (advance == -2)
1690 else if (advance == -3)
1696 advance = decode_labeled_prefix4(tptr, len, buf, sizeof(buf));
1697 if (advance == -1)
1699 else if (advance == -2)
1701 else if (advance == -3)
1709 advance
[all...]
H A Dprint-esp.c554 int advance; local
567 advance = 0;
676 advance = ivoff - (u_char *)esp + ivlen;
678 advance = sizeof(struct newesp);
691 return advance;
H A Dprint-ip.c318 int advance; member in struct:ip_print_demux_state
333 ipds->advance = ah_print(ipds->cp);
334 if (ipds->advance <= 0)
336 ipds->cp += ipds->advance;
337 ipds->len -= ipds->advance;
343 ipds->advance = esp_print(ndo, ipds->cp, ipds->len,
346 if (ipds->advance <= 0)
348 ipds->cp += ipds->advance;
349 ipds->len -= ipds->advance + padlen;
357 ipds->advance
[all...]
H A Dprint-ip6.c85 register int advance; local
143 advance = sizeof(struct ip6_hdr);
145 while (cp < ndo->ndo_snapend && advance > 0) {
146 cp += advance;
147 len -= advance;
158 advance = hbhopt_print(cp);
162 advance = dstopt_print(cp);
166 advance = frag6_print(cp, (const u_char *)ip6);
167 if (ndo->ndo_snapend <= cp + advance)
176 * XXX - we don't use "advance"; th
[all...]
H A Dprint-ipcomp.c57 int advance; local
83 advance = sizeof(struct ipcomp);
86 return advance;
H A Dprint-isakmp.c2524 int advance; local
2528 advance = esp_print(ndo, bp, length, bp2, &enh, &padlen);
2529 if(advance <= 0)
2532 bp += advance;
2533 length -= advance + padlen;
H A Dprint-lwres.c221 int advance; local
226 advance = lwres_printname(l, p + 2);
227 if (advance < 0)
229 return 2 + advance;
304 int advance; local
391 advance = lwres_printname(l, s);
392 if (advance < 0)
394 s += advance;
408 advance = lwres_printaddr(&gnba->addr);
409 if (advance <
[all...]
H A Dprint-pim.c625 int advance; local
719 int advance; local
722 advance = pimv2_addr_print(ptr, pimv2_unicast, 0);
723 if (advance < 0) {
727 ptr += advance;
786 if ((advance = pimv2_addr_print(bp, pimv2_group, 0)) < 0) {
790 bp += advance; len -= advance;
794 if ((advance = pimv2_addr_print(bp, pimv2_unicast, 0)) < 0) {
798 bp += advance; le
[all...]
/external/stlport/stlport/stl/
H A D_iterator_base.h515 inline void _STLP_CALL advance(_InputIterator& __i, _Distance __n) function in struct:iterator_traits
/external/speex/libspeex/
H A Dnb_celp.c1133 int advance; local
1134 advance = submode = speex_bits_unpack_unsigned(bits, SB_SUBMODE_BITS);
1135 /*speex_mode_query(&speex_wb_mode, SPEEX_SUBMODE_BITS_PER_FRAME, &advance);*/
1136 advance = wb_skip_table[submode];
1137 if (advance < 0)
1142 advance -= (SB_SUBMODE_BITS+1);
1143 speex_bits_advance(bits, advance);
1150 advance = submode = speex_bits_unpack_unsigned(bits, SB_SUBMODE_BITS);
1151 /*speex_mode_query(&speex_wb_mode, SPEEX_SUBMODE_BITS_PER_FRAME, &advance);*/
1152 advance
[all...]
/external/srec/srec/Recognizer/include/
H A DSR_Recognizer.h376 * may be one (for our default frame-advance mode) or it may be more if the synchronous nature
378 * of the Recognizer_PutAudio call. It is permissible to advance when there is no further data.
387 ESR_ReturnCode(*advance)(struct SR_Recognizer_t* self, SR_RecognizerStatus* status, member in struct:SR_Recognizer_t
799 * may be one (for our default frame-advance mode) or it may be more if the synchronous nature
801 * of the Recognizer_PutAudio call. It is permissible to advance when there is no further data.
/external/skia/src/animator/
H A DSkAnimateActive.cpp51 void SkActive::advance() { function in class:SkActive
H A DSkScript.cpp205 int advance = 1; local
241 advance += reverseOperands;
254 advance++;
315 return advance;
506 (*scriptPtr)++; // advance beyond close paren
795 int advance = logicalOp(ch, nextChar); local
796 if (advance < 0) // error
798 if (advance == 0)
799 advance = arithmeticOp(ch, nextChar, lastPush);
800 if (advance
1076 int advance = 1; local
[all...]
H A DSkScriptTokenizer.cpp224 int advance = 1; local
230 return advance;
260 advance += reverseOperands;
273 advance++;
289 return advance;
331 return advance;
455 (*scriptPtr)++; // advance beyond close paren
681 int advance = logicalOp(ch, nextChar); local
682 if (advance == 0)
683 advance
916 int advance = 1; local
[all...]
/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp134 // Assuming that on average, the ASCII representation of an advance plus
169 Data advance = kInvalidAdvance; local
177 SkAssertResult(getAdvance(fontHandle, gId, &advance));
180 advance = kDontCareAdvance;
183 if (advance == lastAdvance) {
186 } else if (advance == kDontCareAdvance) {
240 curRange->fAdvance.append(1, &advance);
241 if (advance != kDontCareAdvance) {
242 lastAdvance = advance;
H A DSkPaint.cpp1055 static SkFixed advance(const SkGlyph& glyph, int xyIndex) { function
1092 Sk48Dot16 x = advance(*g, xyIndex);
1102 x += SkAutoKern_AdjustF(rsb, g->fLsbDelta) + advance(*g, xyIndex);
1106 x += advance(glyphCacheProc(cache, &text), xyIndex);
1118 x += advance(*g, xyIndex);
1124 x += advance(*g, xyIndex);
1245 SkFixed x = SkAutoKern_AdjustF(rsb, g.fLsbDelta) + advance(g, xyIndex);
1256 SkFixed x = advance(glyphCacheProc(cache, &text), xyIndex);
1375 prevWidth = advance(g, xyIndex);
1394 prevWidth = advance(
[all...]
/external/skia/src/effects/
H A DSk1DPathEffect.cpp34 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, argument
37 if (advance <= 0 || path.isEmpty()) {
38 SkDEBUGF(("SkPath1DPathEffect can't use advance <= 0\n"));
47 if (phase > advance) {
48 phase = SkScalarMod(phase, advance);
51 if (phase > advance) {
52 phase = SkScalarMod(phase, advance);
54 phase = advance - phase;
56 // now catch the edge case where phase == advance (within epsilon)
57 if (phase >= advance) {
[all...]
/external/skia/src/fonts/
H A DSkGScalerContext.cpp82 SkVector advance; local
84 SkFixedToScalar(glyph->fAdvanceY), &advance);
85 glyph->fAdvanceX = SkScalarToFixed(advance.fX);
86 glyph->fAdvanceY = SkScalarToFixed(advance.fY);
92 SkVector advance; local
94 SkFixedToScalar(glyph->fAdvanceY), &advance);
95 glyph->fAdvanceX = SkScalarToFixed(advance.fX);
96 glyph->fAdvanceY = SkScalarToFixed(advance.fY);
/external/skia/src/pathops/
H A DSkIntersectionHelper.h53 bool advance() { function in class:SkIntersectionHelper
122 return advance();
/external/skia/src/pdf/
H A DSkPDFFont.cpp299 const SkAdvancedTypefaceMetrics::VerticalMetric& advance,
301 appendWidth(advance.fVerticalAdvance, emSize, array);
302 appendWidth(advance.fOriginXDisp, emSize, array);
303 appendWidth(advance.fOriginYDisp, emSize, array);
311 SkPDFArray* (*appendAdvance)(const Data& advance, uint16_t emSize,
853 // Font does not support subsetting, get new info with advance.
1188 // Generate new font metrics with advance info for true type fonts.
298 appendVerticalAdvance( const SkAdvancedTypefaceMetrics::VerticalMetric& advance, uint16_t emSize, SkPDFArray* array) argument
308 composeAdvanceData( SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* advanceInfo, uint16_t emSize, SkPDFArray* (*appendAdvance)(const Data& advance, uint16_t emSize, SkPDFArray* array), Data* defaultAdvance) argument
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp421 advances[i] = face->glyph->advance.x;
468 FT_Fixed advance = 0; local
469 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
473 *data = advance;
661 int16_t advance = face->max_advance_width;
662 info->fGlyphWidths->fAdvance.append(1, &advance);
676 int16_t advance = advances[i];
677 info->fGlyphWidths->fAdvance.append(1, &advance);
1121 FT_Fixed advance; local
1125 &advance );
[all...]
H A DSkFontHost_mac.cpp925 glyphDataIter.advance(fFBoundingBoxesGlyphOffset);
1020 // 0x200B (zero-advance space) seems to return a huge (garbage) bounds, when
1021 // it should be empty. So, if we see a zero-advance, we check if it has an
1022 // empty path or not, and if so, we jam the bounds to 0. Hopefully a zero-advance
1512 CGSize advance; local
1513 advance.width = 0;
1515 CTFontGetAdvancesForGlyphs(ctFont, kCTFontHorizontalOrientation, &glyph, &advance, 1);
1516 *data = sk_float_round2int(advance.width);
H A DSkFontHost_win.cpp908 // Apply matrix to advance.
964 SkPoint advance; local
965 fHiResMatrix.mapXY(SkIntToScalar(gm.gmCellIncX), SkIntToScalar(gm.gmCellIncY), &advance); local
966 glyph->fAdvanceX = SkScalarToFixed(advance.fX);
967 glyph->fAdvanceY = SkScalarToFixed(advance.fY);
972 SkPoint advance; local
973 fG_inv.mapXY(SkIntToScalar(gm.gmCellIncX), SkIntToScalar(gm.gmCellIncY), &advance); local
974 glyph->fAdvanceX = SkScalarToFixed(advance.fX);
975 glyph->fAdvanceY = SkScalarToFixed(advance.fY);
1819 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { argument
[all...]
H A DSkScalerContext_win_dw.cpp211 // Also, rotated glyphs should have the same absolute advance widths as
412 FLOAT advance = 0; local
422 run.glyphAdvances = &advance;
642 FLOAT advance = 0.0f; local
652 run.glyphAdvances = &advance;
H A DSkTypeface_win_dw.cpp332 static bool getWidthAdvance(IDWriteFontFace* fontFace, int gId, int16_t* advance) { argument
333 SkASSERT(advance);
340 *advance = 0;
344 *advance = gm.advanceWidth;
473 int16_t advance; local
474 getWidthAdvance(fDWriteFontFace.get(), 1, &advance);
475 info->fGlyphWidths->fAdvance.append(1, &advance);

Completed in 1031 milliseconds

12345678