OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jlong_shl
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/native/
jlong_md.h
42
#define
jlong_shl
(a, n) ((a) << (n))
macro
ObjectOutputStream.c
167
lval =
jlong_shl
(lval, 32);
Completed in 171 milliseconds