HomeSort by relevance Sort by last modified time
    Searched refs:mask64 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 496 static ULong MASK64( UInt begin, UInt end )
4758 ULong mask64; local
20505 UInt mask32, mask64; local
    [all...]
host_ppc_isel.c 6136 UInt mask32, mask64; local
    [all...]
  /external/boringssl/src/crypto/ec/
p256-64.c 1018 const u64 mask64 = mask; local
1020 out[i] = ((limb)(in[i] & mask64)) | (out[i] & ~mask);
    [all...]

Completed in 466 milliseconds