Lines Matching +full:multi +full:- +full:bit
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
61 * 32-bit signed integers in an atomic fashion.
68 * The cl_atomic_inc function atomically increments a 32-bit signed
77 * [in] Pointer to a 32-bit integer to increment.
87 * synchronization mechanisms in multi-threaded environments.
98 * The cl_atomic_dec function atomically decrements a 32-bit signed
107 * [in] Pointer to a 32-bit integer to decrement.
117 * synchronization mechanisms in multi-threaded environments.
129 * 32-bit signed integer and returns the resulting value.
138 * [in] Pointer to a 32-bit integer that will be added to.
151 * synchronization mechanisms in multi-threaded environments.
163 * 32-bit signed integer and returns the resulting value.
172 * [in] Pointer to a 32-bit integer that will be subtracted from.
185 * synchronization mechanisms in multi-threaded environments.