Home | History | Annotate | Download | only in test

Lines Matching refs:pByte

2261 void swap_byte(char *pByte, int nbyte)
2267 pByte[i] ^= pByte[nbyte-i-1];
2268 pByte[nbyte-i-1] ^= pByte[i];
2269 pByte[i] ^= pByte[nbyte-i-1];