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

  /external/bison/lib/
spawn_faction_init.c 34 int newalloc = file_actions->_allocated + 8; local
36 newalloc * sizeof (struct __spawn_action));
43 file_actions->_allocated = newalloc;
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 344 GLuint newAlloc;
346 newAlloc = MAX(4, 2 * m_tex.allocTextures);
351 newAlloc = MAX_TEXTURES;
355 newAlloc * sizeof(TextureRec));
361 m_tex.allocTextures = newAlloc;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 344 GLuint newAlloc;
346 newAlloc = MAX(4, 2 * m_tex.allocTextures);
351 newAlloc = MAX_TEXTURES;
355 newAlloc * sizeof(TextureRec));
361 m_tex.allocTextures = newAlloc;

Completed in 1523 milliseconds