Searched refs:IPACMLOG (Results 1 – 2 of 2) sorted by relevance
103 …IPACMLOG(" %s(0x%x): %d.%d.%d.%d\n", X, Y, ((Y>>24) & 0xFF), ((Y>>16) & 0xFF), ((Y>>8) & 0xFF), (Y…
96 #define IPACMLOG(fmt, ...) printf(fmt, ##__VA_ARGS__); macro