HomeSort by relevance Sort by last modified time
    Searched full:ahigh (Results 1 - 2 of 2) 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-macros.h 467 uint32_t aHigh, aLow, bHigh, bLow;
471 aHigh = a>>32;
476 zMiddleB = ( (uint64_t) aHigh ) * bLow;
477 z0 = ( (uint64_t) aHigh ) * bHigh;

Completed in 181 milliseconds