Home | History | Annotate | Download | only in heap

Lines Matching refs:himask

198   static void PrintWord(uint32_t word, uint32_t himask = 0) {
200 if ((mask & himask) != 0) PrintF("[");
202 if ((mask & himask) != 0) PrintF("]");