Searched refs:vptr (Results 1 – 7 of 7) sorted by relevance
| /openbmc/ipmitool/lib/ |
| H A D | log.c | 58 va_list vptr; in lprintf() local 66 va_start(vptr, format); in lprintf() 67 vsnprintf(logmsg, LOG_MSG_LENGTH, format, vptr); in lprintf() 68 va_end(vptr); in lprintf() 80 va_list vptr; in lperror() local 88 va_start(vptr, format); in lperror() 89 vsnprintf(logmsg, LOG_MSG_LENGTH, format, vptr); in lperror() 90 va_end(vptr); in lperror()
|
| /openbmc/u-boot/lib/ |
| H A D | crc8.c | 23 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() argument 28 crc = _crc8((crc ^ vptr[i]) << 8); in crc8()
|
| /openbmc/u-boot/net/ |
| H A D | checksum.c | 13 unsigned compute_ip_checksum(const void *vptr, unsigned nbytes) in compute_ip_checksum() argument 16 const unsigned short *ptr = vptr; in compute_ip_checksum()
|
| /openbmc/u-boot/include/linux/ |
| H A D | crc8.h | 21 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
|
| /openbmc/u-boot/include/u-boot/ |
| H A D | crc.h | 12 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sme_helper.c | 331 static void clear_vertical_b(void *vptr, size_t off, size_t len) in clear_vertical_b() argument 334 *(uint8_t *)(vptr + tile_vslice_offset(i + off)) = 0; in clear_vertical_b() 338 static void clear_vertical_h(void *vptr, size_t off, size_t len) in clear_vertical_h() argument 341 *(uint16_t *)(vptr + tile_vslice_offset(i + off)) = 0; in clear_vertical_h() 345 static void clear_vertical_s(void *vptr, size_t off, size_t len) in clear_vertical_s() argument 348 *(uint32_t *)(vptr + tile_vslice_offset(i + off)) = 0; in clear_vertical_s() 352 static void clear_vertical_d(void *vptr, size_t off, size_t len) in clear_vertical_d() argument 355 *(uint64_t *)(vptr + tile_vslice_offset(i + off)) = 0; in clear_vertical_d() 359 static void clear_vertical_q(void *vptr, size_t off, size_t len) in clear_vertical_q() argument 362 memset(vptr + tile_vslice_offset(i + off), 0, 16); in clear_vertical_q()
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
| H A D | CVE-2024-50612.patch | 122 -static int vorbis_rnull (SF_PRIVATE *psf, int samples, void *vptr, int off , int channels, float *… 152 +static int vorbis_rnull (SF_PRIVATE *psf, int samples, void *vptr, int off , int channels, float *…
|