Searched defs:x_in (Results 1 - 4 of 4) sorted by relevance

/external/webp/src/utils/
H A Drescaler.c33 int x_in = channel; local
41 sum += src[x_in];
42 x_in += x_stride;
45 const int32_t base = src[x_in];
47 x_in += x_stride;
58 x_in += x_stride;
59 right = src[x_in];
/external/libvncserver/x11vnc/
H A Dxdamage.c68 int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call);
260 int collect_non_X_xdamage(int x_in, int y_in, int w_in, int h_in, int call) { argument
270 if (call && debug_xdamage > 1) fprintf(stderr, "collect_non_X_xdamage: %d %d %d %d - %d / %d\n", x_in, y_in, w_in, h_in, call, use_xdamage);
300 if (x_in < 0) {
305 x = x_in;
H A Dcursor.c1835 int x_in = x, y_in = y; local
1879 if (x_in == cursor_x && y_in == cursor_y) {
/external/boringssl/src/crypto/ec/
H A Dp256-64.c976 /* point_double calculates 2*(x_in, y_in, z_in)
981 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
984 const felem x_in, const felem y_in, const felem z_in) {
989 felem_assign(ftmp, x_in);
991 felem_assign(ftmp2, x_in);
1006 felem_small_mul(tmp, small1, x_in);
1062 smallfelem z_out, const smallfelem x_in,
1067 smallfelem_expand(felem_x_in, x_in);
1659 felem z1, z2, x_in, y_in; local
1668 if (!BN_to_felem(x_in,
983 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1061 point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out, const smallfelem x_in, const smallfelem y_in, const smallfelem z_in) argument
1733 smallfelem x_in, y_in, z_in; local
[all...]

Completed in 198 milliseconds