Searched refs:oldl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/ |
| HD | runtime.c | 51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong() argument 53 long original = InterlockedCompareExchange(dst, newl, oldl); in OSAtomicCompareAndSwapLong() 54 return (original == oldl); in OSAtomicCompareAndSwapLong() 72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { in OSAtomicCompareAndSwapLong() argument 73 return __sync_bool_compare_and_swap(dst, oldl, newl); in OSAtomicCompareAndSwapLong()
|
| /freebsd-14-stable/usr.bin/diff/ |
| HD | diffreg.c | 603 int oldc, tc, oldl, sq; in stone() local 620 oldl = 0; in stone() 627 if (l != oldl + 1) in stone() 635 oldl = l; in stone()
|