Searched refs:trie_dbg_set (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_trie.cpp | 36 #define trie_dbg_set(fmt, ...) trie_dbg(MPP_TRIE_DBG_SET, fmt, ## __VA_ARGS__) macro 183 trie_dbg_set("trie %p add info %s len %d\n", trie, s, len); in mpp_trie_add_info() 193 trie_dbg_set("trie %p add %s at %2d char %c:%3d:%x:%x node %d -> %d\n", in mpp_trie_add_info() 202 trie_dbg_set("trie %p add %s at %2d char %c:%3d node %d -> %d as new key0\n", in mpp_trie_add_info() 210 trie_dbg_set("trie %p add %s at %2d char %c:%3d:%x:%x node %d -> %d as key0\n", in mpp_trie_add_info() 219 trie_dbg_set("trie %p add %s at %2d char %c:%3d node %d -> %d as new child\n", in mpp_trie_add_info() 225 trie_dbg_set("trie %p add %s at %2d char %c:%3d:%x:%x node %d -> %d as key1\n", in mpp_trie_add_info() 233 trie_dbg_set("trie %p add %d info %s at node %d pos %d action %p done\n", in mpp_trie_add_info()
|