| /rk3399_rockchip-uboot/lib/ |
| H A D | rbtree.c | 54 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() 65 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert() 194 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color() 356 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color() 370 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() 371 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() 400 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented() 496 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
|
| H A D | charset.c | 43 uint16_t *new; in utf16_strdup() local
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.h | 51 void *new = malloc(len); in xmalloc() local 61 void *new = realloc(p, len); in xrealloc() local
|
| H 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 340 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local 360 struct reserve_info *new) in add_reserve_entry()
|
| /rk3399_rockchip-uboot/tools/libfdt/ |
| H A D | fdt_rw.c | 5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
|
| /rk3399_rockchip-uboot/include/asm-generic/ |
| H 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
|
| /rk3399_rockchip-uboot/net/ |
| H A D | checksum.c | 37 unsigned add_ip_checksums(unsigned offset, unsigned sum, unsigned new) in add_ip_checksums()
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | jffs2_nand_1pass.c | 94 insert_node(struct b_list *list, struct b_node *new) in insert_node() 138 struct b_inode *new; in insert_inode() local 156 struct b_dirent *new; in insert_dirent() local 177 static int compare_inodes(struct b_node *new, struct b_node *old) in compare_inodes() 194 static int compare_dirents(struct b_node *new, struct b_node *old) in compare_dirents()
|
| H A D | jffs2_1pass.c | 602 struct b_node *new; in insert_node() local 624 static int compare_inodes(struct b_node *new, struct b_node *old) in compare_inodes() 645 static int compare_dirents(struct b_node *new, struct b_node *old) in compare_dirents()
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | reloc.c | 47 uint8_t new; in read_uint() local
|
| /rk3399_rockchip-uboot/include/linux/ |
| H 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()
|
| H A D | rbtree_augmented.h | 99 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | system.h | 221 unsigned long new) in __cmpxchg_u32() 241 unsigned long new, int size) in __cmpxchg()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | timer.c | 129 uint32_t old, new, incr; in __udelay() local
|
| /rk3399_rockchip-uboot/env/ |
| H A D | sf.c | 56 struct udevice *new; in setup_flash_device() local
|
| H A D | eeprom.c | 145 ulong crc, len, new; in env_eeprom_load() local
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | sf.c | 90 struct udevice *new, *bus_dev; in do_spi_flash_probe() local 93 struct spi_flash *new; in do_spi_flash_probe() local
|
| H A D | setexpr.c | 86 const char *new,/* new (replacement) string */ in substitute()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb_kbd.c | 117 uint8_t *new; member 292 uint8_t *new; in usb_kbd_service_key() local
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | ftrtc010.c | 99 unsigned long new; in rtc_set() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit_misc.c | 189 char *old, *new; in board_fit_image_post_process() local
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_rw.c | 156 char *new; in _fdt_find_add_string() local 407 static void _fdt_packblocks(const char *old, char *new, in _fdt_packblocks()
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | sched.c | 189 #define SWITCH(new) \ in thread_yield() argument
|
| /rk3399_rockchip-uboot/drivers/net/fm/ |
| H A D | fm.c | 373 struct udevice *new; in fm_init_common() local
|
| /rk3399_rockchip-uboot/drivers/sound/ |
| H A D | max98095.c | 96 unsigned char old, new; in max98095_update_bits() local
|