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

  /external/boringssl/src/crypto/ec/
p256-64.c 976 /* point_double calculates 2*(x_in, y_in, z_in)
982 * while x_out == y_in is not (maybe this works, but it's not tested). */
984 const felem x_in, const felem y_in, const felem z_in) {
1000 felem_square(tmp, y_in);
1034 felem_assign(ftmp, y_in);
1063 const smallfelem y_in, const smallfelem z_in) {
1068 smallfelem_expand(felem_y_in, y_in);
1659 felem z1, z2, x_in, y_in; local
1733 smallfelem x_in, y_in, z_in; local
    [all...]
  /external/libvncserver/x11vnc/
cursor.c 1835 int x_in = x, y_in = y; local
    [all...]

Completed in 65 milliseconds