Home | History | Annotate | Download | only in wtf

Lines Matching defs:p16

117     uint16_t* p16 = reinterpret_cast<uint16_t*>(p);
119 p16[0] = high;
120 p16[1] = low;
122 p16[1] = high;
123 p16[0] = low;