Searched refs:asize (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/hw/nvram/ |
| H A D | eeprom_at24c.c | 45 uint8_t asize; member 96 if (ee->haveaddr > 0 && ee->haveaddr < ee->asize) { in at24c_eeprom_recv() 108 ee->haveaddr = ee->asize; in at24c_eeprom_recv() 125 if (ee->haveaddr < ee->asize) { in at24c_eeprom_send() 129 if (ee->haveaddr == ee->asize) { in at24c_eeprom_send() 219 if (ee->asize == 0) { in at24c_eeprom_realize() 221 ee->asize = 1; in at24c_eeprom_realize() 223 ee->asize = 2; in at24c_eeprom_realize() 240 DEFINE_PROP_UINT8("address-size", EEPROMState, asize, 0),
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/ |
| H A D | 0001-git-changebar-Adjust-structs-for-libgit2-1.4.x.patch | 20 - if (buf->asize == 0) { 29 - buf->asize = 0;
|
| /openbmc/u-boot/tools/ |
| H A D | mxsimage.c | 952 uint32_t asize; in sb_build_command_load() local 974 asize = roundup(dctx->size, SB_BLOCK_SIZE); in sb_build_command_load() 975 payload = calloc(1, asize); in sb_build_command_load() 984 cctx->length = asize; in sb_build_command_load() 1812 unsigned long size, asize; in sb_verify_command() local 1842 asize = roundup(cctx->length, SB_BLOCK_SIZE); in sb_verify_command() 1843 cctx->data = malloc(asize); in sb_verify_command() 1847 size = fread(cctx->data, 1, asize, fp); in sb_verify_command() 1848 if (size != asize) { in sb_verify_command() 1856 EVP_DigestUpdate(ictx->md_ctx, cctx->data, asize); in sb_verify_command() [all …]
|
| /openbmc/u-boot/lib/ |
| H A D | tpm-v2.c | 651 int asize; in tcg2_platform_get_log() local 657 addr_prop = dev_read_prop(dev, "tpm_event_log_addr", &asize); in tcg2_platform_get_log() 659 addr_prop = dev_read_prop(dev, "linux,sml-base", &asize); in tcg2_platform_get_log() 666 u64 a = of_read_number(addr_prop, asize / sizeof(__be32)); in tcg2_platform_get_log()
|
| /openbmc/qemu/target/riscv/insn_trans/ |
| H A D | trans_rvv.c.inc | 21 static inline bool is_overlapped(const int8_t astart, int8_t asize, 24 const int8_t aend = astart + asize; 27 return MAX(aend, bend) - MIN(astart, bstart) < asize + bsize;
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 11823 + size_t asize = 0; 11846 + if (n >= asize) { 11847 + asize = asize ? asize * 2 : 4; 11848 + a = realloc(a, asize * sizeof(*a)); 11850 + request_log("Failed to realloc poll array to %zd\n", asize);
|