OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xLength
(Results
1 - 8
of
8
) 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;
292
xLength
= sizeOfTenToTheE (e) + length;
293
allocateU64 (x,
xLength
);
294
memset (x + length, 0, sizeof (uint64_t) * (
xLength
- length));
296
timesTenToTheEHighPrecision (x,
xLength
, e);
306
xLength
= sizeOfTenToTheE (e) + length + ((-k) >> 6) + 1;
307
allocateU64 (x,
xLength
);
308
memset (x + length, 0, sizeof (uint64_t) * (
xLength
- length));
310
timesTenToTheEHighPrecision (x,
xLength
, e)
[
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) {
223
for (int i = 0; i <
xLength
; ++i) {
228
} else if (
xLength
!= 0) {
WifiNanManagerTest.java
386
private static boolean utilAreArraysEqual(byte[] x, int
xLength
, byte[] y, int yLength) {
387
if (
xLength
!= yLength) {
392
for (int i = 0; i <
xLength
; ++i) {
397
} else if (
xLength
!= 0) {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h
569
CARD32
xLength
B32;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h
569
CARD32
xLength
B32;
/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 1629 milliseconds