Home
last modified time | relevance | path

Searched refs:BUF_SIZE (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/common/spl/
H A Dspl_ymodem.c17 #define BUF_SIZE 1024 macro
44 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit()
53 memcpy(addr, &buf[BUF_SIZE - res], res); in ymodem_read_fit()
58 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit()
78 char buf[BUF_SIZE]; in spl_ymodem_load_image()
89 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in spl_ymodem_load_image()
104 info.image_read = BUF_SIZE; in spl_ymodem_load_image()
109 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) in spl_ymodem_load_image()
127 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) { in spl_ymodem_load_image()
/openbmc/qemu/tests/tcg/hexagon/
H A Dhex_sigsegv.c46 #define BUF_SIZE 300 macro
47 uint8_t buf[BUF_SIZE];
/openbmc/qemu/chardev/
H A Dtestdev.c32 #define BUF_SIZE 32 macro
95 tocopy = MIN(len, BUF_SIZE - testdev->in_buf_used); in testdev_chr_write()
/openbmc/ipmitool/src/plugins/bmc/
H A Dbmc_intf.h60 #define BUF_SIZE 256 macro
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/pcr-extend/files/
H A Dfix_openssl11_build.patch29 num_read = fread (buf, 1, BUF_SIZE, file);
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h48 #define BUF_SIZE (10*1024) macro
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h157 #define BUF_SIZE 0x04000000 macro
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch397 +#define BUF_SIZE 256
400 +#define BUF_ALLOC (BUF_SIZE + 2*BUF_SLACK + BUF_ALIGN)
414 + memcpy(d0, dx, (BUF_SIZE + BUF_SLACK*2)*4);
415 + memcpy(d1, dx, (BUF_SIZE + BUF_SLACK*2)*4);
423 + for (i = 0; i != BUF_SIZE + BUF_SLACK*2; ++i) {
442 + memcpy(d0, dx, (BUF_SIZE + BUF_SLACK*2)*4);
443 + memcpy(d1, dx, (BUF_SIZE + BUF_SLACK*2)*4);
451 + for (i = 0; i != BUF_SIZE + BUF_SLACK*2; ++i) {