/u-boot/lib/ |
A 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()
|
/u-boot/arch/nios2/include/asm/bitops/ |
A 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
|
A 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
|
/u-boot/arch/powerpc/include/asm/ |
A 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
|
/u-boot/arch/sandbox/include/asm/ |
A D | bitops.h | 55 unsigned long old = *p; in __test_and_set_bit() local 77 unsigned long old = *p; in __test_and_clear_bit() local 101 unsigned long old = *p; in __test_and_change_bit() local
|
/u-boot/arch/arm/include/asm/ |
A D | bitops.h | 54 unsigned long old = *p; in __test_and_set_bit() local 76 unsigned long old = *p; in __test_and_clear_bit() local 100 unsigned long old = *p; in __test_and_change_bit() local
|
/u-boot/tools/libfdt/ |
A D | fdt_rw.c | 5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
|
/u-boot/drivers/sound/ |
A D | maxim_codec.c | 73 unsigned char old, new; in maxim_bic_or() local
|
A D | rt5677.c | 98 uint old, new_value; in rt5677_bic_or() local
|
/u-boot/drivers/timer/ |
A D | sti-timer.c | 26 u32 old = readl(&global_timer->cnt_h); in sti_timer_get_count() local
|
/u-boot/arch/sh/include/asm/ |
A D | system.h | 197 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, in __cmpxchg_u32() 217 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, in __cmpxchg()
|
/u-boot/arch/arm/mach-rmobile/ |
A D | timer.c | 25 u32 old = readl(&global_timer->cnt_h); in get_cpu_global_timer() local
|
/u-boot/cmd/ |
A D | setexpr.c | 143 const char *old, int olen, const char *new, int nlen) in substitute() 195 const char *old; in setexpr_regex_sub() local
|
/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
A D | timer.c | 127 uint32_t old, new, incr; in __udelay() local
|
/u-boot/common/ |
A D | iomux.c | 143 int iomux_replace_device(const int console, const char *old, const char *new) in iomux_replace_device()
|
A D | usb_kbd.c | 113 uint8_t old[USB_KBD_BOOT_REPORT_SIZE]; member 288 uint8_t *old; in usb_kbd_service_key() local
|
/u-boot/drivers/gpio/ |
A D | sifive-gpio.c | 42 u32 old = readl(ptr); in sifive_update_gpio_reg() local
|
/u-boot/include/asm-generic/ |
A D | atomic-long.h | 135 #define atomic_long_cmpxchg(l, old, new) \ argument 254 #define atomic_long_cmpxchg(l, old, new) \ argument
|
/u-boot/arch/arm/include/asm/xen/ |
A D | system.h | 16 #define synch_cmpxchg(ptr, old, new) \ argument
|
/u-boot/include/linux/ |
A D | rbtree_augmented.h | 98 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
|
/u-boot/drivers/virtio/ |
A D | virtio_ring.c | 107 u16 new, old; in virtqueue_kick_prepare() local
|
A D | virtio-uclass.c | 139 u8 old; in virtio_add_status() local
|
/u-boot/drivers/pci/ |
A D | pci_sh7751.c | 115 u32 addr, reg, old; in sh7751_pci_write_config() local
|
A D | pci-rcar-gen2.c | 154 u32 addr, reg, old; in rcar_gen2_pci_write_config() local
|
/u-boot/include/ |
A D | virtio_ring.h | 150 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) in vring_need_event()
|