| /third_party/musl/porting/liteos_a/kernel/src/internal/ |
| D | atomic.h | 22 int old; in a_cas() local 35 int old; in a_swap() local 48 int old; in a_fetch_add() local 61 int old; in a_fetch_and() local 74 int old; in a_fetch_or() local 91 void *old; in a_cas_p() local 110 int old; in a_swap() local 121 int old; in a_fetch_add() local 132 int old; in a_fetch_and() local 142 int old; in a_fetch_or() local
|
| /third_party/musl/src/internal/ |
| D | atomic.h | 22 int old; in a_cas() local 35 int old; in a_swap() local 48 int old; in a_fetch_add() local 61 int old; in a_fetch_and() local 74 int old; in a_fetch_or() local 91 void *old; in a_cas_p() local 110 int old; in a_swap() local 121 int old; in a_fetch_add() local 132 int old; in a_fetch_and() local 142 int old; in a_fetch_or() local
|
| /third_party/musl/porting/liteos_m/kernel/src/internal/ |
| D | atomic.h | 22 int old; in a_cas() local 35 int old; in a_swap() local 48 int old; in a_fetch_add() local 61 int old; in a_fetch_and() local 74 int old; in a_fetch_or() local 91 void *old; in a_cas_p() local 110 int old; in a_swap() local 121 int old; in a_fetch_add() local 132 int old; in a_fetch_and() local 142 int old; in a_fetch_or() local
|
| /third_party/e2fsprogs/lib/ext2fs/ |
| D | brel_ma.c | 105 static errcode_t bma_put(ext2_brel brel, blk64_t old, in bma_put() 117 static errcode_t bma_get(ext2_brel brel, blk64_t old, in bma_get() 137 static errcode_t bma_next(ext2_brel brel, blk64_t *old, in bma_next() 154 static errcode_t bma_move(ext2_brel brel, blk64_t old, blk64_t new) in bma_move() 168 static errcode_t bma_delete(ext2_brel brel, blk64_t old) in bma_delete()
|
| D | brel.h | 79 #define ext2fs_brel_put(brel, old, ent) ((brel)->put((brel), old, ent)) argument 80 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent)) argument 82 #define ext2fs_brel_next(brel, old, ent) ((brel)->next((brel), old, ent)) argument 83 #define ext2fs_brel_move(brel, old, new) ((brel)->move((brel), old, new)) argument 84 #define ext2fs_brel_delete(brel, old) ((brel)->delete((brel), old)) argument
|
| D | irel.h | 103 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent)) argument 104 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, ent)) argument 105 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \ argument 108 #define ext2fs_irel_next(irel, old, ent) ((irel)->next((irel), old, ent)) argument 112 #define ext2fs_irel_move(irel, old, new) ((irel)->move((irel), old, new)) argument 113 #define ext2fs_irel_delete(irel, old) ((irel)->delete((irel), old)) argument
|
| /third_party/uboot/u-boot-2020.01/lib/ |
| D | rbtree.c | 53 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() 64 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert() 193 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color() 355 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color() 369 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() 370 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() 399 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
|
| /third_party/boost/boost/contract/ |
| D | old.hpp | 223 T const& old() const { return old_; } in old() function 335 explicit old_ptr(boost::shared_ptr<old_value_copy<T> > old) in old_ptr() 458 explicit old_ptr_if_copyable(boost::shared_ptr<old_value_copy<T> > old) in old_ptr_if_copyable() 501 /* implicit */ old_value( in old_value() 530 /* implicit */ old_value( in old_value() 600 explicit old_pointer(virtual_* v, old_value const& old) in old_pointer()
|
| /third_party/boost/boost/contract/detail/inlined/ |
| D | old.hpp | 22 old_pointer make_old(old_value const& old) { in make_old() 27 old_pointer make_old(virtual_* v, old_value const& old) { in make_old()
|
| /third_party/musl/porting/liteos_m/kernel/src/include/ |
| D | features.h | 9 #define weak_alias(old, new) \ argument 13 #define strong_alias(old, new) \ argument
|
| /third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
| D | bm_speedup.py | 31 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): argument 57 old = [2.96608e-06, 3.35076e-06, 3.45384e-06, 3.34407e-06] variable
|
| /third_party/gstreamer/gstplugins_bad/ext/openal/ |
| D | gstopenalsink.c | 130 ALCcontext *old; in pushContext() local 141 popContext (ALCcontext * old, ALCcontext * context) in popContext() 401 ALCcontext *old; in gst_openal_helper_probe_caps() local 839 ALCcontext *context, *old; in gst_openal_sink_prepare() local 933 ALCcontext *old; in gst_openal_sink_unprepare() local 968 ALCcontext *old; in gst_openal_sink_write() local 1043 ALCcontext *old; in gst_openal_sink_delay() local 1083 ALCcontext *old; in gst_openal_sink_reset() local
|
| /third_party/uboot/u-boot-2020.01/drivers/net/hisfv300/ |
| D | ctrl.c | 28 u32 old = hieth_readl(ld, GLB_RW_IRQ_ENA); in _hieth_irq_enable() local 37 u32 old = hieth_readl(ld, GLB_RW_IRQ_ENA); in _hieth_irq_disable() local 67 u32 old; in hieth_irq_enable() local 78 u32 old; in hieth_irq_disable() local 123 u32 old; in hieth_set_endian_mode() local
|
| /third_party/musl/arch/riscv64/ |
| D | atomic_arch.h | 10 int old, tmp; in a_cas() local 26 void *old; in a_cas_p() local
|
| /third_party/glib/gio/tests/ |
| D | filter-cat.c | 103 GInputStream *old; in cat() local 118 GInputStream *old; in cat() local 136 GInputStream *old; in cat() local
|
| /third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/bitops/ |
| D | non-atomic.h | 65 unsigned long old = *p; in __test_and_set_bit() local 84 unsigned long old = *p; in __test_and_clear_bit() local 96 unsigned long old = *p; in __test_and_change_bit() local
|
| D | atomic.h | 131 unsigned long old; in test_and_set_bit() local 155 unsigned long old; in test_and_clear_bit() local 178 unsigned long old; in test_and_change_bit() local
|
| /third_party/musl/src/signal/ |
| D | sigaction.c | 26 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction() 79 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction()
|
| /third_party/musl/arch/microblaze/ |
| D | atomic_arch.h | 4 register int old, tmp; in a_cas() local 23 register int old, tmp; in a_swap() local
|
| /third_party/e2fsprogs/tests/progs/ |
| D | test_rel.c | 93 static void display_brel_entry(blk_t old, in display_brel_entry() 103 static void display_irel_entry(ext2_ino_t old, in display_irel_entry() 178 blk_t old, new, offset=0, owner=0; in do_brel_put() local 308 blk_t old, new; in do_brel_move() local 385 ext2_ino_t old, new, max_refs; in do_irel_put() local 421 ext2_ino_t old; in do_irel_get() local 447 ext2_ino_t orig, old; in do_irel_get_by_orig() local 487 ext2_ino_t old; in do_irel_next() local 617 ext2_ino_t old, new; in do_irel_move() local
|
| /third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/ |
| D | bitops.h | 33 unsigned long old; in set_bit() local 50 unsigned long old; in clear_bit() local 67 unsigned long old; in change_bit() local 84 unsigned int old, t; in test_and_set_bit() local 103 unsigned int old, t; in test_and_clear_bit() local 122 unsigned int old, t; in test_and_change_bit() local
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstsample.c | 280 GstBufferList *old = NULL; in gst_sample_set_buffer_list() local 316 GstBuffer *old = NULL; in gst_sample_set_buffer() local 353 GstCaps *old = NULL; in gst_sample_set_caps() local
|
| /third_party/glib/gobject/ |
| D | gatomicarray.c | 127 guint8 *new, *old; in _g_atomic_array_copy() local 161 guint8 *old; in _g_atomic_array_update() local
|
| /third_party/musl/src/prng/ |
| D | random.c | 72 void *old; in initstate() local 96 void *old; in setstate() local
|
| /third_party/musl/src/locale/ |
| D | duplocale.c | 6 locale_t __duplocale(locale_t old) in __duplocale()
|