Home
last modified time | relevance | path

Searched defs:newval (Results 1 – 25 of 46) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/futex/include/
Datomic.h40 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg()
77 atomic_set(atomic_t *addr, int newval) in atomic_set()
Dfutextest.h223 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
260 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
/external/python/cpython3/Python/
Dast_opt.c124 PyObject *newval = ops[node->v.UnaryOp.op](get_const_value(arg)); in fold_unaryop() local
266 PyObject *newval; in fold_binop() local
322 PyObject *newval = PyTuple_New(asdl_seq_LEN(elts)); in make_const_tuple() local
339 PyObject *newval; in fold_tuple() local
351 PyObject *newval; in fold_subscr() local
379 PyObject *newval; in fold_iter() local
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc73 int newval; in grpc_set_socket_no_sigpipe_if_possible() local
147 int newval; in grpc_set_socket_reuse_addr() local
212 int newval; in grpc_set_socket_low_latency() local
295 int newval; in grpc_set_socket_tcp_user_timeout() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h30 unsigned int newval = oldval; in atomicReduce() local
47 unsigned long long newval = oldval; in atomicReduce() local
86 unsigned int newval = oldval; in atomicReduce() local
/external/mesa3d/src/util/
Du_atomic.c64 __sync_val_compare_and_swap_8(uint64_t *ptr, uint64_t oldval, uint64_t newval) in __sync_val_compare_and_swap_8()
/external/u-boot/drivers/mmc/
Dbcm2835_sdhci.c110 u32 newval = (oldval & ~mask) | (val << word_shift); in bcm2835_sdhci_writew() local
124 u32 newval = (oldval & ~mask) | (val << byte_shift); in bcm2835_sdhci_writeb() local
/external/curl/lib/
Dstrtoofft.c84 curl_off_t newval; in strtooff() local
/external/grpc-grpc/test/core/iomgr/
Dsocket_utils_test.cc44 int newval; in mutate_fd() local
/external/toybox/kconfig/
Dsymbol.c265 struct symbol_value newval, oldval; in sym_calc_value() local
464 tristate oldval, newval; in sym_toggle_tristate_value() local
570 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
Dconf.c209 tristate oldval, newval; in conf_sym() local
/external/ltp/testcases/kernel/syscalls/futex/
Dfutextest.h254 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
291 futex_set(futex_t *uaddr, u_int32_t newval) in futex_set()
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Damdgcn_glslc.c176 char *newval; in addenv() local
/external/compiler-rt/test/tsan/
Dreal_deadlock_detector_stress_test.cc36 bool cas(int *a, int oldval, int newval) { in cas()
/external/toolchain-utils/cros_utils/
Dpstat.py576 def replace(inlst, oldval, newval): argument
928 def areplace(a, oldval, newval): argument
/external/u-boot/scripts/kconfig/
Dsymbol.c359 struct symbol_value newval, oldval; in sym_calc_value() local
570 tristate oldval, newval; in sym_toggle_tristate_value() local
676 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
Dconf.c166 tristate oldval, newval; in conf_sym() local
/external/v8/src/runtime/
Druntime-atomics.cc30 inline T CompareExchangeSeqCst(T* p, T oldval, T newval) { in CompareExchangeSeqCst()
193 T newval = FromObject<T>(newobj); in DoCompareExchange() local
/external/mesa3d/src/mesa/main/
Dscissor.c266 struct gl_scissor_rect newval[MAX_WINDOW_RECTANGLES]; in _mesa_WindowRectanglesEXT() local
/external/linux-kselftest/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c142 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
Dparam_test.c518 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
731 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local
/external/u-boot/env/
Dflags.c498 int env_flags_validate(const ENTRY *item, const char *newval, enum env_op op, in env_flags_validate()
/external/u-boot/cmd/
Dfdt.c756 static int fdt_parse_prop(char * const *newval, int count, char *data, int *len) in fdt_parse_prop()
/external/python/cpython2/Modules/
Dimgfile.c75 int newval; in imgfile_ttob() local
/external/mksh/src/
Dmisc.c220 unsigned char newval = (newset ? 1 : 0); in change_flag() local
287 change_xtrace(unsigned char newval, bool dosnapshot) in change_xtrace()

12