OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yLength
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/native/
java_lang_StringToReal.cpp
273
int32_t xLength,
yLength
, DLength, D2Length;
276
xLength =
yLength
= DLength = D2Length = 0;
298
yLength
= (k >> 6) + 2;
299
allocateU64 (y,
yLength
);
300
memset (y + 1, 0, sizeof (uint64_t) * (
yLength
- 1));
302
simpleShiftLeftHighPrecision (y,
yLength
, k);
313
yLength
= 1;
322
yLength
= sizeOfTenToTheE (-e) + 2 + (k >> 6);
323
allocateU64 (y,
yLength
);
324
memset (y + 1, 0, sizeof (uint64_t) * (
yLength
- 1))
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
TlvBufferUtilsTest.java
217
private static boolean utilAreArraysEqual(byte[] x, int xLength, byte[] y, int
yLength
) {
218
if (xLength !=
yLength
) {
WifiNanManagerTest.java
386
private static boolean utilAreArraysEqual(byte[] x, int xLength, byte[] y, int
yLength
) {
387
if (xLength !=
yLength
) {
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 1725 milliseconds