Home
last modified time | relevance | path

Searched defs:old_value (Results 26 - 50 of 121) sorted by relevance

12345

/kernel/linux/linux-5.10/tools/perf/util/
H A Dhashmap.c154 hashmap__insert(struct hashmap *map, const void *key, void *value, enum hashmap_insert_strategy strategy, const void **old_key, void **old_value) hashmap__insert() argument
220 hashmap__delete(struct hashmap *map, const void *key, const void **old_key, void **old_value) hashmap__delete() argument
H A Dhashmap.h122 hashmap__set(struct hashmap *map, const void *key, void *value, const void **old_key, void **old_value) hashmap__set() argument
130 hashmap__update(struct hashmap *map, const void *key, void *value, const void **old_key, void **old_value) hashmap__update() argument
/kernel/linux/linux-5.10/drivers/media/usb/gspca/m5602/
H A Dm5602_po1030.c608 u8 old_value, ctrl_value; in po1030_dump_registers() local
H A Dm5602_s5k4aa.c740 u8 old_value, ctrl_value, test_value = 0xff; in s5k4aa_dump_registers() local
H A Dm5602_ov7660.c453 u8 old_value, ctrl_value; in ov7660_dump_registers() local
H A Dm5602_ov9650.c769 u8 old_value, ctrl_value; in ov9650_dump_registers() local
/kernel/linux/linux-6.6/drivers/media/usb/gspca/m5602/
H A Dm5602_po1030.c608 u8 old_value, ctrl_value; in po1030_dump_registers() local
H A Dm5602_ov7660.c453 u8 old_value, ctrl_value; in ov7660_dump_registers() local
H A Dm5602_s5k4aa.c740 u8 old_value, ctrl_value, test_value = 0xff; in s5k4aa_dump_registers() local
H A Dm5602_ov9650.c769 u8 old_value, ctrl_value; in ov9650_dump_registers() local
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dhashmap.c154 hashmap_insert(struct hashmap *map, long key, long value, enum hashmap_insert_strategy strategy, long *old_key, long *old_value) hashmap_insert() argument
220 hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value) hashmap_delete() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c262 const char *key, *value, *old_key, *old_value; in test_hashmap_ptr_iface() local
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhashmap.c154 hashmap_insert(struct hashmap *map, long key, long value, enum hashmap_insert_strategy strategy, long *old_key, long *old_value) hashmap_insert() argument
220 hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value) hashmap_delete() argument
/third_party/libbpf/src/
H A Dhashmap.c154 hashmap_insert(struct hashmap *map, long key, long value, enum hashmap_insert_strategy strategy, long *old_key, long *old_value) hashmap_insert() argument
220 hashmap_delete(struct hashmap *map, long key, long *old_key, long *old_value) hashmap_delete() argument
/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/node/deps/v8/src/objects/
H A Dtagged-field-inl.h198 Tagged_t old_value = full_to_tagged(old.ptr()); in Release_CompareAndSwap() local
245 AtomicTagged_t old_value = in SeqCst_Swap() local
257 AtomicTagged_t old_value = in SeqCst_Swap() local
/third_party/unity/extras/fixture/src/
H A Dunity_fixture.c145 void* old_value; member
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dtype_traits.h229 T old_value = move(obj); in exchange() local
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dconf_space_capability.c118 u16 old_value; in pm_ctrl_write() local
220 u16 old_value; in msi_msix_flags_write() local
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dconf_space_capability.c118 u16 old_value; in pm_ctrl_write() local
220 u16 old_value; in msi_msix_flags_write() local
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dfscounters.c465 xchk_fscount_within_range( struct xfs_scrub *sc, const int64_t old_value, struct percpu_counter *counter, uint64_t expected) xchk_fscount_within_range() argument
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h87 const void* old_value = GetValue(); in ~BasicCrossThreadPersistent() local
358 const void* old_value = GetValue(); in AssignUnsafe() local
387 const void* old_value = GetValue(); in AssignSafe() local
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcross-thread-persistent.h87 const void* old_value = GetValue(); in ~BasicCrossThreadPersistent() local
359 const void* old_value = GetValue(); in AssignUnsafe() local
388 const void* old_value = GetValue(); in AssignSafe() local
[all...]
/third_party/node/deps/v8/src/base/
H A Datomicops.h103 inline Atomic8 Relaxed_CompareAndSwap(volatile Atomic8* ptr, Atomic8 old_value, in Relaxed_CompareAndSwap() argument
106 helper::to_std_atomic(ptr), &old_value, new_value, in Relaxed_CompareAndSwap() local
114 helper::to_std_atomic(ptr), &old_value, new_value, in Relaxed_CompareAndSwap() local
122 helper::to_std_atomic(ptr), &old_value, new_valu in Relaxed_CompareAndSwap() local
111 Relaxed_CompareAndSwap(volatile Atomic16* ptr, Atomic16 old_value, Atomic16 new_value) Relaxed_CompareAndSwap() argument
119 Relaxed_CompareAndSwap(volatile Atomic32* ptr, Atomic32 old_value, Atomic32 new_value) Relaxed_CompareAndSwap() argument
146 Acquire_CompareAndSwap(volatile Atomic32* ptr, Atomic32 old_value, Atomic32 new_value) Acquire_CompareAndSwap() argument
149 helper::to_std_atomic(ptr), &old_value, new_value, Acquire_CompareAndSwap() local
154 Release_CompareAndSwap(volatile Atomic8* ptr, Atomic8 old_value, Atomic8 new_value) Release_CompareAndSwap() argument
163 Release_CompareAndSwap(volatile Atomic32* ptr, Atomic32 old_value, Atomic32 new_value) Release_CompareAndSwap() argument
166 helper::to_std_atomic(ptr), &old_value, new_value, Release_CompareAndSwap() local
171 AcquireRelease_CompareAndSwap(volatile Atomic32* ptr, Atomic32 old_value, Atomic32 new_value) AcquireRelease_CompareAndSwap() argument
175 helper::to_std_atomic(ptr), &old_value, new_value, AcquireRelease_CompareAndSwap() local
262 Relaxed_CompareAndSwap(volatile Atomic64* ptr, Atomic64 old_value, Atomic64 new_value) Relaxed_CompareAndSwap() argument
265 helper::to_std_atomic(ptr), &old_value, new_value, Relaxed_CompareAndSwap() local
289 Acquire_CompareAndSwap(volatile Atomic64* ptr, Atomic64 old_value, Atomic64 new_value) Acquire_CompareAndSwap() argument
292 helper::to_std_atomic(ptr), &old_value, new_value, Acquire_CompareAndSwap() local
297 Release_CompareAndSwap(volatile Atomic64* ptr, Atomic64 old_value, Atomic64 new_value) Release_CompareAndSwap() argument
300 helper::to_std_atomic(ptr), &old_value, new_value, Release_CompareAndSwap() local
305 AcquireRelease_CompareAndSwap(volatile Atomic64* ptr, Atomic64 old_value, Atomic64 new_value) AcquireRelease_CompareAndSwap() argument
309 helper::to_std_atomic(ptr), &old_value, new_value, AcquireRelease_CompareAndSwap() local
[all...]
H A Datomic-utils.h158 T old_value = Relaxed_Load(addr); in SetBits() local
123 Release_CompareAndSwap( T* addr, typename std::remove_reference<T>::type old_value, typename std::remove_reference<T>::type new_value) Release_CompareAndSwap() argument
133 Relaxed_CompareAndSwap( T* addr, typename std::remove_reference<T>::type old_value, typename std::remove_reference<T>::type new_value) Relaxed_CompareAndSwap() argument
143 AcquireRelease_CompareAndSwap( T* addr, typename std::remove_reference<T>::type old_value, typename std::remove_reference<T>::type new_value) AcquireRelease_CompareAndSwap() argument
[all...]

Completed in 17 milliseconds

12345