OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unaligned_short
(Results
1 - 2
of
2
) sorted by null
/art/runtime/interpreter/
unstarted_runtime_test.cc
239
typedef int16_t
unaligned_short
__attribute__ ((aligned (1)));
typedef
240
const
unaligned_short
* short_ptr = reinterpret_cast<const
unaligned_short
*>(base_ptr + i);
unstarted_runtime.cc
925
typedef int16_t
unaligned_short
__attribute__ ((aligned (1)));
typedef
[
all
...]
Completed in 672 milliseconds