OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rt2
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c
109
uint64_t rt0, rt1,
rt2
, st2, c;
local in function:poly1305_init_ext
145
rt2
= r2;
160
st2 =
rt2
* (5 << 2);
163
d[1] = ((uint128_t)
rt2
* st2) + ((uint128_t)(rt0 * 2) * rt1);
164
d[2] = ((uint128_t) rt1 * rt1) + ((uint128_t)(
rt2
* 2) * rt0);
174
rt2
= (uint64_t) d[2] & 0x3ffffffffff;
182
rt2
+= c; /* even if
rt2
overflows, it will still fit in rp4 safely, and
188
R[3] = (uint32_t)((rt1 >> 34) | (
rt2
<< 10)) & 0x3ffffff;
189
R[4] = (uint32_t)((
rt2
>> 16))
[
all
...]
/src/usr.sbin/mrouted/
route.c
47
static int compare_rts(const void *rt1, const void *
rt2
);
708
compare_rts(const void *rt1, const void *
rt2
)
711
const struct newrt *r2 = (const struct newrt *)
rt2
;
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c
56
#define
RT2
(
rt2
) (reg_map[
rt2
] << 10)
741
return push_inst(compiler, (MADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2) |
RT2
(TMP_ZERO));
748
FAIL_IF(push_inst(compiler, MADD | RD(dst) | RN(arg1) | RM(arg2) |
RT2
(TMP_ZERO)));
1084
FAIL_IF(push_inst(compiler, STP_PRE | 29 |
RT2
(TMP_LR)
1111
FAIL_IF(push_inst(compiler, STP | RT(prev) |
RT2
(i) | RN(TMP_SP) | offs));
1126
FAIL_IF(push_inst(compiler, STP | RT(prev) |
RT2
(i) | RN(TMP_SP) | offs));
1142
FAIL_IF(push_inst(compiler, STP_PRE | 29 |
RT2
(TMP_LR)
1188
FAIL_IF(push_inst(compiler, LDP_PST | 29 |
RT2
(TMP_LR
[
all
...]
Completed in 30 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025