Searched refs:is_p (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/crypto/
H A Dp224.cc51 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 |
[all...]
/external/boringssl/src/crypto/fipsmodule/ec/
H A Dp256-64.c780 uint64_t is_p; local
792 is_p = (small[0] ^ kPrime[0]) | (small[1] ^ kPrime[1]) |
794 is_p--;
795 is_p &= is_p << 32;
796 is_p &= is_p << 16;
797 is_p &= is_p << 8;
798 is_p
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dinstr-a3xx.h582 uint32_t is_p : 1; member in struct:PACKED
H A Ddisasm-a3xx.c420 if (cat5->is_p) printf(".p");
H A Dir3.c469 cat5->is_p = !!(instr->flags & IR3_INSTR_P);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc1705 bool is_p = target_rep.IsSmi() || target_rep.IsExternal(); local
1714 if (is_p) {
1723 if (is_p) {
1736 if (is_p) {
1742 if (is_p) {
1748 if (is_p) {

Completed in 306 milliseconds