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

  /external/libchrome/crypto/
p224.cc 51 uint32_t is_zero = 0, is_p = 0; local
54 is_p |= minimal[i] - kP[i];
57 // If either is_zero or is_p is 0, then we should return 1.
64 is_p |= is_p >> 16;
65 is_p |= is_p >> 8;
66 is_p |= is_p >> 4;
67 is_p |= is_p >> 2
    [all...]
  /external/libweave/third_party/chromium/crypto/
p224.cc 65 uint32_t is_zero = 0, is_p = 0; local
68 is_p |= minimal[i] - kP[i];
71 // If either is_zero or is_p is 0, then we should return 1.
78 is_p |= is_p >> 16;
79 is_p |= is_p >> 8;
80 is_p |= is_p >> 4;
81 is_p |= is_p >> 2
    [all...]
  /external/boringssl/src/crypto/ec/
p256-64.c 828 u64 is_p; local
840 is_p = (small[0] ^ kPrime[0]) | (small[1] ^ kPrime[1]) |
842 is_p--;
843 is_p &= is_p << 32;
844 is_p &= is_p << 16;
845 is_p &= is_p << 8;
846 is_p &= is_p << 4
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 1704 bool is_p = target_rep.IsSmi() || target_rep.IsExternal(); local
    [all...]

Completed in 807 milliseconds