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

/external/chromium_org/crypto/
H A Dp224.cc49 uint32 is_zero = 0, is_p = 0; local
52 is_p |= minimal[i] - kP[i];
55 // If either is_zero or is_p is 0, then we should return 1.
62 is_p |= is_p >> 16;
63 is_p |= is_p >> 8;
64 is_p |= is_p >> 4;
65 is_p |
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc1880 bool is_p = target_rep.IsSmi() || target_rep.IsExternal(); local
1889 if (is_p) {
1898 if (is_p) {
1911 if (is_p) {
1917 if (is_p) {
1923 if (is_p) {

Completed in 105 milliseconds