Searched defs:newval (Results 1 - 25 of 203) sorted by relevance

123456789

/netbsd-current/common/lib/libc/atomic/
H A Datomic_cas_16_cas.c43 bool_compare_and_swap_2(volatile uint16_t *addr, uint16_t oldval, uint16_t newval, ...) argument
H A Datomic_cas_32_cas.c41 bool_compare_and_swap_4(volatile uint32_t *addr, uint32_t oldval, uint32_t newval, ...) argument
H A Datomic_cas_64_cas.c43 bool_compare_and_swap_8(volatile uint64_t *addr, uint64_t oldval, uint64_t newval, ...) argument
H A Datomic_cas_8_cas.c43 bool_compare_and_swap_1(volatile uint8_t *addr, uint8_t oldval, uint8_t newval, ...) argument
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Datomic-ops.h31 UV_UNUSED(static int cmpxchgi(int* ptr, int oldval, int newval)) { argument
H A Drandom-sysctl-linux.c37 void* newval; member in struct:uv__sysctl_args
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dsem.c60 int newval = SEM_WAIT; local
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Datomic.c10 __sync_val_compare_and_swap_16(volatile void *vptr, unsigned __int128 oldval, unsigned __int128 newval) argument
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dsem.c60 int newval = SEM_WAIT; local
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dcxa_finalize.c33 catomic_compare_and_exchange_bool_acq (long *mem, long newval, long oldval) argument
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dcxa_finalize.c33 catomic_compare_and_exchange_bool_acq (long *mem, long newval, long oldval) argument
/netbsd-current/external/gpl3/gdb/dist/sim/bpf/
H A Dcpu.c42 bpfbf_h_gpr_set (SIM_CPU *current_cpu, UINT regno, DI newval) argument
58 bpfbf_h_pc_set (SIM_CPU *current_cpu, UDI newval) argument
/netbsd-current/external/gpl3/gdb/dist/sim/iq2000/
H A Dcpu.c41 iq2000bf_h_pc_set (SIM_CPU *current_cpu, USI newval) argument
57 iq2000bf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsysctl1.c22 void *newval; member in struct:__sysctl_args
H A Dsysctl2.c25 void *newval; member in struct:__sysctl_args
/netbsd-current/external/gpl3/gdb.old/dist/sim/iq2000/
H A Dcpu.c41 iq2000bf_h_pc_set (SIM_CPU *current_cpu, USI newval) argument
57 iq2000bf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/bpf/
H A Dcpu.c42 bpfbf_h_gpr_set (SIM_CPU *current_cpu, UINT regno, DI newval) argument
58 bpfbf_h_pc_set (SIM_CPU *current_cpu, UDI newval) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-cpu.c78 sim_pc_set(sim_cpu *cpu, sim_cia newval) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/lm32/
H A Dcpu.c41 lm32bf_h_pc_set (SIM_CPU *current_cpu, USI newval) argument
57 lm32bf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
73 lm32bf_h_csr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-cpu.c87 sim_pc_set(sim_cpu *cpu, sim_cia newval) argument
/netbsd-current/external/gpl3/gdb/dist/sim/lm32/
H A Dcpu.c41 lm32bf_h_pc_set (SIM_CPU *current_cpu, USI newval) argument
57 lm32bf_h_gr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
73 lm32bf_h_csr_set (SIM_CPU *current_cpu, UINT regno, SI newval) argument
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dsysctl1.c22 void *newval; member in struct:__sysctl_args
H A Dsysctl2.c25 void *newval; member in struct:__sysctl_args
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dbaselocl.h103 heim_base_exchange_pointer(void *p, void *newval) argument
/netbsd-current/tests/kernel/
H A Dt_kauth_pr_47598.c77 set_curtain(int newval) argument

Completed in 173 milliseconds

123456789