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

  /external/openssl/crypto/store/
str_lib.c 1678 unsigned int blow = (unsigned int)-1, bhigh = 0; local
1753 unsigned int alow, ahigh, blow, bhigh; local
    [all...]
  /external/qemu/fpu/
softfloat-macros.h 467 uint32_t aHigh, aLow, bHigh, bLow;
473 bHigh = b>>32;
475 zMiddleA = ( (uint64_t) aLow ) * bHigh;
477 z0 = ( (uint64_t) aHigh ) * bHigh;

Completed in 3699 milliseconds