Home
last modified time | relevance | path

Searched refs:AddCode (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp105 AddCode(code_old_, code_first_); in Decode()
115 AddCode(code_old_, append_char); in Decode()
151 void CFX_LZWDecompressor::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode() function in CFX_LZWDecompressor
Dcfx_lzwdecompressor.h43 void AddCode(uint16_t prefix_code, uint8_t append_char);
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp122 void AddCode(uint32_t prefix_code, uint8_t append_char);
143 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode() function in fxcodec::__anon0f322ee60111::CLZWDecoder
228 AddCode(old_code, last_char); in Decode()
274 AddCode(old_code, last_char); in Decode()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_stats.cc261 node->second->AddCode(entry.code_def(), &id_to_string_); in AddOpLogProto()
Dtfprof_node.h358 void AddCode(const CodeDef& code, in AddCode() function