Home
last modified time | relevance | path

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

/external/lzma/C/Util/SfxSetup/
DSfxSetup.c45 static unsigned FindExt(const wchar_t *s, unsigned *extLen) in FindExt() argument
53 *extLen = len - i; in FindExt()
57 *extLen = 0; in FindExt()
432 unsigned extLen; in main() local
435 unsigned nameLen = FindExt(temp + nameStartPos, &extLen); in main()
436 …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.java744 int extLen = len << 1; in square() local
746 int j = len, k = extLen; in square()
760 addWordAt(extLen, c, zz, i << 1); in square()
763 shiftUpBit(extLen, zz, x[0] << 31); in square()
768 int extLen = len << 1; in square() local
770 int j = len, k = extLen; in square()
784 addWordAt(extLen, c, zz, zzOff, i << 1); in square()
787 shiftUpBit(extLen, zz, zzOff, x[xOff] << 31); in square()