/openbmc/openbmc/poky/bitbake/lib/simplediff/ |
H A D | __init__.py | 17 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/qemu/tests/tcg/hexagon/ |
H A D | atomics.c | 32 int32_t old, dummy; in atomic_inc32() local 46 int64_t old, dummy; in atomic_inc64() local 61 int32_t old, dummy; in atomic_dec32() local 75 int64_t old, dummy; in atomic_dec64() local
|
/openbmc/u-boot/lib/ |
H 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()
|
/openbmc/u-boot/arch/nios2/include/asm/bitops/ |
H 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
|
H 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
|
/openbmc/qemu/target/mips/system/ |
H A D | cp0.c | 64 target_ulong old = env->CP0_Status; in cpu_mips_store_status() local 97 uint32_t old = env->CP0_Cause; in cpu_mips_store_cause() local
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H 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
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H 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
|
/openbmc/phosphor-logging/test/ |
H A D | sdtest.cpp | 11 auto* old = SwapJouralHandler(&mockInstance); in TEST() local
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | bitops.h | 48 unsigned long old = *p; in __test_and_set_bit() local 70 unsigned long old = *p; in __test_and_clear_bit() local 94 unsigned long old = *p; in __test_and_change_bit() local
|
/openbmc/qemu/include/qemu/ |
H A D | bitops.h | 136 unsigned long old = *p; in test_and_set_bit() local 151 unsigned long old = *p; in test_and_clear_bit() local 166 unsigned long old = *p; in test_and_change_bit() local 339 uint32_t old = *p; in test_and_set_bit32() local 354 uint32_t old = *p; in test_and_clear_bit32() local 369 uint32_t old = *p; in test_and_change_bit32() local
|
/openbmc/u-boot/tools/libfdt/ |
H A D | fdt_rw.c | 5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
|
/openbmc/qemu/hw/audio/ |
H A D | intel-hda.c | 511 static void intel_hda_set_g_ctl(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_g_ctl() 518 static void intel_hda_set_wake_en(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_wake_en() 523 static void intel_hda_set_state_sts(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_state_sts() 528 static void intel_hda_set_int_ctl(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_int_ctl() 541 static void intel_hda_set_corb_wp(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_corb_wp() 546 static void intel_hda_set_corb_ctl(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_corb_ctl() 551 static void intel_hda_set_rirb_wp(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_rirb_wp() 558 static void intel_hda_set_rirb_sts(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_rirb_sts() 569 static void intel_hda_set_ics(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_ics() 576 static void intel_hda_set_st_ctl(IntelHDAState *d, const IntelHDAReg *reg, uint32_t old) in intel_hda_set_st_ctl() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | setexpr.c | 83 const char *old,/* old (replaced) string */ in substitute() 177 const char *old; in regex_sub() local
|
/openbmc/qemu/util/ |
H A D | event.c | 66 int old = qatomic_xchg(&ev->value, EV_SET); in qemu_event_set() local
|
H A D | interval-tree.c | 178 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() 689 IntervalTreeNode *old = rb_to_itree(rb_old); in interval_tree_copy() local 697 IntervalTreeNode *old = rb_to_itree(rb_old); in interval_tree_rotate() local
|
H A D | lockcnt.c | 312 int old; in qemu_lockcnt_inc() local 340 int old = qatomic_cmpxchg(&lockcnt->count, val, val - 1); in qemu_lockcnt_dec_and_lock() local
|
/openbmc/qemu/migration/ |
H A D | colo-failover.c | 63 FailoverStatus old; in failover_set_state() local
|
/openbmc/u-boot/drivers/sound/ |
H A D | maxim_codec.c | 72 unsigned char old, new; in maxim_bic_or() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | bootstrap-3.4.1.js | 153 var old = $.fn.alert variable 265 var old = $.fn.button variable 492 var old = $.fn.carousel variable 729 var old = $.fn.collapse variable 900 var old = $.fn.dropdown variable 1246 var old = $.fn.modal variable 1948 var old = $.fn.tooltip variable 2072 var old = $.fn.popover variable 2234 var old = $.fn.scrollspy variable 2388 var old = $.fn.tab variable [all …]
|
/openbmc/u-boot/drivers/timer/ |
H A D | sti-timer.c | 27 u32 old = readl(&global_timer->cnt_h); in sti_timer_get_count() local
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | system.h | 220 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, in __cmpxchg_u32() 240 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, in __cmpxchg()
|
/openbmc/qemu/accel/hvf/ |
H A D | hvf-all.c | 200 MemoryRegionSection *section, int old, int new) in hvf_log_start() 210 MemoryRegionSection *section, int old, int new) in hvf_log_stop()
|
/openbmc/qemu/linux-user/hppa/ |
H A D | cpu_loop.c | 31 abi_ulong old = env->gr[25]; in hppa_lws() local
|
/openbmc/u-boot/arch/arm/mach-rmobile/ |
H A D | timer.c | 22 u32 old = readl(&global_timer->cnt_h); in get_cpu_global_timer() local
|