Home
last modified time | relevance | path

Searched refs:jint_to_jlong (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
Djlong_md.h75 #define jint_to_jlong(a) ((jlong)(a)) macro
DObjectOutputStream.c166 lval = jint_to_jlong(0x7ff80000); in Java_java_io_ObjectOutputStream_doublesToBytes()