Home | History | Annotate | Download | only in Support

Lines Matching refs:pByte

889     char *pByte = (char*)Result.pVal;
891 char Tmp = pByte[i];
892 pByte[i] = pByte[BitWidth / APINT_WORD_SIZE - 1 - i];
893 pByte[BitWidth / APINT_WORD_SIZE - i - 1] = Tmp;