Searched refs:ylen (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/sys/dev/syscons/daemon/
H A Ddaemon_saver.c128 int xlen, int ylen)
134 for (y = yoff; y < ylen; y++) {
144 int xlen, int ylen)
150 for (y = yoff; y < ylen; y++) {
214 static int xlen, ylen, tlen; local
233 xlen = ylen = tlen = 0;
239 clear_daemon(sc, dxpos, dypos, dxdir, xoff, yoff, xlen, ylen);
300 ylen = DAEMON_MAX_HEIGHT;
301 if (dypos + ylen <= 0)
302 ylen
127 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, int xlen, int ylen) argument
143 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, int xlen, int ylen) argument
[all...]
/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_all_m31.c137 const unsigned char *y, size_t ylen, int curve)
143 x, xlen, y, ylen, curve);
146 x, xlen, y, ylen, curve);
151 x, xlen, y, ylen, curve);
154 x, xlen, y, ylen, curve);
158 x, xlen, y, ylen, curve);
135 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_all_m15.c97 const unsigned char *y, size_t ylen, int curve)
102 x, xlen, y, ylen, curve);
105 x, xlen, y, ylen, curve);
108 x, xlen, y, ylen, curve);
95 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_c25519_i15.c371 const unsigned char *y, size_t ylen, int curve)
384 (void)ylen;
369 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_c25519_i31.c363 const unsigned char *y, size_t ylen, int curve)
376 (void)ylen;
361 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_c25519_m31.c773 const unsigned char *y, size_t ylen, int curve)
786 (void)ylen;
771 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_c25519_m62.c560 const unsigned char *y, size_t ylen, int curve)
573 (void)ylen;
558 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_prime_i15.c760 const unsigned char *y, size_t ylen, int curve)
781 point_mul(&Q, y, ylen, cc);
758 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_prime_i31.c759 const unsigned char *y, size_t ylen, int curve)
780 point_mul(&Q, y, ylen, cc);
757 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_p256_m31.c1422 const unsigned char *y, size_t ylen, int curve)
1432 p256_mulgen(&Q, y, ylen);
1435 p256_mul(&Q, y, ylen);
1420 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_p256_m62.c1667 const unsigned char *y, size_t ylen, int curve)
1708 p256_mulgen(&Q, y, ylen);
1711 p256_mul(&Q, y, ylen);
1665 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_p256_m64.c1632 const unsigned char *y, size_t ylen, int curve)
1673 p256_mulgen(&Q, y, ylen);
1676 p256_mul(&Q, y, ylen);
1630 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_c25519_m64.c790 const unsigned char *y, size_t ylen, int curve)
803 (void)ylen;
788 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_p256_m15.c2077 const unsigned char *y, size_t ylen, int curve)
2087 p256_mulgen(&Q, y, ylen);
2090 p256_mul(&Q, y, ylen);
2075 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
H A Dec_c25519_m15.c1451 const unsigned char *y, size_t ylen, int curve)
1464 (void)ylen;
1449 api_muladd(unsigned char *A, const unsigned char *B, size_t len, const unsigned char *x, size_t xlen, const unsigned char *y, size_t ylen, int curve) argument
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_ec.h408 * \param ylen length of multiplier for `A` (in bytes).
414 const unsigned char *y, size_t ylen, int curve);

Completed in 192 milliseconds