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 346 GLuint newAlloc;
348 newAlloc = MAX(4, 2 * m_tex.allocTextures);
353 newAlloc = MAX_TEXTURES;
357 newAlloc * sizeof(TextureRec));
363 m_tex.allocTextures = newAlloc;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 343 GLuint newAlloc;
345 newAlloc = MAX(4, 2 * m_tex.allocTextures);
350 newAlloc = MAX_TEXTURES;
354 newAlloc * sizeof(TextureRec));
360 m_tex.allocTextures = newAlloc;

Completed in 387 milliseconds