Home
last modified time | relevance | path

Searched defs:new_value (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/grpc/src/core/client_channel/
Dretry_throttle.cc39 T new_value; in ClampedAdd() local
102 const uintptr_t new_value = ClampedAdd<intptr_t>( in RecordFailure() local
/third_party/ntfs-3g/libntfs-3g/
Dbitmap.c56 void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value) in ntfs_bit_set()
90 char ntfs_bit_get_and_set(u8 *bitmap, const u64 bit, const u8 new_value) in ntfs_bit_get_and_set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAtomic.cpp46 sys::cas_flag new_value, in CompareAndSwap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAtomic.cpp45 sys::cas_flag new_value, in CompareAndSwap()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-diy-fp.h139 void set_f(uint64_t new_value) { f_ = new_value; } in set_f()
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddiy-fp.h125 void set_f(uint64_t new_value) { f_ = new_value; } in set_f()
126 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Ddouble-conversion-diy-fp.h139 void set_f(uint64_t new_value) { f_ = new_value; } in set_f()
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-diy-fp.h139 void set_f(uint64_t new_value) { f_ = new_value; } in set_f()
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
/third_party/ltp/testcases/kernel/syscalls/setitimer/
Dsetitimer02.c25 static int sys_setitimer(int which, void *new_value, void *old_value) in sys_setitimer()
/third_party/ltp/include/lapi/
Dtimerfd.h27 const struct itimerspec *new_value, in timerfd_settime()
/third_party/ltp/include/
Dtst_safe_timerfd.h28 #define SAFE_TIMERFD_SETTIME(fd, flags, new_value, old_value)\ argument
Dtst_safe_clocks.h97 timer_t timerid, int flags, const struct itimerspec *new_value, in safe_timer_settime()
165 #define SAFE_TIMER_SETTIME(timerid, flags, new_value, old_value)\ argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dscoped_set_env.cc49 ScopedSetEnv::ScopedSetEnv(const char* var_name, const char* new_value) in ScopedSetEnv()
/third_party/gn/src/gn/
Dscope_unittest.cc74 Value new_value(&assignment, "goodbye"); in TEST() local
100 Value new_value(&assignment, "goodbye"); in TEST() local
138 Value new_value(&assignment, "hello"); in TEST() local
/third_party/gn/src/base/
Denvironment.cc49 const std::string& new_value) override { in SetVar()
85 const std::string& new_value) { in SetVarImpl()
/third_party/grpc/third_party/upb/upb/json/
Dtest.proto30 optional int32 new_value = 10 [json_name = "value"]; field
/third_party/protobuf/upb/json/
Dtest.proto30 optional int32 new_value = 10 [json_name = "value"]; field
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_list.c25 rc_list_add(struct rc_list **list, struct rc_list *new_value) in rc_list_add()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/
Dadam_weight_decay.cc93 NodePtrList DoAssign(const NodePtrList &new_value) { in DoAssign()
119 NodePtrList new_value; in Expand() local
/third_party/ltp/lib/
Dtst_safe_timerfd.c53 const struct itimerspec *new_value, in safe_timerfd_settime()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dfunc_graph_py.cc41 const auto &new_value = params_init[param_name].cast<tensor::TensorPtr>(); in UpdateFuncGraphHyperParams() local
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_noperspective.c186 nir_def *new_value = in lower_noperspective_vs() local
209 nir_def *new_value = nir_fmul(b, &intrin->def, fragcoord_w); in lower_noperspective_fs() local
/third_party/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd_settime01.c37 static struct tst_its new_value; variable
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcounter.h97 int new_value = value - iter->second; variable
201 int new_value = value - iter->second; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/enhancer/
Dtranspose_optimizer.cc32 void UpdatePermValue(const tensor::TensorPtr &tensor, std::vector<T> *new_value, bool *need_change_… in UpdatePermValue()

12345