Home
last modified time | relevance | path

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

/external/lzma/C/Util/SfxSetup/
DSfxSetup.c48 static unsigned FindExt(const wchar_t *s, unsigned *extLen) in FindExt() argument
56 *extLen = len - i; in FindExt()
60 *extLen = 0; in FindExt()
438 unsigned extLen; in main() local
441 unsigned nameLen = FindExt(temp + nameStartPos, &extLen); in main()
442 …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()