Searched refs:oldl (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { argument
53 long original = InterlockedCompareExchange(dst, newl, oldl);
54 return (original == oldl);
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { argument
73 return __sync_bool_compare_and_swap(dst, oldl, newl);
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c625 int oldc, tc, oldl, sq; local
642 oldl = 0;
649 if (l != oldl + 1)
657 oldl = l;

Completed in 122 milliseconds