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

  /external/chromium_org/crypto/
p224.cc 49 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 |= is_p >> 2
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 2602 $is_p = !preg_match('\/^B\\x1A[0-9]+B|^C\\x1A[0-9]+C$\/', $value); variable
    [all...]

Completed in 43 milliseconds