Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dlzw_decompressor.cpp113 uint8_t append_char = decompressed_[decompressed_next_ - 1]; in Decode() local
150 void 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
227 append_char(struct state *state, in append_char() function
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp154 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode()