Home
last modified time | relevance | path

Searched refs:beg (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch60 + 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 Dmscc_sgpio.c30 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 Ddeflate.c682 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 Dinffast.c76 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 Dtnc_misc.c130 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 Djson-parser.c134 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 Dstorageaddsel.cpp39 handle.seekg(0, std::ios::beg); in readESEL()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp291 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 Dipz_parser.cpp628 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 Ditem_updater_static.cpp95 f.seekg(0, std::ios::beg); in getPNORVersion()
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.cpp134 handle.seekg(0, std::ios::beg); in readESEL()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp299 passwdFile.seekg(0, std::ios::beg); in readPasswdFileData()
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp62 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 Dmdrv2.cpp226 smbiosFile.seekg(0, std::ios_base::beg); in readDataFromFlash()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp657 vpdFileStream.seekg(vpdStartOffset, std::ios_base::beg); in getVpdDataInVector()
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp994 baseboardFRUFile.seekg(0, std::ios_base::beg); in readBaseboardFRU()