Home
last modified time | relevance | path

Searched refs:buf8 (Results 1 – 6 of 6) sorted by relevance

/openbmc/libmctp/
H A Dcrc32.c11 const uint8_t *buf8 = buf; in crc32() local
17 rem = rem ^ *buf8; in crc32()
21 buf8++; in crc32()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dspl_spi_sunxi.c228 u8 *buf8 = buf; in spi0_read_data() local
237 sunxi_spi0_read_data(buf8, addr, chunk_len, in spi0_read_data()
247 sunxi_spi0_read_data(buf8, addr, chunk_len, in spi0_read_data()
259 buf8 += chunk_len; in spi0_read_data()
/openbmc/hiomapd/vpnor/
H A Dbackend.cpp167 uint8_t* buf8 = static_cast<uint8_t*>(buf); in vpnor_copy_bootloader_partition() local
168 backend_copy(&local, tocOffset, buf8 + tocStart, blTable.capacity()); in vpnor_copy_bootloader_partition()
169 backend_copy(&local, hbbOffset, buf8 + hbbOffset, hbbSize); in vpnor_copy_bootloader_partition()
/openbmc/phosphor-mboxd/test/
H A Dmbox.c28 const uint8_t *buf8 = buf; in dump_buf() local
41 printf("0x%02x, ", buf8[i + j]); in dump_buf()
/openbmc/hiomapd/test/
H A Dmbox.c30 const uint8_t *buf8 = buf; in dump_buf() local
43 printf("0x%02x, ", buf8[i + j]); in dump_buf()
/openbmc/qemu/ui/
H A Dvnc-enc-tight.c893 uint8_t *buf8; in tight_pack24() local
897 buf8 = buf; in tight_pack24()
914 pix = ldl_he_p(buf8); in tight_pack24()
918 buf8 += 4; in tight_pack24()