Home
last modified time | relevance | path

Searched defs:new_value (Results 26 - 50 of 195) sorted by relevance

12345678

/third_party/ntfs-3g/libntfs-3g/
H A Dbitmap.c56 void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value) in ntfs_bit_set() argument
90 char ntfs_bit_get_and_set(u8 *bitmap, const u64 bit, const u8 new_value) in ntfs_bit_get_and_set() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-diy-fp.h139 void set_f(uint64_t new_value) { f_ = new_value; } in set_f() argument
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e() argument
/third_party/ltp/testcases/kernel/syscalls/setitimer/
H A Dsetitimer01.c41 static int sys_setitimer(int which, void *new_value, void *old_value) in sys_setitimer() argument
/third_party/node/deps/v8/src/objects/
H A Dmaybe-object-inl.h104 Address new_value = value.ptr(); in Update() local
H A Dtagged-field-inl.h199 Tagged_t new_value = full_to_tagged(value.ptr()); in Release_CompareAndSwap() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c225 nir_ssa_def *new_value = convert_value(b, value, from_desc, to_desc); in lower_image_cast_instr() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-diy-fp.h139 void set_f(uint64_t new_value) { f_ = new_value; } in set_f() argument
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e() argument
/third_party/gn/src/base/
H A Denvironment.cc84 SetVarImpl(std::string_view variable_name, const std::string& new_value) SetVarImpl() argument
/third_party/gn/src/gn/
H A Doperators_unittest.cc216 const Value* new_value = setup.scope()->GetValue(var); in TEST() local
353 const Value* new_value = setup.scope()->GetValue(foo); in TEST() local
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-proxy.cpp256 jerry_value_t new_value = jerry_create_number (12); in HWTEST_F() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_clone.cpp86 ir_rvalue *new_value = NULL; in clone() local
/third_party/ltp/include/
H A Dtst_safe_clocks.h96 safe_timer_settime(const char *file, const int lineno, timer_t timerid, int flags, const struct itimerspec *new_value, struct itimerspec *old_value) safe_timer_settime() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_test.cc1227 int new_value = other.value + 1; variable
/kernel/linux/linux-5.10/drivers/base/power/
H A Dqos.c438 new_value); in __dev_pm_qos_update_request() local
463 int dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value) in dev_pm_qos_update_request() argument
405 __dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value) __dev_pm_qos_update_request() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c117 u64 new_value; in store_throttle() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c116 u64 new_value; in store_throttle() local
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c129 int new_value; in set() local
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-roccat.c252 uint8_t *new_value; in roccat_report_event() local
/kernel/linux/linux-5.10/net/sctp/
H A Dsysctl.c402 int ret, new_value; in proc_sctp_do_rto_min() local
430 int ret, new_value; in proc_sctp_do_rto_max() local
466 int new_value, ret; proc_sctp_do_auth() local
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dpreprocess.c283 char *new_value; in variable_add() local
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dpika_wdt.c178 int new_value; in pikawdt_ioctl() local
H A Dat91rm9200_wdt.c164 int new_value; in at91_wdt_ioctl() local
H A Dbcm63xx_wdt.c171 int new_value, retval = -EINVAL; in bcm63xx_wdt_ioctl() local
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dconf_space_capability.c114 static int pm_ctrl_write(struct pci_dev *dev, int offset, u16 new_value, in pm_ctrl_write() argument
216 static int msi_msix_flags_write(struct pci_dev *dev, int offset, u16 new_value, in msi_msix_flags_write() argument
[all...]
/kernel/linux/linux-5.10/kernel/power/
H A Dqos.c101 int prev_value, curr_value, new_value; in pm_qos_update_target() local
290 void cpu_latency_qos_update_request(struct pm_qos_request *req, s32 new_value) in cpu_latency_qos_update_request() argument
564 freq_qos_update_request(struct freq_qos_request *req, s32 new_value) freq_qos_update_request() argument
[all...]

Completed in 15 milliseconds

12345678