Home
last modified time | relevance | path

Searched defs:append_char (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp115 uint8_t append_char = decompressed_[decompressed_next_ - 1]; in Decode() local
152 void CFX_LZWDecompressor::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode()
/external/tcpdump/missing/
Dsnprintf.c65 int (*append_char)(struct state *, unsigned char); member
246 append_char(struct state *state, in append_char() function
/external/libpcap/missing/
Dsnprintf.c65 int (*append_char)(struct state *, unsigned char); member
246 append_char(struct state *state, in append_char() function
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp127 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode()