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

  /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 820 int topbit = 0; local
826 if ((bit & uint32Val) > 0) topbit = i;
829 encodeLen = topbit/7 + 1;
832 //Log.d(LOG_TAG, "uint32Val = " + Integer.toHexString(uint32Val) + ", topbit = "
833 // + topbit + ", encodeLen = " + encodeLen);
    [all...]
  /external/srec/portable/src/
pcrc.c 76 #define TOPBIT (1 << (WIDTH - 1))
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 337 APInt TopBit(NVT.getSizeInBits(), 0);
338 TopBit.setBit(OVT.getSizeInBits());
339 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, NVT));
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 

Completed in 136 milliseconds