Symbol: j0
crypto/openssh/chacha.c
123
x0 = j0;
crypto/openssh/chacha.c
149
x0 = PLUS(x0,j0);
crypto/openssh/chacha.c
92
u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15;
crypto/openssh/chacha.c
99
j0 = x->input[0];
crypto/openssh/openbsd-compat/chacha_private.h
101
j0 = x->input[0];
crypto/openssh/openbsd-compat/chacha_private.h
125
x0 = j0;
crypto/openssh/openbsd-compat/chacha_private.h
151
x0 = PLUS(x0,j0);
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;
crypto/openssl/crypto/evp/e_aes.c
1388
buf.w[0] = ctx->kma.param.j0.w[0];
crypto/openssl/crypto/evp/e_aes.c
1389
buf.w[1] = ctx->kma.param.j0.w[1];
crypto/openssl/crypto/evp/e_aes.c
1390
buf.w[2] = ctx->kma.param.j0.w[2];
crypto/openssl/crypto/evp/e_aes.c
1421
memcpy(&ctx->kma.param.j0, iv, ctx->ivlen);
crypto/openssl/crypto/evp/e_aes.c
1422
ctx->kma.param.j0.w[3] = 1;
crypto/openssl/crypto/evp/e_aes.c
1431
ctx->kma.param.j0.g[0] = ctx->kma.param.t.g[0];
crypto/openssl/crypto/evp/e_aes.c
1432
ctx->kma.param.j0.g[1] = ctx->kma.param.t.g[1];
crypto/openssl/crypto/evp/e_aes.c
1433
ctx->kma.param.cv.w = ctx->kma.param.j0.w[3];
crypto/openssl/crypto/evp/e_aes.c
937
} j0;
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
45
} j0; /* initial counter value */
lib/libc/gen/modf.c
111
} else if (j0>51) { /* no fraction part */
lib/libc/gen/modf.c
113
if (j0 == 0x400) { /* inf/NaN */
lib/libc/gen/modf.c
122
i = ((u_int32_t)(0xffffffff))>>(j0-20);
lib/libc/gen/modf.c
90
int32_t i0,i1,j0;
lib/libc/gen/modf.c
93
j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
lib/libc/gen/modf.c
94
if(j0<20) { /* integer part in high x */
lib/libc/gen/modf.c
95
if(j0<0) { /* |x|<1 */
lib/libc/gen/modf.c
99
i = (0x000fffff)>>j0;
lib/msun/ld80/s_cospil.c
103
if (j0 > 40)
lib/msun/ld80/s_cospil.c
105
if (j0 > 30)
lib/msun/ld80/s_cospil.c
107
j0 = (uint32_t)x;
lib/msun/ld80/s_cospil.c
109
RETURNI(j0 & 1 ? -c : c);
lib/msun/ld80/s_cospil.c
54
uint32_t j0;
lib/msun/ld80/s_cospil.c
84
FFLOORL80(x, j0, ix, lx); /* Integer part of ax. */
lib/msun/ld80/s_sinpil.c
112
if (j0 > 40)
lib/msun/ld80/s_sinpil.c
114
if (j0 > 30)
lib/msun/ld80/s_sinpil.c
116
j0 = (uint32_t)x;
lib/msun/ld80/s_sinpil.c
117
if (j0 & 1) s = -s;
lib/msun/ld80/s_sinpil.c
56
uint32_t j0;
lib/msun/ld80/s_sinpil.c
92
FFLOORL80(x, j0, ix, lx); /* Integer part of ax. */
lib/msun/ld80/s_tanpil.c
108
FFLOORL80(x, j0, ix, lx); /* Integer part of ax. */
lib/msun/ld80/s_tanpil.c
77
uint32_t j0;
lib/msun/src/e_j0.c
196
return(u/v + tpi*(j0(x)*log(x)));
lib/msun/src/e_jn.c
200
z = j0(x);
lib/msun/src/e_jn.c
68
if(n==0) return(j0(x));
lib/msun/src/e_jn.c
99
a = j0(x);
lib/msun/src/math.h
295
double j0(double);
lib/msun/src/math_private.h
694
#define FFLOORF(x, j0, ix) do { \
lib/msun/src/math_private.h
695
(j0) = (((ix) >> 23) & 0xff) - 0x7f; \
lib/msun/src/math_private.h
696
(ix) &= ~(0x007fffff >> (j0)); \
lib/msun/src/math_private.h
700
#define FFLOOR(x, j0, ix, lx) do { \
lib/msun/src/math_private.h
701
(j0) = (((ix) >> 20) & 0x7ff) - 0x3ff; \
lib/msun/src/math_private.h
702
if ((j0) < 20) { \
lib/msun/src/math_private.h
703
(ix) &= ~(0x000fffff >> (j0)); \
lib/msun/src/math_private.h
706
(lx) &= ~((uint32_t)0xffffffff >> ((j0) - 20)); \
lib/msun/src/math_private.h
711
#define FFLOORL80(x, j0, ix, lx) do { \
lib/msun/src/math_private.h
712
j0 = ix - 0x3fff + 1; \
lib/msun/src/math_private.h
713
if ((j0) < 32) { \
lib/msun/src/math_private.h
715
(lx) &= ~((((lx) << 32)-1) >> (j0)); \
lib/msun/src/math_private.h
718
_m = (uint64_t)-1 >> (j0); \
lib/msun/src/s_ceil.c
31
int32_t i0,i1,j0;
lib/msun/src/s_ceil.c
34
j0 = ((i0>>20)&0x7ff)-0x3ff;
lib/msun/src/s_ceil.c
35
if(j0<20) {
lib/msun/src/s_ceil.c
36
if(j0<0) { /* raise inexact if x != 0 */
lib/msun/src/s_ceil.c
42
i = (0x000fffff)>>j0;
lib/msun/src/s_ceil.c
45
if(i0>0) i0 += (0x00100000)>>j0;
lib/msun/src/s_ceil.c
49
} else if (j0>51) {
lib/msun/src/s_ceil.c
50
if(j0==0x400) return x+x; /* inf or NaN */
lib/msun/src/s_ceil.c
53
i = ((u_int32_t)(0xffffffff))>>(j0-20);
lib/msun/src/s_ceil.c
57
if(j0==20) i0+=1;
lib/msun/src/s_ceil.c
59
j = i1 + (1<<(52-j0));
lib/msun/src/s_ceilf.c
24
int32_t i0,j0;
lib/msun/src/s_ceilf.c
28
j0 = ((i0>>23)&0xff)-0x7f;
lib/msun/src/s_ceilf.c
29
if(j0<23) {
lib/msun/src/s_ceilf.c
30
if(j0<0) { /* raise inexact if x != 0 */
lib/msun/src/s_ceilf.c
36
i = (0x007fffff)>>j0;
lib/msun/src/s_ceilf.c
39
if(i0>0) i0 += (0x00800000)>>j0;
lib/msun/src/s_ceilf.c
44
if(j0==0x80) return x+x; /* inf or NaN */
lib/msun/src/s_cospi.c
107
FFLOOR(x, j0, ix, lx); /* Integer part of ax. */
lib/msun/src/s_cospi.c
125
if (j0 > 30)
lib/msun/src/s_cospi.c
127
j0 = (uint32_t)x;
lib/msun/src/s_cospi.c
128
return (j0 & 1 ? -c : c);
lib/msun/src/s_cospi.c
80
uint32_t hx, ix, j0, lx;
lib/msun/src/s_cospif.c
47
uint32_t ix, j0;
lib/msun/src/s_cospif.c
75
FFLOORF(x, j0, ix); /* Integer part of ax. */
lib/msun/src/s_cospif.c
93
j0 = (uint32_t)x;
lib/msun/src/s_cospif.c
94
return (j0 & 1 ? -c : c);
lib/msun/src/s_floor.c
31
int32_t i0,i1,j0;
lib/msun/src/s_floor.c
34
j0 = ((i0>>20)&0x7ff)-0x3ff;
lib/msun/src/s_floor.c
35
if(j0<20) {
lib/msun/src/s_floor.c
36
if(j0<0) { /* raise inexact if x != 0 */
lib/msun/src/s_floor.c
43
i = (0x000fffff)>>j0;
lib/msun/src/s_floor.c
46
if(i0<0) i0 += (0x00100000)>>j0;
lib/msun/src/s_floor.c
50
} else if (j0>51) {
lib/msun/src/s_floor.c
51
if(j0==0x400) return x+x; /* inf or NaN */
lib/msun/src/s_floor.c
54
i = ((u_int32_t)(0xffffffff))>>(j0-20);
lib/msun/src/s_floor.c
58
if(j0==20) i0+=1;
lib/msun/src/s_floor.c
60
j = i1+(1<<(52-j0));
lib/msun/src/s_floorf.c
33
int32_t i0,j0;
lib/msun/src/s_floorf.c
36
j0 = ((i0>>23)&0xff)-0x7f;
lib/msun/src/s_floorf.c
37
if(j0<23) {
lib/msun/src/s_floorf.c
38
if(j0<0) { /* raise inexact if x != 0 */
lib/msun/src/s_floorf.c
45
i = (0x007fffff)>>j0;
lib/msun/src/s_floorf.c
48
if(i0<0) i0 += (0x00800000)>>j0;
lib/msun/src/s_floorf.c
53
if(j0==0x80) return x+x; /* inf or NaN */
lib/msun/src/s_modf.c
30
int32_t i0,i1,j0;
lib/msun/src/s_modf.c
33
j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
lib/msun/src/s_modf.c
34
if(j0<20) { /* integer part in high x */
lib/msun/src/s_modf.c
35
if(j0<0) { /* |x|<1 */
lib/msun/src/s_modf.c
39
i = (0x000fffff)>>j0;
lib/msun/src/s_modf.c
51
} else if (j0>51) { /* no fraction part */
lib/msun/src/s_modf.c
53
if (j0 == 0x400) { /* inf/NaN */
lib/msun/src/s_modf.c
62
i = ((u_int32_t)(0xffffffff))>>(j0-20);
lib/msun/src/s_modff.c
24
int32_t i0,j0;
lib/msun/src/s_modff.c
27
j0 = ((i0>>23)&0xff)-0x7f; /* exponent of x */
lib/msun/src/s_modff.c
28
if(j0<23) { /* integer part in x */
lib/msun/src/s_modff.c
29
if(j0<0) { /* |x|<1 */
lib/msun/src/s_modff.c
33
i = (0x007fffff)>>j0;
lib/msun/src/s_rint.c
36
int32_t i0,j0,sx;
lib/msun/src/s_rint.c
41
j0 = ((i0>>20)&0x7ff)-0x3ff;
lib/msun/src/s_rint.c
42
if(j0<20) {
lib/msun/src/s_rint.c
43
if(j0<0) {
lib/msun/src/s_rint.c
55
i = (0x000fffff)>>j0;
lib/msun/src/s_rint.c
67
if(j0==19) i1 = 0x40000000; else
lib/msun/src/s_rint.c
68
if(j0==18) i1 = 0x80000000; else
lib/msun/src/s_rint.c
69
i0 = (i0&(~i))|((0x20000)>>j0);
lib/msun/src/s_rint.c
72
} else if (j0>51) {
lib/msun/src/s_rint.c
73
if(j0==0x400) return x+x; /* inf or NaN */
lib/msun/src/s_rint.c
76
i = ((u_int32_t)(0xffffffff))>>(j0-20);
lib/msun/src/s_rint.c
79
if((i1&i)!=0) i1 = (i1&(~i))|((0x40000000)>>(j0-20));
lib/msun/src/s_rintf.c
31
int32_t i0,j0,sx;
lib/msun/src/s_rintf.c
35
j0 = ((i0>>23)&0xff)-0x7f;
lib/msun/src/s_rintf.c
36
if(j0<23) {
lib/msun/src/s_rintf.c
37
if(j0<0) {
lib/msun/src/s_rintf.c
48
if(j0==0x80) return x+x; /* inf or NaN */
lib/msun/src/s_sinpi.c
121
FFLOOR(x, j0, ix, lx); /* Integer part of ax. */
lib/msun/src/s_sinpi.c
140
if (j0 > 30)
lib/msun/src/s_sinpi.c
142
j0 = (uint32_t)x;
lib/msun/src/s_sinpi.c
143
if (j0 & 1) s = -s;
lib/msun/src/s_sinpi.c
83
uint32_t hx, ix, j0, lx;
lib/msun/src/s_sinpif.c
104
j0 = (uint32_t)x;
lib/msun/src/s_sinpif.c
105
s = (j0 & 1) ? -s : s;
lib/msun/src/s_sinpif.c
52
uint32_t hx, ix, j0;
lib/msun/src/s_sinpif.c
85
FFLOORF(x, j0, ix); /* Integer part of ax. */
lib/msun/src/s_tanpi.c
114
uint32_t hx, ix, j0, lx;
lib/msun/src/s_tanpi.c
146
FFLOOR(x, j0, ix, lx); /* Integer part of ax. */
lib/msun/src/s_tanpif.c
62
uint32_t hx, ix, j0;
lib/msun/src/s_tanpif.c
89
FFLOORF(x, j0, ix); /* Integer part of ax. */
lib/msun/src/s_trunc.c
31
int32_t i0,i1,j0;
lib/msun/src/s_trunc.c
34
j0 = ((i0>>20)&0x7ff)-0x3ff;
lib/msun/src/s_trunc.c
35
if(j0<20) {
lib/msun/src/s_trunc.c
36
if(j0<0) { /* raise inexact if x != 0 */
lib/msun/src/s_trunc.c
42
i = (0x000fffff)>>j0;
lib/msun/src/s_trunc.c
48
} else if (j0>51) {
lib/msun/src/s_trunc.c
49
if(j0==0x400) return x+x; /* inf or NaN */
lib/msun/src/s_trunc.c
52
i = ((u_int32_t)(0xffffffff))>>(j0-20);
lib/msun/src/s_truncf.c
29
int32_t i0,j0;
lib/msun/src/s_truncf.c
32
j0 = ((i0>>23)&0xff)-0x7f;
lib/msun/src/s_truncf.c
33
if(j0<23) {
lib/msun/src/s_truncf.c
34
if(j0<0) { /* raise inexact if x != 0 */
lib/msun/src/s_truncf.c
38
i = (0x007fffff)>>j0;
lib/msun/src/s_truncf.c
44
if(j0==0x80) return x+x; /* inf or NaN */
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
121
j0 = x->input[0];
sys/crypto/chacha20/chacha.c
147
x0 = j0;
sys/crypto/chacha20/chacha.c
173
x0 = PLUS(x0,j0);
sys/kern/kern_jail.c
363
struct jail_v0 j0;
sys/kern/kern_jail.c
367
error = copyin(uap->jail, &j0, sizeof(struct jail_v0));
sys/kern/kern_jail.c
370
j.version = j0.version;
sys/kern/kern_jail.c
371
j.path = j0.path;
sys/kern/kern_jail.c
372
j.hostname = j0.hostname;
sys/kern/kern_jail.c
373
j.ip4s = htonl(j0.ip_number); /* jail_v0 is host order */
usr.bin/diff/diffreg.c
924
int i, j, m, i0, i1, j0, j1, nc;
usr.bin/diff/diffreg.c
942
j0 = J[i0 - 1] + 1;
usr.bin/diff/diffreg.c
958
for (i = i0, j = j0; i <= i1 && j <= j1; i++, j++)
usr.bin/diff/diffreg.c
971
change(file1, f1, file2, f2, i0, i1, j0, j1, &flags);
usr.bin/diff/diffreg.c
977
j0 = J[i0 + 1] - 1;
usr.bin/diff/diffreg.c
983
change(file1, f1, file2, f2, i1, i0, j1, j0, &flags);