Searched refs:nbytes (Results 1 – 4 of 4) sorted by relevance
120 int nbytes,
62 int nbytes,
377 int nbytes, in SwapArrayByteOrder_() argument388 for(j=0; j < (nbytes/2); j++) in SwapArrayByteOrder_()390 swap_char( ucDst[j] , ucDst[(nbytes - 1) - j] ); in SwapArrayByteOrder_()392 ucDst += nbytes; in SwapArrayByteOrder_()
1998 void SwapArrayByteOrder( void* array, int nbytes, int nItems ) in SwapArrayByteOrder() argument2005 for(j=0; j < (nbytes/2); j++) in SwapArrayByteOrder()2006 std::swap( ucDst[j] , ucDst[(nbytes - 1) - j] ); in SwapArrayByteOrder()2007 ucDst += nbytes; in SwapArrayByteOrder()