HomeSort by relevance Sort by last modified time
    Searched full:vecbase (Results 1 - 6 of 6) sorted by null

  /system/media/mca/filterpacks/base/native/
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::__anon10198
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;
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]

Completed in 167 milliseconds