Searched refs:AddCode (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcodec/gif/ |
D | cfx_lzwdecompressor.cpp | 105 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
|
D | cfx_lzwdecompressor.h | 43 void AddCode(uint16_t prefix_code, uint8_t append_char);
|
/external/pdfium/core/fxcodec/flate/ |
D | flatemodule.cpp | 122 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/ |
D | tfprof_stats.cc | 261 node->second->AddCode(entry.code_def(), &id_to_string_); in AddOpLogProto()
|
D | tfprof_node.h | 358 void AddCode(const CodeDef& code, in AddCode() function
|