Home
last modified time | relevance | path

Searched refs:toskip (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/freetype/src/base/
Dftpatent.c200 FT_UInt flags, toskip; in _tt_face_check_patents() local
206 toskip = 2 + 1 + 1; in _tt_face_check_patents()
209 toskip += 2; in _tt_face_check_patents()
212 toskip += 2; in _tt_face_check_patents()
214 toskip += 4; in _tt_face_check_patents()
216 toskip += 8; in _tt_face_check_patents()
221 if ( FT_STREAM_SKIP( toskip ) ) in _tt_face_check_patents()
/external/tcpdump/
Dcpack.c73 cpack_advance(struct cpack_state *cs, const size_t toskip) in cpack_advance() argument
76 if (cs->c_next - cs->c_buf + toskip > cs->c_len) in cpack_advance()
78 cs->c_next += toskip; in cpack_advance()