Home
last modified time | relevance | path

Searched refs:src32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch8 The 'dest' and 'src' can be same, we need to save the value of src32[2]
26 const Elf32_Word *src32 = src;
27 + Elf32_Word save_src32_2 = src32[2]; // dest could be equal to src
35 - Elf32_Word bitmask_words = encode ? src32[2] : dest32[2];
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Deflash.c221 u32 *src32, *dst32; in write_buff() local
236 src32 = (u32 *) src; in write_buff()
242 *dst32++ = *src32++; in write_buff()
/openbmc/qemu/hw/display/
H A Dxenfb.c429 uint32_t *src32 = src; in xenfb_copy_mfns() local
434 dst[i] = (mode == 32) ? src32[i] : src64[i]; in xenfb_copy_mfns()