Home
last modified time | relevance | path

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

12345

/openbmc/openbmc/poky/bitbake/lib/simplediff/
H A D__init__.py17 def diff(old, new): argument
113 def string_diff(old, new): argument
142 def html_diff(old, new): argument
169 def check_diff(old, new): argument
/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl54 sub new subroutine
94 sub new subroutine
119 sub new subroutine
137 sub new subroutine
158 sub new subroutine
191 sub new subroutine
/openbmc/u-boot/lib/
H A Drbtree.c53 __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()
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A Dtriehash221 sub new { subroutine
376 sub new { subroutine
643 sub new { subroutine
/openbmc/u-boot/scripts/dtc/
H A Dutil.h54 void *new = malloc(len); in xmalloc() local
64 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
341 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry() local
361 struct reserve_info *new) in add_reserve_entry()
/openbmc/qemu/util/
H A Dlockcnt.c83 int new = expected - QEMU_LOCKCNT_STATE_LOCKED + QEMU_LOCKCNT_STATE_WAITING; in qemu_lockcnt_cmpxchg_or_wait() local
260 int expected, new, val; in qemu_lockcnt_inc_and_unlock() local
278 int expected, new, val; in qemu_lockcnt_unlock() local
H A Dqht.c525 static inline void qht_do_resize(struct qht *ht, struct qht_map *new) in qht_do_resize()
530 static inline void qht_do_resize_and_reset(struct qht *ht, struct qht_map *new) in qht_do_resize_and_reset()
537 struct qht_map *new = NULL; in qht_reset_size() local
633 struct qht_bucket *new = NULL; in qht_insert__locked() local
687 struct qht_map *new = qht_map_create(map->n_buckets * 2); in qht_grow_maybe() local
902 struct qht_map *new; member
909 struct qht_map *new = data->new; in qht_map_copy() local
920 static void qht_do_resize_reset(struct qht *ht, struct qht_map *new, bool reset) in qht_do_resize_reset()
959 struct qht_map *new; in qht_resize() local
H A Dinterval-tree.c178 static inline void rb_change_child(RBNode *old, RBNode *new, in rb_change_child()
190 static inline void rb_rotate_set_parents(RBNode *old, RBNode *new, in rb_rotate_set_parents()
690 IntervalTreeNode *new = rb_to_itree(rb_new); in interval_tree_copy() local
698 IntervalTreeNode *new = rb_to_itree(rb_new); in interval_tree_rotate() local
H A Drange.c73 Range *new = g_new0(Range, 1); in append_new_range() local
/openbmc/u-boot/tools/libfdt/
H A Dfdt_rw.c5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
/openbmc/u-boot/net/
H A Dchecksum.c36 unsigned add_ip_checksums(unsigned offset, unsigned sum, unsigned new) in add_ip_checksums()
/openbmc/qemu/host/include/aarch64/host/
H A Datomic128-cas.h18 static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new) in atomic16_cmpxchg()
/openbmc/u-boot/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
/openbmc/u-boot/drivers/sound/
H A Dmaxim_codec.c72 unsigned char old, new; in maxim_bic_or() local
/openbmc/u-boot/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()
/openbmc/u-boot/arch/mips/lib/
H A Dreloc.c46 uint8_t new; in read_uint() local
/openbmc/qemu/rust/qemu-api/src/
H A Dlog.rs56 pub fn new() -> Option<Self> { in new() method
H A Duninit.rs15 pub fn new(parent: &'a mut MaybeUninit<T>, child: *mut U) -> Self { in new() method
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h221 unsigned long new) in __cmpxchg_u32()
241 unsigned long new, int size) in __cmpxchg()
/openbmc/qemu/accel/hvf/
H A Dhvf-all.c200 MemoryRegionSection *section, int old, int new) in hvf_log_start()
210 MemoryRegionSection *section, int old, int new) in hvf_log_stop()
/openbmc/u-boot/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()
/openbmc/qemu/linux-user/hppa/
H A Dcpu_loop.c32 abi_ulong new = env->gr[24]; in hppa_lws() local
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dtimer.c123 uint32_t old, new, incr; in __udelay() local
/openbmc/u-boot/drivers/net/fm/
H A Dfm.c381 struct udevice *new; in fm_init_common() local
468 struct udevice *new; in fm_init_common() local

12345