OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocateu64
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/native/
java_lang_StringToReal.cpp
105
#define
allocateU64
(x, n) if (!((x) = reinterpret_cast<uint64_t*>(malloc((n) * sizeof(uint64_t))))) goto OutOfMemory;
364
allocateU64
(x, xLength);
370
allocateU64
(y, yLength);
378
allocateU64
(x, xLength);
385
allocateU64
(y, 1);
394
allocateU64
(y, yLength);
403
allocateU64
(x, xLength);
409
allocateU64
(y, yLength);
419
allocateU64
(D, DLength);
426
allocateU64
(D, DLength)
[
all
...]
Completed in 572 milliseconds