HomeSort by: relevance | last modified time | path
    Searched defs:hibit (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/spmath/
divu.S 73 comib,>,n 0,dvr,hibit ; check for dvr >= 2**31
159 hibit: ldo 32(0),tp ; initialize loop counter label
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
poly1305_donna64.h 65 const unsigned long long hibit = local in function:poly1305_blocks
93 h2 += (((t1 >> 24)) & 0x3ffffffffff) | hibit;
poly1305_donna32.h 59 const unsigned long hibit = (st->final) ? 0UL : (1UL << 24); /* 1 << 128 */ local in function:poly1305_blocks
89 h4 += (LOAD32_LE(m + 12) >> 8) | hibit;

Completed in 12 milliseconds