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

/freebsd-13-stable/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-13-stable/usr.bin/diff/
H A Ddiffreg.c611 int oldc, tc, oldl, sq; local
628 oldl = 0;
635 if (l != oldl + 1)
643 oldl = l;

Completed in 118 milliseconds