Home
last modified time | relevance | path

Searched refs:old (Results 176 – 200 of 44947) sorted by relevance

12345678910>>...1798

/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/port/atomics/
H A Dgeneric.h172 uint32 old; in pg_atomic_exchange_u32_impl() local
179 return old; in pg_atomic_exchange_u32_impl()
188 uint32 old; in pg_atomic_fetch_add_u32_impl() local
195 return old; in pg_atomic_fetch_add_u32_impl()
213 uint32 old; in pg_atomic_fetch_and_u32_impl() local
220 return old; in pg_atomic_fetch_and_u32_impl()
229 uint32 old; in pg_atomic_fetch_or_u32_impl() local
236 return old; in pg_atomic_fetch_or_u32_impl()
265 uint64 old; in pg_atomic_exchange_u64_impl() local
272 return old; in pg_atomic_exchange_u64_impl()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/port/atomics/
H A Dgeneric.h172 uint32 old; in pg_atomic_exchange_u32_impl() local
179 return old; in pg_atomic_exchange_u32_impl()
188 uint32 old; in pg_atomic_fetch_add_u32_impl() local
195 return old; in pg_atomic_fetch_add_u32_impl()
213 uint32 old; in pg_atomic_fetch_and_u32_impl() local
220 return old; in pg_atomic_fetch_and_u32_impl()
229 uint32 old; in pg_atomic_fetch_or_u32_impl() local
236 return old; in pg_atomic_fetch_or_u32_impl()
265 uint64 old; in pg_atomic_exchange_u64_impl() local
272 return old; in pg_atomic_exchange_u64_impl()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Include/internal/
H A Dpycore_atomic.h319 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
340 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
347 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
357 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
438 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
445 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
455 } while(_InterlockedCompareExchange64(value, old, old) != old);
470 int old;
476 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
483 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_atomic.h318 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
339 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
346 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
356 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
437 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
444 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
454 } while(_InterlockedCompareExchange64(value, old, old) != old);
469 int old;
475 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
482 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/lang/python38/Python-3.8.12/Include/internal/
H A Dpycore_atomic.h319 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
340 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
347 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
357 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
438 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
445 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
455 } while(_InterlockedCompareExchange64(value, old, old) != old);
470 int old;
476 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
483 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/lang/python-tools/Python-3.8.12/Include/internal/
H A Dpycore_atomic.h319 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
340 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
347 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
357 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
438 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
445 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
455 } while(_InterlockedCompareExchange64(value, old, old) != old);
470 int old;
476 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
483 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/lang/python39/Python-3.9.9/Include/internal/
H A Dpycore_atomic.h318 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
339 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
346 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
356 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
437 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
444 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
454 } while(_InterlockedCompareExchange64(value, old, old) != old);
469 int old;
475 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
482 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Include/internal/
H A Dpycore_atomic.h319 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
340 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
347 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
357 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
438 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
445 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
455 } while(_InterlockedCompareExchange64(value, old, old) != old);
470 int old;
476 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
483 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_atomic.h318 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
339 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
346 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
356 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
437 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
444 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
454 } while(_InterlockedCompareExchange64(value, old, old) != old);
469 int old;
475 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
482 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/internal/
H A Dpycore_atomic.h319 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
340 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
347 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
357 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
438 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
445 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
455 } while(_InterlockedCompareExchange64(value, old, old) != old);
470 int old;
476 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
483 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/internal/
H A Dpycore_atomic.h318 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
339 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
346 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
356 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
437 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
444 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
454 } while(_InterlockedCompareExchange64(value, old, old) != old);
469 int old;
475 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
482 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/internal/
H A Dpycore_atomic.h319 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
340 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
347 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
357 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
438 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
445 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
455 } while(_InterlockedCompareExchange64(value, old, old) != old);
470 int old;
476 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
483 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_atomic.h318 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
339 } while(_InterlockedCompareExchange_HLEAcquire((volatile long*)value, old, old) != old);
346 } while(_InterlockedCompareExchange_HLERelease((volatile long*)value, old, old) != old);
356 } while(_InterlockedCompareExchange((volatile long*)value, old, old) != old);
437 } while(_InterlockedCompareExchange64_acq(value, old, old) != old);
444 } while(_InterlockedCompareExchange64_rel(value, old, old) != old);
454 } while(_InterlockedCompareExchange64(value, old, old) != old);
469 int old;
475 } while(_InterlockedCompareExchange_acq(value, old, old) != old);
482 } while(_InterlockedCompareExchange_rel(value, old, old) != old);
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/tutorial/game/tl/None/
H A Dcommon.rpym5 old "{#weekday}Monday"
161 old "Page {}"
357 old "prev"
361 old "next"
413 old "Quit"
505 old "Open"
513 old "Copy"
637 old "✔ "
641 old "✘ "
653 old "Size"
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/the_question/game/tl/None/
H A Dcommon.rpym5 old "{#weekday}Monday"
161 old "Page {}"
357 old "prev"
361 old "next"
413 old "Quit"
505 old "Open"
513 old "Copy"
637 old "✔ "
641 old "✘ "
653 old "Size"
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/sync/
H A Dmutex.go90 old := m.state
98 if !atomic.CompareAndSwapInt32(&m.state, old, old|mutexLocked) {
113 old := m.state
121 if !awoke && old&mutexWoken == 0 && old>>mutexWaiterShift != 0 &&
122 atomic.CompareAndSwapInt32(&m.state, old, old|mutexWoken) {
127 old = m.state
130 new := old
164 old = m.state
188 old = m.state
223 old := new
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/include/asm/
H A Dbitops.h50 old = *m; in set_bit()
52 } while (cmpxchg_acq(m, old, new) != old); in set_bit()
91 old = *m; in clear_bit()
93 } while (cmpxchg_acq(m, old, new) != old); in clear_bit()
115 old = *m; in clear_bit_unlock()
117 } while (cmpxchg_rel(m, old, new) != old); in clear_bit_unlock()
174 } while (cmpxchg_acq(m, old, new) != old); in change_bit()
213 } while (cmpxchg_acq(m, old, new) != old); in test_and_set_bit()
267 } while (cmpxchg_acq(m, old, new) != old); in test_and_clear_bit()
312 } while (cmpxchg_acq(m, old, new) != old); in test_and_change_bit()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/include/asm/
H A Dbitops.h50 old = *m; in set_bit()
52 } while (cmpxchg_acq(m, old, new) != old); in set_bit()
91 old = *m; in clear_bit()
93 } while (cmpxchg_acq(m, old, new) != old); in clear_bit()
115 old = *m; in clear_bit_unlock()
117 } while (cmpxchg_rel(m, old, new) != old); in clear_bit_unlock()
174 } while (cmpxchg_acq(m, old, new) != old); in change_bit()
213 } while (cmpxchg_acq(m, old, new) != old); in test_and_set_bit()
267 } while (cmpxchg_acq(m, old, new) != old); in test_and_clear_bit()
312 } while (cmpxchg_acq(m, old, new) != old); in test_and_change_bit()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/include/asm/
H A Dbitops.h50 old = *m; in set_bit()
52 } while (cmpxchg_acq(m, old, new) != old); in set_bit()
91 old = *m; in clear_bit()
93 } while (cmpxchg_acq(m, old, new) != old); in clear_bit()
115 old = *m; in clear_bit_unlock()
117 } while (cmpxchg_rel(m, old, new) != old); in clear_bit_unlock()
174 } while (cmpxchg_acq(m, old, new) != old); in change_bit()
213 } while (cmpxchg_acq(m, old, new) != old); in test_and_set_bit()
267 } while (cmpxchg_acq(m, old, new) != old); in test_and_clear_bit()
312 } while (cmpxchg_acq(m, old, new) != old); in test_and_change_bit()
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/tchinese/
H A Ddeveloper.rpy5 old "Developer Menu"
13 old "Console (Shift+O)"
17 old "Variable Viewer"
21 old "Theme Test"
29 old "Filename List"
49 old "Rectangle: %r"
69 old "✔ "
73 old "✘ "
85 old "Size"
89 old "Style"
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/greek/
H A Ddeveloper.rpy5 old "Developer Menu"
13 old "Console (Shift+O)"
17 old "Variable Viewer"
21 old "Theme Test"
29 old "Filename List"
49 old "Rectangle: %r"
69 old "✔ "
73 old "✘ "
85 old "Size"
89 old "Style"
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/arabic/
H A Ddeveloper.rpy5 old "Developer Menu"
13 old "Console (Shift+O)"
17 old "Variable Viewer"
21 old "Theme Test"
29 old "Filename List"
49 old "Rectangle: %r"
69 old "✔ "
73 old "✘ "
85 old "Size"
89 old "Style"
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/german/
H A Dcommon.rpy5 old "{#weekday}Monday"
9 old "{#weekday}Tuesday"
77 old "{#month}May"
81 old "{#month}June"
85 old "{#month}July"
221 old "Skip Mode"
281 old "Updater"
321 old "prev"
325 old "next"
329 old "slideshow"
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/italian/
H A Dcommon.rpy5 old "{#weekday}Monday"
9 old "{#weekday}Tuesday"
77 old "{#month}May"
81 old "{#month}June"
85 old "{#month}July"
221 old "Skip Mode"
281 old "Updater"
321 old "prev"
325 old "next"
329 old "slideshow"
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/finnish/
H A Dcommon.rpy5 old "{#weekday}Monday"
9 old "{#weekday}Tuesday"
77 old "{#month}May"
81 old "{#month}June"
85 old "{#month}July"
221 old "Skip Mode"
281 old "Updater"
321 old "prev"
325 old "next"
329 old "slideshow"
[all …]

12345678910>>...1798