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

  /external/openssl/crypto/store/
str_lib.c 1677 unsigned int alow = (unsigned int)-1, ahigh = 0; local
1753 unsigned int alow, ahigh, blow, bhigh; local
    [all...]
  /external/qemu/fpu/
softfloat-native.c 516 uint64_t aLow;
519 aLow = u.i.low & ~ LIT64( 0x4000000000000000 );
522 && (uint64_t) ( aLow<<1 )
523 && ( u.i.low == aLow );
softfloat-specialize.h 537 uint64_t aLow;
539 aLow = a.low & ~ LIT64( 0x4000000000000000 );
542 && (uint64_t) ( aLow<<1 )
543 && ( a.low == aLow );
562 uint64_t aLow;
564 aLow = a.low & ~ LIT64( 0x4000000000000000 );
567 && (uint64_t) ( aLow<<1 )
568 && ( a.low == aLow );
softfloat-macros.h 467 uint32_t aHigh, aLow, bHigh, bLow;
470 aLow = a;
474 z1 = ( (uint64_t) aLow ) * bLow;
475 zMiddleA = ( (uint64_t) aLow ) * bHigh;
  /external/llvm/lib/IR/
Metadata.cpp 507 ConstantInt *ALow = cast<ConstantInt>(A->getOperand(2 * AI));
510 if (ALow->getValue().slt(BLow->getValue())) {
511 addRange(EndPoints, ALow, cast<ConstantInt>(A->getOperand(2 * AI + 1)));
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]

Completed in 88 milliseconds