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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
GCMBlockCipher.java 441 // T = MSBt(GCTRk(J0,S))
  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc 158 uint64_t msbt = (imm >> 20) & 1; local
161 // Sign extend to 64-bit by repeating msbt 31 (64-33) times and merge it
163 return ((((uint64_t)(1) << 32) - msbt) << 33) | value;
    [all...]

Completed in 5660 milliseconds