Home
last modified time | relevance | path

Searched refs:extLen (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/PC/
Dimport_nt.c72 size_t extLen = strlen(fdp->suffix); in PyWin_FindRegisteredModule() local
74 if ((size_t)modNameSize > extLen && in PyWin_FindRegisteredModule()
75 strnicmp(pathBuf + ((size_t)modNameSize-extLen-1), in PyWin_FindRegisteredModule()
77 extLen) == 0) in PyWin_FindRegisteredModule()
/external/lzma/CPP/7zip/UI/Common/
DDefaultName.cpp10 const unsigned extLen = extension.Len(); in GetDefaultName3() local
13 if (fileNameLen > extLen + 1) in GetDefaultName3()
15 const unsigned dotPos = fileNameLen - (extLen + 1); in GetDefaultName3()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c49 static unsigned FindExt(const wchar_t *s, unsigned *extLen) in FindExt() argument
57 *extLen = len - i; in FindExt()
61 *extLen = 0; in FindExt()
444 unsigned extLen; in main() local
447 unsigned nameLen = FindExt(temp + nameStartPos, &extLen); in main()
448 …unsigned extPrice = FindItem(kExts, sizeof(kExts) / sizeof(kExts[0]), name + len - extLen, extLen); in main()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat.java784 int extLen = len << 1; in square() local
786 int j = len, k = extLen; in square()
800 addWordAt(extLen, c, zz, i << 1); in square()
803 shiftUpBit(extLen, zz, x[0] << 31); in square()
808 int extLen = len << 1; in square() local
810 int j = len, k = extLen; in square()
824 addWordAt(extLen, c, zz, zzOff, i << 1); in square()
827 shiftUpBit(extLen, zz, zzOff, x[xOff] << 31); in square()
/external/dng_sdk/source/
Ddng_xmp_sdk.cpp1464 uint32 extLen = (uint32) extStr.size (); in PackageForJPEG() local
1475 if (extLen) in PackageForJPEG()
1478 extBlock.Reset (allocator.Allocate (extLen)); in PackageForJPEG()
1480 memcpy (extBlock->Buffer (), extStr.c_str (), extLen); in PackageForJPEG()