Searched refs:iIndex (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexCLW.cxx115 for (int iIndex = 0; cNumericString[iIndex] != '\0'; iIndex++) {
117 switch (cNumericString[iIndex]) {
140 unsigned int iIndex = 0; // Buffer Index local
152 cWord[iIndex++] = CharacterUpper(cCharacter);
156 cWord[iIndex] = '\0';
158 if (iIndex == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l7filter/
H A Dl7_filter_main.c237 int iIndex; local
240 for (iIndex=0; iIndex < iLength-1; iIndex+=2)
242 dwSum += (pbData[iIndex] << 8) | (pbData[iIndex+1]);
/netgear-R7000-V1.0.7.12_1.2.5/project/gpl/l7filter/
H A Dl7_filter_main.c240 int iIndex; local
243 for (iIndex=0; iIndex < iLength-1; iIndex+=2)
245 dwSum += (pbData[iIndex] << 8) | (pbData[iIndex+1]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp594 size_t iIndex; local
717 for (iIndex = 0; iIndex < WXSIZEOF(PossibleSqlCharTypes) &&
718 !getDataTypeInfo(PossibleSqlCharTypes[iIndex], typeInfVarchar); ++iIndex)
721 if (iIndex < WXSIZEOF(PossibleSqlCharTypes))
722 typeInfVarchar.FsqlType = PossibleSqlCharTypes[iIndex];
727 for (iIndex = 0; iIndex < WXSIZEOF(PossibleSqlFloatTypes) &&
728 !getDataTypeInfo(PossibleSqlFloatTypes[iIndex], typeInfFloa
[all...]
H A Ddynarray.cpp349 int iIndex = Index(lItem); \
351 wxCHECK_RET( iIndex != wxNOT_FOUND, \
354 RemoveAt((size_t)iIndex); \
H A Dstring.cpp2537 int iIndex = Index(sz);
2539 wxCHECK_RET( iIndex != wxNOT_FOUND,
2542 RemoveAt(iIndex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynarray.h303 { int iIndex = Index(lItem); \
304 wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
306 RemoveAt((size_t)iIndex); } \
352 { int iIndex = Index(lItem); \
353 wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
355 base::RemoveAt((size_t)iIndex); } \
533 { int iIndex = Index(lItem); \
534 wxCHECK2_MSG( iIndex != wxNOT_FOUND, return, \
536 base::erase(begin() + iIndex); } \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/param/
H A Dloadparm.c2752 int iIndex; local
2757 for (iIndex = 0; parm_table[iIndex].label; iIndex++)
2758 if (strwicmp(parm_table[iIndex].label, pszParmName) == 0)
2759 return (iIndex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c4053 u32 iIndex
4065 target_command= entry_i+CAM_CONTENT_COUNT*iIndex;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c5391 u32 iIndex
5403 target_command= entry_i+CAM_CONTENT_COUNT*iIndex;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUSBModem.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/common/ com/common/ndisJni/ com/common/ndisJni/QualNdisJni ...

Completed in 162 milliseconds