Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 43) sorted by relevance

12

/rk3399_rockchip-uboot/lib/
H A Drbtree.c54 __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 Dcharset.c43 uint16_t *new; in utf16_strdup() local
/rk3399_rockchip-uboot/scripts/dtc/
H A Dutil.h51 void *new = malloc(len); in xmalloc() local
61 void *new = realloc(p, len); in xrealloc() local
H A Dlivetree.c29 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 Dfdt_rw.c5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
/rk3399_rockchip-uboot/include/asm-generic/
H A Datomic-long.h135 #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 Dchecksum.c37 unsigned add_ip_checksums(unsigned offset, unsigned sum, unsigned new) in add_ip_checksums()
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c94 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 Djffs2_1pass.c602 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 Dreloc.c47 uint8_t new; in read_uint() local
/rk3399_rockchip-uboot/include/linux/
H A Dlist.h43 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 Drbtree_augmented.h99 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dsystem.h221 unsigned long new) in __cmpxchg_u32()
241 unsigned long new, int size) in __cmpxchg()
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A Dtimer.c129 uint32_t old, new, incr; in __udelay() local
/rk3399_rockchip-uboot/env/
H A Dsf.c56 struct udevice *new; in setup_flash_device() local
H A Deeprom.c145 ulong crc, len, new; in env_eeprom_load() local
/rk3399_rockchip-uboot/cmd/
H A Dsf.c90 struct udevice *new, *bus_dev; in do_spi_flash_probe() local
93 struct spi_flash *new; in do_spi_flash_probe() local
H A Dsetexpr.c86 const char *new,/* new (replacement) string */ in substitute()
/rk3399_rockchip-uboot/common/
H A Dusb_kbd.c117 uint8_t *new; member
292 uint8_t *new; in usb_kbd_service_key() local
/rk3399_rockchip-uboot/drivers/rtc/
H A Dftrtc010.c99 unsigned long new; in rtc_set() local
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_misc.c189 char *old, *new; in board_fit_image_post_process() local
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_rw.c156 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 Dsched.c189 #define SWITCH(new) \ in thread_yield() argument
/rk3399_rockchip-uboot/drivers/net/fm/
H A Dfm.c373 struct udevice *new; in fm_init_common() local
/rk3399_rockchip-uboot/drivers/sound/
H A Dmax98095.c96 unsigned char old, new; in max98095_update_bits() local

12