HomeSort by relevance Sort by last modified time
    Searched full:topbit (Results 1 - 8 of 8) sorted by null

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
TinyBitSet.java 37 private static int topbit(int i) { method in class:TinyBitSet
54 return log2(topbit(value));
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 97 topbit=r21; // carry bit from tmp[num]
196 (p39) add topbit=r0,r0
197 (p41) add topbit=r0,r0,1
276 (p31) add a[0]=a[0],topbit
277 (p33) add a[0]=a[0],topbit,1
278 mov topbit=r0 };;
280 (p31) cmp.ltu p32,p30=a[0],topbit
281 (p33) cmp.leu p32,p30=a[0],topbit
290 (p32) add topbit=r0,r0,1 }
296 (p41) add topbit=r0,r0,
    [all...]
x86_64-mont.pl 1200 my ($topbit,$nptr)=("%rbp",$aptr);
1215 xor $topbit,$topbit # $topbit=0
1374 add $topbit,$A0[0]
1389 xor $topbit,$topbit
1391 adc $topbit,$topbit
1394 adc \$0,$topbit
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 839 int topbit = 0; local
845 if ((bit & uint32Val) > 0) topbit = i;
848 encodeLen = topbit/7 + 1;
851 //Log.d(LOG_TAG, "uint32Val = " + Integer.toHexString(uint32Val) + ", topbit = "
852 // + topbit + ", encodeLen = " + encodeLen);
    [all...]