HomeSort by relevance Sort by last modified time
    Searched refs:appBase (Results 1 - 5 of 5) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/
bl.c 483 uint32_t appBase = ((uint32_t)&__code_start) & ~1;
493 blMain(appBase);
497 SCB->VTOR = appBase;
502 :"r"(appBase)
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 74 m_Indexes[index].appBase = m_Indexes[index-1].appBase +
78 m_Indexes[index].appBase = 0;
141 return m_Indexes[index].appBase + arrIndex;
151 GLint elemIndex = appLoc - m_Indexes[i].appBase;
181 GLint elemIndex = appLoc - m_Indexes[i].appBase;
GLSharedGroup.h 72 GLint appBase;
  /device/google/contexthub/firmware/os/core/
bl.c 673 void blMain(uint32_t appBase)
692 } while (*(volatile uint32_t*)appBase == 0xFFFFFFFF);
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 4342 milliseconds