Home | History | Annotate | Download | only in heap

Lines Matching refs:himask

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