Lines Matching +full:not +full:- +full:swapped

2  * Copyright (c) 2004-2006 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
26 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
104 * The CL_NTOH16 macro converts a 16-bit value from network byte order to
106 * swapped by the pre-processor. For variables, CL_NTOH16 is less efficient
114 * [in] 16-bit value to swap from network byte order to host byte order.
131 * The CL_HTON16 macro converts a 16-bit value from host byte order to
133 * swapped by the pre-processor. For variables, CL_HTON16 is less efficient
141 * [in] 16-bit value to swap from host byte order to network byte order.
166 * The cl_ntoh16 function converts a 16-bit value from network byte order to
192 * The cl_hton16 function converts a 16-bit value from host byte order to
222 * The CL_NTOH32 macro converts a 32-bit value from network byte order to
224 * swapped by the pre-processor. For variables, CL_NTOH32 is less efficient
232 * [in] 32-bit value to swap from network byte order to host byte order.
249 * The CL_HTON32 macro converts a 32-bit value from host byte order to
251 * swapped by the pre-processor. For variables, CL_HTON32 is less efficient
259 * [in] 32-bit value to swap from host byte order to network byte order.
286 * The cl_ntoh32 function converts a 32-bit value from network byte order to
312 * The cl_hton32 function converts a 32-bit value from host byte order to
342 * The CL_NTOH64 macro converts a 64-bit value from network byte order to
344 * swapped by the pre-processor. For variables, CL_NTOH64 is less efficient
352 * [in] 64-bit value to swap from network byte order to host byte order.
369 * The CL_HTON64 macro converts a 64-bit value from host byte order to
371 * swapped by the pre-processor. For variables, CL_HTON64 is less efficient
379 * [in] 64-bit value to swap from host byte order to network byte order.
410 * The cl_ntoh64 function converts a 64-bit value from network byte order to
436 * The cl_hton64 function converts a 64-bit value from host byte order to
483 p_dest[i] = p_src[size - 1 - i]; in cl_ntoh()
484 p_dest[size - 1 - i] = temp; in cl_ntoh()
488 p_dest[i] = p_src[size - 1 - i]; in cl_ntoh()
492 * If the source and destination are not the same, copy the source to in cl_ntoh()
513 * This function does not return a value.