Searched refs:SInt8 (Results 1 – 3 of 3) sorted by relevance
98 SInt899 OSAddAtomic8(SInt32 amount, volatile SInt8 *address) in OSAddAtomic8()101 return os_atomic_add_orig(address, (SInt8)amount, relaxed); in OSAddAtomic8()206 SInt8207 OSIncrementAtomic8(volatile SInt8 * value) in OSIncrementAtomic8()212 SInt8213 OSDecrementAtomic8(volatile SInt8 * value) in OSDecrementAtomic8()
326 extern SInt8 OSAddAtomic8(328 volatile SInt8 * address);375 extern SInt8 OSIncrementAtomic8(volatile SInt8 * address);422 extern SInt8 OSDecrementAtomic8(volatile SInt8 * address);
65 typedef signed char SInt8; typedef