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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java436 // theInt = n / 32
437 int theInt = n >>> 5;
441 return ((m_ints[theInt] & tester) != 0);
446 // theInt = n / 32
447 int theInt = n >>> 5;
451 m_ints[theInt] ^= flipper;
456 // theInt = n / 32
457 int theInt = n >>> 5;
461 m_ints[theInt] |= setter;
466 // theInt
[all...]
H A DLongArray.java780 // theInt = n / 64
781 int theInt = n >>> 6;
785 return (buf[off + theInt] & tester) != 0;
790 // theInt = n / 64
791 int theInt = n >>> 6;
795 buf[off + theInt] ^= flipper;
800 // // theInt = n / 64
801 // int theInt = n >>> 6;
805 // buf[off + theInt] |= setter;
810 // // theInt
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/
H A DdecNumber.c7586 Int theInt; /* result accumulator */ local
7603 theInt=0; /* ready to accumulate */
7620 theInt=QUOT10(*up, count);
7621 rem=*up-theInt*powers[count];
7624 theInt=*up/powers[count];
7635 if (got==0) {theInt=*up; got+=DECDPUN; up++;} /* ensure lsu is there */
7638 Int save=theInt;
7641 theInt+=*up*powers[got];
7645 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7647 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 195 milliseconds