Home
last modified time | relevance | path

Searched refs:startIndex (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/
H A D0001-Fix-type-mismatch-with-latest-FreeType.patch10 | 171 | char* tagList = &outline.tags[startIndex];
28 FT_Vector* pointList = &outline.points[startIndex];
29 - char* tagList = &outline.tags[startIndex];
30 + char* tagList = (char*)&outline.tags[startIndex];
33 contourLength = (endIndex - startIndex) + 1;
/openbmc/bmcweb/include/
H A Dauthentication.hpp146 auto startIndex = cookieValue.find("BMCWEB-SESSION="); in performCookieAuth() local
147 if (startIndex == std::string::npos) in performCookieAuth()
154 startIndex += sizeof("BMCWEB-SESSION=") - 1; in performCookieAuth()
155 auto endIndex = cookieValue.find(';', startIndex); in performCookieAuth()
161 cookieValue.substr(startIndex, endIndex - startIndex); in performCookieAuth()
/openbmc/phosphor-bmc-code-mgmt/test/create_package/
H A Dfirmware_device_id_area.cpp106 const ssize_t startIndex = i; in create_pldm_firmware_device_identification_record() local
157 const ssize_t recordLength = i - startIndex; in create_pldm_firmware_device_identification_record()
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb193 req_args = {'startIndex' : 0}
228 req_args['startIndex'] = index
236 index = data["startIndex"]
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1043 size_t startIndex = 0; in ipmiOemGet80PortRecord() local
1083 startIndex = resData.size() - maxPostCodeLen; in ipmiOemGet80PortRecord()
1086 response.assign(resData.begin() + startIndex, resData.end()); in ipmiOemGet80PortRecord()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c1135 cmd->body.startIndex = cbs->ua_views[1].index; in vmw_emit_set_cs_uav()
H A Dvmwgfx_execbuf.c2993 cmd->body.startIndex); in vmw_cmd_set_cs_uav()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h1114 uint32 startIndex; member