OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_int
(Results
1 - 4
of
4
) sorted by null
/system/core/include/mincrypt/
dsa_sig.h
37
int dsa_sig_unpack(unsigned char* sig, int sig_len, p256_int*
r_int
, p256_int* s_int);
/system/core/libmincrypt/
dsa_sig.c
54
int dsa_sig_unpack(unsigned char* sig, int sig_len, p256_int*
r_int
, p256_int* s_int) {
122
p256_from_bin(r_bytes,
r_int
);
/packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java
326
final int
r_int
= r_BI.mod(BIG360).intValue();
local
327
if (
r_int
% 30 != 0) {
330
switch (
r_int
/ 10) {
409
final int
r_int
= r_BI.intValue();
local
411
switch (
r_int
) {
/bootable/recovery/edify/
expr.cpp
299
long
r_int
;
local
300
r_int
= strtol(right, &end, 10);
305
result = l_int <
r_int
;
Completed in 87 milliseconds