/third_party/boost/boost/atomic/detail/ |
D | interlocked.hpp | 29 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE(dest, newval) _InterlockedExchange((long*)(dest), (long)(… argument 43 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE(dest, newval) InterlockedExchange((long*)(dest), (long)(n… argument 72 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE(dest, newval) _InterlockedExchange((long*)(dest), (long)(… argument 98 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE(dest, newval) _InterlockedExchange((long*)(dest), (long)(… argument 148 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE8(dest, newval) _InterlockedExchange8((char*)(dest), (char… argument 164 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE16(dest, newval) _InterlockedExchange16((short*)(dest), (s… argument 182 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE64(dest, newval) _InterlockedExchange64((__int64*)(dest), … argument 193 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_POINTER(dest, newval) _InterlockedExchangePointer((void**… argument 199 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_POINTER(dest, newval) ((void*)_InterlockedExchange((long*… argument 215 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE64(dest, newval) _InterlockedExchange64((__int64*)(dest), … argument [all …]
|
/third_party/glib/glib/ |
D | gatomic.h | 109 #define g_atomic_int_set(atomic, newval) \ argument 126 #define g_atomic_pointer_set(atomic, newval) \ argument 165 #define g_atomic_int_compare_and_exchange(atomic, oldval, newval) \ argument 206 #define g_atomic_pointer_compare_and_exchange(atomic, oldval, newval) \ argument
|
/third_party/flutter/skia/third_party/externals/sdl/src/atomic/ |
D | SDL_atomic.c | 87 SDL_AtomicCAS(SDL_atomic_t *a, int oldval, int newval) in SDL_AtomicCAS() 116 SDL_AtomicCASPtr(void **a, void *oldval, void *newval) in SDL_AtomicCASPtr()
|
/third_party/boost/libs/multiprecision/test/ |
D | test_cpp_int_import_export.cpp | 60 T newval; in test_round_trip_neg() local 77 T newval; in test_round_trip() local
|
/third_party/python/Python/ |
D | ast_opt.c | 85 PyObject *newval = ops[node->v.UnaryOp.op](arg->v.Constant.value); in fold_unaryop() local 227 PyObject *newval; in fold_binop() local 283 PyObject *newval = PyTuple_New(asdl_seq_LEN(elts)); in make_const_tuple() local 300 PyObject *newval; in fold_tuple() local 312 PyObject *newval; in fold_subscr() local 337 PyObject *newval; in fold_iter() local
|
/third_party/boost/boost/hana/fwd/ |
D | replace.hpp | 48 constexpr auto replace = [](auto&& xs, auto&& oldval, auto&& newval) { in __anon5c3dd73c0102()
|
/third_party/libuv/src/unix/ |
D | atomic-ops.h | 31 UV_UNUSED(static int cmpxchgi(int* ptr, int oldval, int newval)) { in UV_UNUSED()
|
D | random-sysctl-linux.c | 37 void* newval; member
|
/third_party/grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 93 int newval; in grpc_set_socket_no_sigpipe_if_possible() local 174 int newval; in grpc_set_socket_reuse_addr() local 237 int newval; in grpc_set_socket_low_latency() local 342 int newval; in grpc_set_socket_tcp_user_timeout() local
|
/third_party/uboot/u-boot-2020.01/drivers/mmc/ |
D | iproc_sdhci.c | 97 u32 oldval, newval; in sdhci_iproc_writew() local 133 u32 newval = (oldval & ~mask) | (val << byte_shift); in sdhci_iproc_writeb() local
|
D | bcm2835_sdhci.c | 111 u32 newval = (oldval & ~mask) | (val << word_shift); in bcm2835_sdhci_writew() local 125 u32 newval = (oldval & ~mask) | (val << byte_shift); in bcm2835_sdhci_writeb() local
|
/third_party/curl/lib/ |
D | strtoofft.c | 84 curl_off_t newval; in strtooff() local
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | import_export.hpp | 69 …e_to_bit_size(cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& newval, unsigned bi… in resize_to_bit_size() 81 …e_to_bit_size(cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& newval, unsigned, c… in resize_to_bit_size() 91 …backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>::backend_type newval; in import_bits_generic() local
|
/third_party/toybox/kconfig/ |
D | symbol.c | 267 struct symbol_value newval, oldval; in sym_calc_value() local 466 tristate oldval, newval; in sym_toggle_tristate_value() local 572 bool sym_set_string_value(struct symbol *sym, const char *newval) in sym_set_string_value()
|
D | conf.c | 209 tristate oldval, newval; in conf_sym() local
|
/third_party/grpc/test/core/iomgr/ |
D | socket_utils_test.cc | 45 int newval; in mutate_fd() local
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futextest.h | 254 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()
|
/third_party/boost/libs/hana/test/_include/laws/ |
D | functor.hpp | 69 [](auto x, auto oldval, auto newval) { in TestFunctor()
|
/third_party/boost/libs/units/example/ |
D | measurement.hpp | 300 newval = std::pow(x.value(),m), in value() local 320 newval = std::pow(x.value(),m), in value() local
|
/third_party/boost/libs/wave/samples/cpp_tokens/ |
D | slex_token.hpp | 68 void set_value (string_type const &newval) { value = newval; } in set_value()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | headerlist.c | 96 void *newval = pa_sprintf_malloc("%s%s", (char*)hdr->value, value); in pa_headerlist_putsappend() local
|
/third_party/grpc/test/cpp/interop/ |
D | grpclb_fallback_test.cc | 137 int newval; in TcpUserTimeoutMutateFd() local
|
/third_party/uboot/u-boot-2020.01/scripts/kconfig/ |
D | symbol.c | 359 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()
|
D | conf.c | 166 tristate oldval, newval; in conf_sym() local
|
/third_party/ffmpeg/libavutil/ |
D | dict.c | 117 char *newval = av_mallocz(len); in av_dict_set() local
|