Searched refs:nIndex (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_options.cpp | 162 int nIndex = 0, maxLen = DHCP_OPT_SIZE, nOver = 0, nFinished = 0, nFlag = OPTION_FIELD; in GetDhcpOption() local 164 int nRet = CheckOptionsData(packet, code, nIndex, maxLen); in GetDhcpOption() 166 *length = pOption[nIndex + DHCP_OPT_LEN_INDEX]; in GetDhcpOption() 167 return pOption + nIndex + DHCP_OPT_DATA_INDEX; in GetDhcpOption() 172 switch (pOption[nIndex + DHCP_OPT_CODE_INDEX]) { in GetDhcpOption() 174 nIndex++; in GetDhcpOption() 177 if (!CheckOptSoverloaded(packet, code, maxLen, &nOver, &nIndex)) { in GetDhcpOption() 184 nIndex = 0; in GetDhcpOption() 189 nIndex = 0; in GetDhcpOption() 197 nIndex in GetDhcpOption() 313 int nIndex = 0; GetEndOptionIndex() local [all...] |
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_math_stroke.h | 120 int32_t nIndex; in CalcCap() local 128 for (nIndex = 0; nIndex < divNumber; nIndex++) { in CalcCap() 136 for (nIndex = 0; nIndex < divNumber; nIndex++) { in CalcCap() 342 int32_t nIndex; in CalcArc() local 356 for (nIndex = 0; nIndex < divNumbe in CalcArc() [all...] |
Completed in 2 milliseconds