Symbol: round
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
118
round(fwd_rnd, b1, b0, kp + 1 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
119
round(fwd_rnd, b0, b1, kp + 2 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
122
round(fwd_rnd, b1, b0, kp + 1 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
123
round(fwd_rnd, b0, b1, kp + 2 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
126
round(fwd_rnd, b1, b0, kp + 1 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
127
round(fwd_rnd, b0, b1, kp + 2 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
128
round(fwd_rnd, b1, b0, kp + 3 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
129
round(fwd_rnd, b0, b1, kp + 4 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
130
round(fwd_rnd, b1, b0, kp + 5 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
131
round(fwd_rnd, b0, b1, kp + 6 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
132
round(fwd_rnd, b1, b0, kp + 7 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
133
round(fwd_rnd, b0, b1, kp + 8 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
134
round(fwd_rnd, b1, b0, kp + 9 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
135
round(fwd_lrnd, b0, b1, kp +10 * N_COLS);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
145
round(fwd_rnd, b1, b0, kp);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
147
round(fwd_rnd, b0, b1, kp);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
150
round(fwd_rnd, b1, b0, kp);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
156
round(fwd_rnd, b1, b0, kp);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
161
round(fwd_lrnd, b0, b1, kp);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
251
round(inv_rnd, b1, b0, rnd_key(-13));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
252
round(inv_rnd, b0, b1, rnd_key(-12));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
254
round(inv_rnd, b1, b0, rnd_key(-11));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
255
round(inv_rnd, b0, b1, rnd_key(-10));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
257
round(inv_rnd, b1, b0, rnd_key(-9));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
258
round(inv_rnd, b0, b1, rnd_key(-8));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
259
round(inv_rnd, b1, b0, rnd_key(-7));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
260
round(inv_rnd, b0, b1, rnd_key(-6));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
261
round(inv_rnd, b1, b0, rnd_key(-5));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
262
round(inv_rnd, b0, b1, rnd_key(-4));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
263
round(inv_rnd, b1, b0, rnd_key(-3));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
264
round(inv_rnd, b0, b1, rnd_key(-2));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
265
round(inv_rnd, b1, b0, rnd_key(-1));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
266
round(inv_lrnd, b0, b1, rnd_key( 0));
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
276
round(inv_rnd, b1, b0, kp);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
278
round(inv_rnd, b0, b1, kp);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
281
round(inv_rnd, b1, b0, kp);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
287
round(inv_rnd, b1, b0, kp);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
292
round(inv_lrnd, b0, b1, kp);
crypto/libecc/include/libecc/hash/bash.h
117
unsigned int round, i; \
crypto/libecc/include/libecc/hash/bash.h
124
for(round = 0; round < BASH_ROUNDS; round++){ \
crypto/libecc/include/libecc/hash/bash.h
131
S[23] ^= bash_rc[round]; \
crypto/libecc/include/libecc/hash/keccak.h
106
int round; \
crypto/libecc/include/libecc/hash/keccak.h
107
for(round = 0; round < KECCAK_ROUNDS; round++){ \
crypto/libecc/include/libecc/hash/keccak.h
108
KECCAKROUND(A, keccak_rc[round]); \
crypto/libecc/src/examples/hash/gostr34_11_94.c
138
unsigned int round, i;
crypto/libecc/src/examples/hash/gostr34_11_94.c
148
for(round = 0; round < 32; round++){
crypto/libecc/src/examples/hash/gostr34_11_94.c
154
if(round < 24){
crypto/libecc/src/examples/hash/gostr34_11_94.c
155
GET_UINT32_LE(sk, k, (4 * (round % 8)));
crypto/libecc/src/examples/hash/gostr34_11_94.c
158
GET_UINT32_LE(sk, k, (4 * (7 - (round % 8))));
crypto/libecc/src/hash/ripemd160.c
107
#define RIPEMD160_CORE(a, b, c, d, e, round, idx, w, F, S, R, K) do { \
crypto/libecc/src/hash/ripemd160.c
108
u32 t = ROTL_RIPEMD160(a + F(b, c, d) + w[R[round][idx]] + K[round], S[round][idx]) + e;\
crypto/openssh/libcrux_mlkem768_sha3.h
8504
size_t round = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
8506
size_t offset = round * step * (size_t)2U;
crypto/openssh/libcrux_mlkem768_sha3.h
8533
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8537
re->coefficients[round],
crypto/openssh/libcrux_mlkem768_sha3.h
8539
re->coefficients[round] = uu____0;
crypto/openssh/libcrux_mlkem768_sha3.h
8553
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8555
re->coefficients[round] =
crypto/openssh/libcrux_mlkem768_sha3.h
8557
re->coefficients[round],
crypto/openssh/libcrux_mlkem768_sha3.h
8575
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8577
re->coefficients[round] =
crypto/openssh/libcrux_mlkem768_sha3.h
8579
re->coefficients[round],
crypto/openssh/libcrux_mlkem768_sha3.h
8930
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8932
re->coefficients[round] =
crypto/openssh/libcrux_mlkem768_sha3.h
8934
re->coefficients[round],
crypto/openssh/libcrux_mlkem768_sha3.h
8956
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8958
re->coefficients[round] =
crypto/openssh/libcrux_mlkem768_sha3.h
8960
re->coefficients[round],
crypto/openssh/libcrux_mlkem768_sha3.h
8978
size_t round = i;
crypto/openssh/libcrux_mlkem768_sha3.h
8982
re->coefficients[round],
crypto/openssh/libcrux_mlkem768_sha3.h
8984
re->coefficients[round] = uu____0;
crypto/openssh/libcrux_mlkem768_sha3.h
9022
size_t round = i0;
crypto/openssh/libcrux_mlkem768_sha3.h
9024
size_t offset = round * step * (size_t)2U;
crypto/openssl/test/exptest.c
151
static int test_mod_exp(int round)
include/tgmath.h
197
#define round(x) __tg_simple(x, round)
lib/msun/aarch64/fenv.c
73
(fesetround)(int round)
lib/msun/aarch64/fenv.c
75
return (__fesetround_int(round));
lib/msun/amd64/fenv.c
97
(fesetround)(int round)
lib/msun/amd64/fenv.c
99
return (__fesetround_int(round));
lib/msun/arm/fenv.c
105
(fesetround)(int round)
lib/msun/arm/fenv.c
107
return (__fesetround_int(round));
lib/msun/arm/fenv.c
187
__softfp_round_to_vfp(int round)
lib/msun/arm/fenv.c
190
switch (round) {
lib/msun/arm/fenv.c
204
__softfp_round_from_vfp(int round)
lib/msun/arm/fenv.c
207
switch (round) {
lib/msun/i387/fenv.c
142
(fesetround)(int round)
lib/msun/i387/fenv.c
144
return (__fesetround_int(round));
lib/msun/powerpc/fenv.c
70
(fesetround)(int round)
lib/msun/powerpc/fenv.c
72
return (__fesetround_int(round));
lib/msun/riscv/fenv.c
72
(fesetround)(int round)
lib/msun/riscv/fenv.c
74
return (__fesetround_int(round));
lib/msun/src/math.h
317
double round(double);
lib/msun/src/s_llround.c
2
#define roundit round
lib/msun/src/s_lround.c
35
#define roundit round
lib/msun/src/s_round.c
58
__weak_reference(round, roundl);
libexec/rtld-elf/aarch64/rtld_machdep.h
88
round(16, align)
libexec/rtld-elf/aarch64/rtld_machdep.h
90
round(prev_offset + prev_size, align)
libexec/rtld-elf/aarch64/rtld_machdep.h
92
round(TLS_TCB_SIZE, align) - TLS_TCB_SIZE
libexec/rtld-elf/arm/rtld_machdep.h
76
round(8, align)
libexec/rtld-elf/arm/rtld_machdep.h
78
round(prev_offset + prev_size, align)
libexec/rtld-elf/arm/rtld_machdep.h
80
round(TLS_TCB_SIZE, align) - TLS_TCB_SIZE
libexec/rtld-elf/powerpc/rtld_machdep.h
90
round(prev_offset + prev_size, align)
libexec/rtld-elf/powerpc64/rtld_machdep.h
82
round(prev_offset + prev_size, align)
libexec/rtld-elf/riscv/rtld_machdep.h
103
round(prev_offset + prev_size, align)
sbin/recoverdisk/recoverdisk.c
222
a = round(8 * (double)hist[j] / bucket);
secure/lib/libcrypt/crypt-des.c
369
int shifts, round;
secure/lib/libcrypt/crypt-des.c
414
for (round = 0; round < 16; round++) {
secure/lib/libcrypt/crypt-des.c
417
shifts += key_shifts[round];
secure/lib/libcrypt/crypt-des.c
422
de_keysl[15 - round] =
secure/lib/libcrypt/crypt-des.c
423
en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f]
secure/lib/libcrypt/crypt-des.c
432
de_keysr[15 - round] =
secure/lib/libcrypt/crypt-des.c
433
en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f]
secure/lib/libcrypt/crypt-des.c
453
int round;
secure/lib/libcrypt/crypt-des.c
498
round = 16;
secure/lib/libcrypt/crypt-des.c
499
while (round--) {
sys/dev/my/if_my.c
797
unsigned int round;
sys/dev/my/if_my.c
863
round = (uintptr_t)sc->my_ldata_ptr & 0xF;
sys/dev/my/if_my.c
866
if (round % 8) {
sys/dev/my/if_my.c
867
round++;
sys/dev/sound/pcm/channel.c
1661
round_blksz(u_int32_t v, int round)
sys/dev/sound/pcm/channel.c
1665
if (round < 1)
sys/dev/sound/pcm/channel.c
1666
round = 1;
sys/dev/sound/pcm/channel.c
1673
tmp = ret - (ret % round);
sys/dev/sound/pcm/channel.c
1674
while (tmp < 16 || tmp < round) {
sys/dev/sound/pcm/channel.c
1676
tmp = ret - (ret % round);
sys/powerpc/fpu/fpu_implode.c
333
if (round(fe, fp) && fp->fp_mant[3] == SNG_EXP(1))
sys/powerpc/fpu/fpu_implode.c
346
if (round(fe, fp) && fp->fp_mant[3] == SNG_EXP(2))
sys/powerpc/fpu/fpu_implode.c
390
if (round(fe, fp) && fp->fp_mant[2] == DBL_EXP(1)) {
sys/powerpc/fpu/fpu_implode.c
401
if (round(fe, fp) && fp->fp_mant[2] == DBL_EXP(2))
sys/powerpc/fpu/fpu_implode.c
60
static int round(struct fpemu *, struct fpn *);
tests/sys/netinet/libalias/perf.c
142
for (round = 0; ; round++) {
tests/sys/netinet/libalias/perf.c
145
printf("%3d ", round+1);
tests/sys/netinet/libalias/perf.c
283
printf(" Rounds : %9u\n", round);
tests/sys/netinet/libalias/perf.c
79
int i, round, check_timeout_cnt = 0;
tools/regression/include/tgmath/tgmath.c
146
TGMACRO_REAL(round)
tools/regression/include/tgmath/tgmath.c
581
PASS_REAL_ARG_REAL_RET(round));
usr.bin/calendar/pom.c
82
fms[j++] = round(ffms[i]);
usr.bin/calendar/pom.c
85
nms[i] = round(fnms[i]);
usr.bin/calendar/sunpos.c
205
equinoxdays[0] = round(fe[0]);
usr.bin/calendar/sunpos.c
206
equinoxdays[1] = round(fe[1]);
usr.bin/calendar/sunpos.c
207
solsticedays[0] = round(fs[0]);
usr.bin/calendar/sunpos.c
208
solsticedays[1] = round(fs[1]);
usr.bin/truncate/truncate.c
187
round = sb.st_size / sz;
usr.bin/truncate/truncate.c
188
if (round != sz && rsize < 0)
usr.bin/truncate/truncate.c
189
round--;
usr.bin/truncate/truncate.c
191
round++;
usr.bin/truncate/truncate.c
192
tsize = (round < 0 ? 0 : round) * sz;
usr.bin/truncate/truncate.c
54
off_t oflow, rsize, sz, tsize, round, off, len;