Home | History | Annotate | Download | only in lib

Lines Matching refs:x7F

1374         *(dst_p++) = (*src_p)[0] + (((*src_p)[1] & 0x7F) << 8) - (((*src_p)[1] & 0x80) ? 0x8000 : 0);