OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vecbase
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/mca/filterpacks/native/base/
vec_types.h
24
class
VecBase
{
27
VecBase
() {}
28
VecBase
<T,dim>& operator = (const
VecBase
<T, dim> &x) {
49
class Vec : public
VecBase
<T,dim> {
124
class Vec<float, 2> : public
VecBase
<float, 2> {
/external/qemu/target-arm/
machine.c
100
qemu_put_be32(f, env->v7m.
vecbase
);
216
env->v7m.
vecbase
= qemu_get_be32(f);
cpu.h
161
uint32_t
vecbase
;
member in struct:CPUARMState::__anon27348
helper.c
818
addr = ldl_phys(env->v7m.
vecbase
+ env->v7m.exception * 4);
[
all
...]
/external/qemu/hw/
armv7m_nvic.c
188
return cpu_single_env->v7m.
vecbase
;
321
cpu_single_env->v7m.
vecbase
= value & 0xffffff80;
Completed in 220 milliseconds