Searched defs:newv (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | inet_pton.c | 95 size_t newv = *tp * 10 + (pch - digits); in inet_pton4() local
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | vchi_bsd.h | 109 atomic_cmpxchg(atomic_t *v, int oldv, int newv) in atomic_cmpxchg() 118 atomic_xchg(atomic_t *v, int newv) in atomic_xchg()
|
/freebsd/contrib/tcsh/ |
H A D | sh.misc.c | 180 Char **newv, **onewv; in saveblk() local
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 856 int newv, oldv, result; in atomic_testandclear_32() local 914 int newv, oldv, result; in atomic_testandset_32() local
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 599 uint16_t oldv, newv; in smi_rmw() local
|
/freebsd/tests/sys/netmap/ |
H A D | ctrl-api-test.c | 1044 change_param(const char *pname, unsigned long newv, unsigned long *poldv) in change_param()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface_atomic.cpp | 90 T newv = ~(cmp & op); in func_nand() local
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1083 #define __sanitizer_syscall_pre___sysctl(name, namelen, oldv, oldlenp, newv, \ argument 1089 newv, newlen) \ argument 1741 #define __sanitizer_syscall_pre_compat_60_sa_register(newv, oldv, flags, \ argument 1746 #define __sanitizer_syscall_post_compat_60_sa_register(res, newv, oldv, flags, \ argument
|