Searched refs:ucTmp (Results 1 – 1 of 1) sorted by relevance
176 #define swap_char(A,B) { ucTmp = A; A = B ; B = ucTmp; }383 unsigned char ucTmp; in SwapArrayByteOrder_() local