Searched refs:theInt (Results 1 - 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java313 // theInt = n / 32
314 int theInt = n >> 5;
318 return ((m_ints[theInt] & tester) != 0);
323 // theInt = n / 32
324 int theInt = n >> 5;
328 m_ints[theInt] ^= flipper;
333 // theInt = n / 32
334 int theInt = n >> 5;
338 m_ints[theInt] |= setter;
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c7552 Int theInt; /* result accumulator */ local
7569 theInt=0; /* ready to accumulate */
7586 theInt=QUOT10(*up, count);
7587 rem=*up-theInt*powers[count];
7590 theInt=*up/powers[count];
7601 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7604 Int save=theInt;
7607 theInt+=*up*powers[got];
7611 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7613 else if (neg && theInt>199999999
[all...]
/external/icu4c/i18n/
H A DdecNumber.c7584 Int theInt; /* result accumulator */ local
7601 theInt=0; /* ready to accumulate */
7618 theInt=QUOT10(*up, count);
7619 rem=*up-theInt*powers[count];
7622 theInt=*up/powers[count];
7633 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7636 Int save=theInt;
7639 theInt+=*up*powers[got];
7643 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7645 else if (neg && theInt>199999999
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 106 milliseconds