| /openbmc/u-boot/cmd/ |
| H A D | setexpr.c | 82 int ssize, /* string bufer size */ in substitute() argument 97 if (*slen + nlen - olen > ssize) { in substitute() 108 tail = ssize - (p + len - string); in substitute()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | fsl_diu_fb.c | 195 u32 offset, ssize; in allocate_buf() local 198 ssize = size + bytes_align; in allocate_buf() 199 buf->vaddr = malloc(ssize); in allocate_buf() 203 memset(buf->vaddr, 0, ssize); in allocate_buf()
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | st_smi.c | 33 #define FLASH_ID(n, es, id, psize, ssize, size) \ argument 39 .sectorsize = ssize, \
|
| /openbmc/qemu/net/ |
| H A D | trace-events | 19 colo_compare_ip_info(int psize, const char *sta, const char *stb, int ssize, const char *stc, const…
|
| /openbmc/qemu/block/ |
| H A D | crypto.c | 655 int64_t ssize = bdrv_getlength(in_bs); in block_crypto_measure() local 657 if (ssize < 0) { in block_crypto_measure() 658 error_setg_errno(&local_err, -ssize, in block_crypto_measure() 663 size = ssize; in block_crypto_measure()
|
| H A D | qcow2.c | 5163 int64_t ssize = bdrv_getlength(in_bs); in qcow2_measure() local 5164 if (ssize < 0) { in qcow2_measure() 5165 error_setg_errno(&local_err, -ssize, in qcow2_measure() 5170 virtual_size = ROUND_UP(ssize, cluster_size); in qcow2_measure() 5183 for (offset = 0; offset < ssize; offset += pnum) { in qcow2_measure() 5187 ssize - offset, &pnum, NULL, in qcow2_measure()
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | mem_helper.c | 1436 uint32_t srclen, int ssize, uintptr_t ra) in do_pkau() argument 1452 } else if (srclen > ssize) { in do_pkau() 1454 src -= ssize; in do_pkau() 1455 srclen -= ssize; in do_pkau() 1458 if (srclen > ssize) { in do_pkau() 1460 src -= ssize; in do_pkau() 1461 srclen -= ssize; in do_pkau() 1726 int ssize = (sizes & 2) ? 1 : 2; in HELPER() local 1737 if (ssize == 2 && !s390_has_feat(S390_FEAT_ETF2_ENH)) { in HELPER() 1743 check_alignment(env, len, ssize, ra); in HELPER() [all …]
|
| /openbmc/u-boot/lib/ |
| H A D | tpm-v2.c | 652 int ssize; in tcg2_platform_get_log() local 661 size_prop = dev_read_prop(dev, "tpm_event_log_size", &ssize); in tcg2_platform_get_log() 663 size_prop = dev_read_prop(dev, "linux,sml-size", &ssize); in tcg2_platform_get_log() 667 u64 s = of_read_number(size_prop, ssize / sizeof(__be32)); in tcg2_platform_get_log()
|
| /openbmc/sdbusplus/docs/yaml/ |
| H A D | interface.md | 87 - `ssize` - maps to the C `ssize_t` for the architecture.
|
| /openbmc/qemu/hw/usb/ |
| H A D | trace-events | 281 …ag, uint32_t copy, uint32_t uoff, uint32_t usize, uint32_t soff, uint32_t ssize) "dev %d, tag 0x%x…
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 23724 + const unsigned int ssize = ((w+95)/96)*128*h*3/2; 23727 + uint8_t * sbuf0 = malloc(ssize); 23728 + uint8_t * sbuf1 = malloc(ssize); 23739 + for (i = 0; i != ssize; i += 4) 23741 + memcpy(sbuf1, sbuf0, ssize); 23756 + if (memcmp(sbuf0, sbuf1, ssize) 23779 + if (memcmp(sbuf0, sbuf1, ssize)
|