Symbol: j1
crypto/openssh/chacha.c
100
j1 = x->input[1];
crypto/openssh/chacha.c
124
x1 = j1;
crypto/openssh/chacha.c
150
x1 = PLUS(x1,j1);
crypto/openssh/chacha.c
92
u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15;
crypto/openssh/openbsd-compat/chacha_private.h
102
j1 = x->input[1];
crypto/openssh/openbsd-compat/chacha_private.h
126
x1 = j1;
crypto/openssh/openbsd-compat/chacha_private.h
152
x1 = PLUS(x1,j1);
crypto/openssh/openbsd-compat/chacha_private.h
94
u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15;
lib/msun/src/e_j1.c
189
return(x*(u/v) + tpi*(j1(x)*log(x)-one/x));
lib/msun/src/e_jn.c
100
b = j1(x);
lib/msun/src/e_jn.c
201
w = j1(x);
lib/msun/src/e_jn.c
69
if(n==1) return(j1(x));
lib/msun/src/math.h
296
double j1(double);
sys/crypto/chacha20/chacha.c
114
u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15;
sys/crypto/chacha20/chacha.c
122
j1 = x->input[1];
sys/crypto/chacha20/chacha.c
148
x1 = j1;
sys/crypto/chacha20/chacha.c
174
x1 = PLUS(x1,j1);
usr.bin/diff/diffreg.c
924
int i, j, m, i0, i1, j0, j1, nc;
usr.bin/diff/diffreg.c
946
j1 = J[i1 + 1] - 1;
usr.bin/diff/diffreg.c
947
J[i1] = j1;
usr.bin/diff/diffreg.c
958
for (i = i0, j = j0; i <= i1 && j <= j1; i++, j++)
usr.bin/diff/diffreg.c
966
while (j <= j1) {
usr.bin/diff/diffreg.c
971
change(file1, f1, file2, f2, i0, i1, j0, j1, &flags);
usr.bin/diff/diffreg.c
981
j1 = J[i1 - 1] + 1;
usr.bin/diff/diffreg.c
982
J[i1] = j1;
usr.bin/diff/diffreg.c
983
change(file1, f1, file2, f2, i1, i0, j1, j0, &flags);