OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bswap_2x16
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/native/
libcore_io_Memory.cpp
70
static inline jint
bswap_2x16
(jint v) {
function
90
*dst++ =
bswap_2x16
(v);
100
put_unaligned<jint>(dst++,
bswap_2x16
(v));
Completed in 55 milliseconds