OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TempLength
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/native/
java_lang_RealToString.cpp
66
int RLength, SLength,
TempLength
, mplus_Length, mminus_Length;
137
SLength =
TempLength
= STemp_SIZE;
150
TempLength
= (RLength > mplus_Length ? RLength : mplus_Length) + 1;
151
addHighPrecision (Temp,
TempLength
, mplus, mplus_Length);
153
if (compareHighPrecision (Temp,
TempLength
, S, SLength) >= 0)
184
TempLength
= SLength + 1;
187
simpleShiftLeftHighPrecision (Temp,
TempLength
, i);
188
if (compareHighPrecision (R, RLength, Temp,
TempLength
) >= 0)
190
subtractHighPrecision (R, RLength, Temp,
TempLength
);
199
TempLength
= (RLength > mplus_Length ? RLength : mplus_Length) + 1
[
all
...]
/external/libnfc-nxp/src/
phFriNfc_MifareStdMap.c
225
uint16_t *
TempLength
,
233
uint16_t
TempLength
);
[
all
...]
Completed in 378 milliseconds