Home
last modified time | relevance | path

Searched +defs:old +defs:val (Results 251 – 275 of 9252) sorted by relevance

1...<<11121314151617181920>>...371

/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/8004867/
H A DTestIntAtomicVolatile.java257 int val = (i%SCALE != 0) ? -1 : -123; in test() local
262 int val = (i%SCALE != 0) ? -1 : 123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
755 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
777 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
782 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
804 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
836 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
841 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
890 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
H A DTestIntUnsafeVolatile.java274 int val = (i%SCALE != 0) ? -1 : -123; in test() local
279 int val = (i%SCALE != 0) ? -1 : 123; in test() local
284 int val = (i%SCALE != 0) ? -1 : 123; in test() local
776 static void test_vi(int[] a, int b, int old) { in test_vi()
798 static void test_ci_neg(int[] a, int old) { in test_ci_neg()
803 static void test_vi_neg(int[] a, int b, int old) { in test_vi_neg()
825 static void test_ci_oppos(int[] a, int old) { in test_ci_oppos()
857 static void test_ci_off(int[] a, int old) { in test_ci_off()
862 static void test_vi_off(int[] a, int b, int old) { in test_vi_off()
911 static void test_ci_scl(int[] a, int old) { in test_ci_scl()
[all …]
H A DTestIntAtomicCAS.java257 int val = (i%SCALE != 0) ? -1 : -123; in test() local
262 int val = (i%SCALE != 0) ? -1 : 123; in test() local
267 int val = (i%SCALE != 0) ? -1 : 123; in test() local
755 static void test_vi(AtomicIntegerArray a, int b, int old) { in test_vi()
777 static void test_ci_neg(AtomicIntegerArray a, int old) { in test_ci_neg()
782 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { in test_vi_neg()
804 static void test_ci_oppos(AtomicIntegerArray a, int old) { in test_ci_oppos()
836 static void test_ci_off(AtomicIntegerArray a, int old) { in test_ci_off()
841 static void test_vi_off(AtomicIntegerArray a, int b, int old) { in test_vi_off()
890 static void test_ci_scl(AtomicIntegerArray a, int old) { in test_ci_scl()
[all …]
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Dvars.c176 static void su_bool(const char *old, const char *val, char **sug) { in su_bool()
183 static void su_old(const char *old, const char *val, char **sug) { in su_old()
188 static void su_path(const char *old, const char *val, char **sug) { in su_path()
419 static void su_color(const char *old, const char *v, char **sug) { in su_color()
421 char *val = g_strdup(v); in su_color() local
492 int old = var_get_int(hub, VAR_download_slots); in s_download_slots() local
511 static void su_encoding(const char *old, const char *val, char **sug) { in su_encoding()
570 static void su_ffc(const char *old, const char *val, char **sug) { in su_ffc()
763 static void su_tls_policy(const char *old, const char *val, char **sug) { in su_tls_policy()
831 static void su_notify_bell(const char *old, const char *val, char **sug) { in su_notify_bell()
[all …]
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/libatomic_ops/src/atomic_ops/
H A Dgeneralize.h337 AO_t old; in AO_fetch_and_add_full() local
353 AO_t old; in AO_fetch_and_add_acquire() local
369 AO_t old; in AO_fetch_and_add_release() local
385 AO_t old; in AO_fetch_and_add() local
781 AO_t old; in AO_or_full() local
816 # define AO_or(addr, val) \ argument
822 # define AO_or(addr, val) \ argument
1012 # define AO_compare_and_swap(addr, old, new_val) \ argument
1018 # define AO_compare_and_swap(addr, old, new_val) \ argument
1024 # define AO_compare_and_swap(addr, old, new_val) \ argument
[all …]
/dports/sysutils/liburcu/userspace-rcu-0.13.0/include/urcu/uatomic/
H A Dppc.h58 unsigned long _uatomic_exchange(void *addr, unsigned long val, int len) in _uatomic_exchange()
111 unsigned long _uatomic_cmpxchg(void *addr, unsigned long old, in _uatomic_cmpxchg()
167 #define uatomic_cmpxchg(addr, old, _new) \ argument
176 unsigned long _uatomic_add_return(void *addr, unsigned long val, in _uatomic_add_return()
/dports/audio/gbsplay/gbsplay-0.0.94/
H A Dgbcpu.c705 uint8_t res, val; in op_rl() local
740 uint8_t res, val; in op_rlc() local
771 uint8_t res, val; in op_sla() local
785 uint8_t res, val; in op_rr() local
812 uint8_t res, val; in op_rrc() local
839 uint8_t res, val; in op_sra() local
854 uint8_t res, val; in op_srl() local
869 uint32_t val; in op_swap() local
1004 long val = get_imm8(); in op_ld_reg8_imm() local
1041 uint8_t old; in op_inc() local
[all …]
/dports/devel/vstr/vstr-1.0.15/tst/cntl/
H A Dtst_cntl_conf.c5 #define TST_FLAG(num, name, old, new) \ argument
19 #define TST_CHR(num, name, old, new) \ argument
31 #define TST_CSTR(num, name, old, new) \ argument
44 #define TST_CSTR2(num, name, old, new, tst_new) \ argument
57 #define TST_REF(num, name, old, new) do { \ argument
79 #define TST_NUM_REF(num, name, num_base, old, new) do { \ argument
146 #define MFAIL_TST_CSTR(name, val) \ in tst() argument
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/conc/
H A DAtomicPtrIntPair.hpp47 void AtomicPtrIntPair <T>::set (T * ptr, intptr_t val) noexcept in set()
70 Combi old; in get() local
141 Combi old; in cas2() local
171 void AtomicPtrIntPair <T>::cas_combi (Combi &old, Combi &dest, const Combi &excg, const Combi &comp… in cas_combi()
/dports/devel/slf4j/slf4j-1.7.21/slf4j-log4j12/src/main/java/org/slf4j/impl/
H A DLog4jMDCAdapter.java59 public void put(String key, String val) { in put()
69 Map old = org.apache.log4j.MDC.getContext(); in getCopyOfContextMap() local
79 Map old = org.apache.log4j.MDC.getContext(); in setContextMap() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/include/uapi/asm/
H A Dgcc_intrin.h34 #define ia64_setreg(regnum, val) \ argument
199 #define ia64_st4_rel_nta(m, val) \ argument
308 #define ia64_cmpxchg1_acq(ptr, new, old) \ argument
317 #define ia64_cmpxchg1_rel(ptr, new, old) \ argument
326 #define ia64_cmpxchg2_acq(ptr, new, old) \ argument
425 #define __ia64_set_dbr(index, val) \ argument
428 #define ia64_set_ibr(index, val) \ argument
431 #define ia64_set_pkr(index, val) \ argument
434 #define ia64_set_pmc(index, val) \ argument
437 #define ia64_set_pmd(index, val) \ argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/include/uapi/asm/
H A Dgcc_intrin.h34 #define ia64_setreg(regnum, val) \ argument
199 #define ia64_st4_rel_nta(m, val) \ argument
308 #define ia64_cmpxchg1_acq(ptr, new, old) \ argument
317 #define ia64_cmpxchg1_rel(ptr, new, old) \ argument
326 #define ia64_cmpxchg2_acq(ptr, new, old) \ argument
425 #define __ia64_set_dbr(index, val) \ argument
428 #define ia64_set_ibr(index, val) \ argument
431 #define ia64_set_pkr(index, val) \ argument
434 #define ia64_set_pmc(index, val) \ argument
437 #define ia64_set_pmd(index, val) \ argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/include/uapi/asm/
H A Dgcc_intrin.h34 #define ia64_setreg(regnum, val) \ argument
199 #define ia64_st4_rel_nta(m, val) \ argument
308 #define ia64_cmpxchg1_acq(ptr, new, old) \ argument
317 #define ia64_cmpxchg1_rel(ptr, new, old) \ argument
326 #define ia64_cmpxchg2_acq(ptr, new, old) \ argument
425 #define __ia64_set_dbr(index, val) \ argument
428 #define ia64_set_ibr(index, val) \ argument
431 #define ia64_set_pkr(index, val) \ argument
434 #define ia64_set_pmc(index, val) \ argument
437 #define ia64_set_pmd(index, val) \ argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/linux/
H A Drefcount.h78 unsigned int old, new, val = atomic_read(&r->refs); in refcount_inc_not_zero() local
123 unsigned int old, new, val = atomic_read(&r->refs); in refcount_sub_and_test() local
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/linux/
H A Drefcount.h78 unsigned int old, new, val = atomic_read(&r->refs); in refcount_inc_not_zero() local
123 unsigned int old, new, val = atomic_read(&r->refs); in refcount_sub_and_test() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/linux/
H A Drefcount.h78 unsigned int old, new, val = atomic_read(&r->refs); in refcount_inc_not_zero() local
123 unsigned int old, new, val = atomic_read(&r->refs); in refcount_sub_and_test() local
/dports/net/gsk/gsk-1.0.63/src/tests/
H A Dtest-prefix-tree.c10 #define P(pref, old, new) \ in main() argument
12 #define L(val, expected) \ in main() argument
14 #define POP(list, val) \ in main() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/include/asm/
H A Dcmpxchg-grb.h5 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
27 static inline unsigned long xchg_u16(volatile u16 *m, unsigned long val) in xchg_u16()
49 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
71 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/include/asm/
H A Dcmpxchg-grb.h5 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
27 static inline unsigned long xchg_u16(volatile u16 *m, unsigned long val) in xchg_u16()
49 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
71 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/include/asm/
H A Dcmpxchg-grb.h5 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
27 static inline unsigned long xchg_u16(volatile u16 *m, unsigned long val) in xchg_u16()
49 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
71 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/sysdep/sh/
H A Dlocks.h22 unsigned int val; in __cas_start_atomic() local
40 compare_and_swap (volatile obj_addr_t *addr, obj_addr_t old, in compare_and_swap()
66 compare_and_swap_release (volatile obj_addr_t *addr, obj_addr_t old, in compare_and_swap_release()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/sysdep/sh/
H A Dlocks.h22 unsigned int val; in __cas_start_atomic() local
40 compare_and_swap (volatile obj_addr_t *addr, obj_addr_t old, in compare_and_swap()
66 compare_and_swap_release (volatile obj_addr_t *addr, obj_addr_t old, in compare_and_swap_release()
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/lib/sccs/src/
H A Ddebug.c43 sccs_setdebug(val) in sccs_setdebug() argument
46 int old = libsccs_debug; local
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/lib/sccs/src/
H A Ddebug.c43 sccs_setdebug(val) in sccs_setdebug() argument
46 int old = libsccs_debug; local
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/lib/sccs/src/
H A Ddebug.c43 sccs_setdebug(val) in sccs_setdebug() argument
46 int old = libsccs_debug; local

1...<<11121314151617181920>>...371