Searched refs:pByte (Results 1 – 2 of 2) sorted by relevance
3291 void swap_byte(char *pByte, int nbyte) in swap_byte() argument3297 pByte[i] ^= pByte[nbyte-i-1]; in swap_byte()3298 pByte[nbyte-i-1] ^= pByte[i]; in swap_byte()3299 pByte[i] ^= pByte[nbyte-i-1]; in swap_byte()
3695 void swap_byte(char *pByte, int nbyte) in swap_byte() argument3700 pByte[i] ^= pByte[nbyte-i-1]; in swap_byte()3701 pByte[nbyte-i-1] ^= pByte[i]; in swap_byte()3702 pByte[i] ^= pByte[nbyte-i-1]; in swap_byte()