Home
last modified time | relevance | path

Searched refs:toskip (Results 1 – 4 of 4) 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/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.c74 cpack_advance(struct cpack_state *cs, const size_t toskip) in cpack_advance() argument
77 if (cs->c_next - cs->c_buf + toskip > cs->c_len) in cpack_advance()
79 cs->c_next += toskip; in cpack_advance()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Dsm4_parse.cpp71 void skip(unsigned toskip) in skip()
73 tokens += toskip; in skip()