Home
last modified time | relevance | path

Searched refs:ssize (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/cmd/
H A Dsetexpr.c82 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 Dfsl_diu_fb.c195 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 Dst_smi.c33 #define FLASH_ID(n, es, id, psize, ssize, size) \ argument
39 .sectorsize = ssize, \
/openbmc/qemu/net/
H A Dtrace-events19 colo_compare_ip_info(int psize, const char *sta, const char *stb, int ssize, const char *stc, const…
/openbmc/qemu/block/
H A Dcrypto.c655 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 Dqcow2.c5163 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 Dmem_helper.c1436 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 Dtpm-v2.c652 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 Dinterface.md87 - `ssize` - maps to the C `ssize_t` for the architecture.
/openbmc/qemu/hw/usb/
H A Dtrace-events281 …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 D0001-ffmpeg-5.1.4-rpi_24.patch23724 + 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)