/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() 495 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
|
A D | net_utils.c | 84 uint add_ip_checksums(uint offset, uint sum, uint new) in add_ip_checksums()
|
/u-boot/lib/acpi/ |
A D | acpi_dp.c | 202 struct acpi_dp *new; in acpi_dp_new() local 230 struct acpi_dp *new; in acpi_dp_add_integer() local 244 struct acpi_dp *new; in acpi_dp_add_string() local 257 struct acpi_dp *new; in acpi_dp_add_reference() local 270 struct acpi_dp *new; in acpi_dp_add_child() local 287 struct acpi_dp *new; in acpi_dp_add_array() local
|
/u-boot/scripts/dtc/ |
A D | util.h | 54 void *new = malloc(len); in xmalloc() local 64 void *new = realloc(p, len); in xrealloc() local
|
A D | livetree.c | 29 struct label *new; in add_label() local 55 struct property *new = xmalloc(sizeof(*new)); in build_property() local 67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local 102 struct node *new = xmalloc(sizeof(*new)); in build_node() local 119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local 361 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local 381 struct reserve_info *new) in add_reserve_entry()
|
/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/include/asm-generic/ |
A D | atomic-long.h | 135 #define atomic_long_cmpxchg(l, old, new) \ argument 137 #define atomic_long_xchg(v, new) \ argument 254 #define atomic_long_cmpxchg(l, old, new) \ argument 256 #define atomic_long_xchg(v, new) \ argument
|
/u-boot/drivers/sound/ |
A D | maxim_codec.c | 73 unsigned char old, new; in maxim_bic_or() local
|
/u-boot/arch/mips/lib/ |
A D | reloc.c | 49 uint8_t new; in read_uint() local
|
/u-boot/arch/sh/include/asm/ |
A D | system.h | 198 unsigned long new) in __cmpxchg_u32() 218 unsigned long new, int size) in __cmpxchg()
|
/u-boot/include/linux/ |
A D | list.h | 43 static inline void __list_add(struct list_head *new, in __list_add() 61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 113 struct list_head *new) in list_replace() 122 struct list_head *new) in list_replace_init()
|
A D | rbtree_augmented.h | 98 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
|
/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 | 112 uint8_t *new; member 287 uint8_t *new; in usb_kbd_service_key() local
|
/u-boot/drivers/net/fm/ |
A D | fm.c | 387 struct udevice *new; in fm_init_common() local 474 struct udevice *new; in fm_init_common() local
|
/u-boot/env/ |
A D | eeprom.c | 153 ulong crc, len, new; in env_eeprom_load() local
|
A D | sf.c | 43 struct udevice *new; in setup_flash_device() local
|
/u-boot/drivers/net/pfe_eth/ |
A D | pfe_firmware.c | 175 struct udevice *new; in pfe_spi_flash_init() local
|
/u-boot/cmd/ |
A D | sf.c | 95 struct udevice *new, *bus_dev; in do_spi_flash_probe() local 98 struct spi_flash *new; in do_spi_flash_probe() local
|
A D | mbr.c | 33 char *new = NULL; in extract_val() local
|
/u-boot/arch/arm/include/asm/xen/ |
A D | system.h | 16 #define synch_cmpxchg(ptr, old, new) \ argument
|
/u-boot/drivers/rtc/ |
A D | ftrtc010.c | 99 unsigned long new; in rtc_set() local
|
/u-boot/drivers/virtio/ |
A D | virtio_ring.c | 107 u16 new, old; in virtqueue_kick_prepare() local
|
/u-boot/examples/standalone/ |
A D | sched.c | 187 #define SWITCH(new) \ in thread_yield() argument
|