Home | History | Annotate | Download | only in wtf

Lines Matching defs:p16

74     uint16_t* p16 = reinterpret_cast<uint16_t*>(p);
76 p16[0] = high;
77 p16[1] = low;
79 p16[1] = high;
80 p16[0] = low;