| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | CVE-2019-13232_p2.patch | 60 + bound_t beg; /* start of the span */ 70 + * Return the index of the first span in cover whose beg is greater than val. 80 + if (val < cover->span[mid].beg) 99 + * spans already in the list. The new span covers the values beg..end-1. beg 105 + * list. If the new span is invalid because beg is greater than or equal to 109 +static int cover_add(cover, beg, end) 111 + bound_t beg; 117 + if (beg >= end) 123 + pos = cover_find(cover, beg); 124 + if ((pos > 0 && beg < cover->span[pos - 1].end) || [all …]
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | mscc_sgpio.c | 30 u8 beg; member 42 #define __M(bf) GENMASK((bf).end, (bf).beg) 43 #define __F(bf, x) (__M(bf) & ((x) << (bf).beg)) 44 #define __X(bf, x) (((x) >> (bf).beg) & GENMASK(((bf).end - (bf).beg), 0)) 46 #define MSCC_M_CFG_SIO_AUTO_REPEAT(p) BIT(p->props->auto_repeat.beg)
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | deflate.c | 682 uInt beg = s->pending; /* start of bytes to update crc */ local 686 if (s->gzhead->hcrc && s->pending > beg) 687 strm->adler = crc32(strm->adler, s->pending_buf + beg, 688 s->pending - beg); 690 beg = s->pending; 697 if (s->gzhead->hcrc && s->pending > beg) 698 strm->adler = crc32(strm->adler, s->pending_buf + beg, 699 s->pending - beg); 710 uInt beg = s->pending; /* start of bytes to update crc */ local 715 if (s->gzhead->hcrc && s->pending > beg) [all …]
|
| H A D | inffast.c | 76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local 111 beg = out - (start - strm->avail_out); in inflate_fast() 195 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | tnc_misc.c | 130 int beg = 0, end = znode->child_cnt, uninitialized_var(mid); in ubifs_search_zbranch() local 134 ubifs_assert(end > beg); in ubifs_search_zbranch() 136 while (end > beg) { in ubifs_search_zbranch() 137 mid = (beg + end) >> 1; in ubifs_search_zbranch() 140 beg = mid + 1; in ubifs_search_zbranch()
|
| /openbmc/qemu/qobject/ |
| H A D | json-parser.c | 134 const char *beg; in parse_string() local 148 beg = ptr++; in parse_string() 199 (int)(ptr - beg), beg); in parse_string()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | storageaddsel.cpp | 39 handle.seekg(0, std::ios::beg); in readESEL()
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | biosconfigcommands.cpp | 291 payloadFile.seekg(0, payloadFile.beg); in computeCheckSum() 444 outFile.seekp(std::ios_base::beg); in flushNVOOBdata() 642 ifs.seekg(std::ios_base::beg); in InitNVOOBdata() 1034 ifs.seekg(offset, std::ios::beg); in ipmiOEMGetPayload()
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | ipz_parser.cpp | 628 m_vpdFileStream.seekp(m_vpdStartOffset + i_recordECCOffset, std::ios::beg); in updateRecordECC() 709 std::ios::beg); in setKeywordValueInRecord()
|
| /openbmc/openpower-pnor-code-mgmt/static/ |
| H A D | item_updater_static.cpp | 95 f.seekg(0, std::ios::beg); in getPNORVersion()
|
| /openbmc/openpower-host-ipmi-oem/ |
| H A D | oemhandler.cpp | 134 handle.seekg(0, std::ios::beg); in readESEL()
|
| /openbmc/phosphor-host-ipmid/user_channel/ |
| H A D | passwd_mgr.cpp | 299 passwdFile.seekg(0, std::ios::beg); in readPasswdFileData()
|
| /openbmc/phosphor-certificate-manager/test/ |
| H A D | certs_manager_test.cpp | 62 f1.seekg(0, std::ifstream::beg); in compareFiles() 63 f2.seekg(0, std::ifstream::beg); in compareFiles() 169 f1.seekg(0, std::ifstream::beg); in compareFiles() 170 f2.seekg(0, std::ifstream::beg); in compareFiles()
|
| /openbmc/smbios-mdr/src/ |
| H A D | mdrv2.cpp | 226 smbiosFile.seekg(0, std::ios_base::beg); in readDataFromFlash()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | vpd_specific_utility.hpp | 657 vpdFileStream.seekg(vpdStartOffset, std::ios_base::beg); in getVpdDataInVector()
|
| /openbmc/entity-manager/src/fru_device/ |
| H A D | fru_device.cpp | 994 baseboardFRUFile.seekg(0, std::ios_base::beg); in readBaseboardFRU()
|