HomeSort by relevance Sort by last modified time
    Searched full:newalloc (Results 1 - 2 of 2) 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 349 GLuint newAlloc;
351 newAlloc = MAX(4, 2 * m_tex.allocTextures);
356 newAlloc = MAX_TEXTURES;
360 newAlloc * sizeof(TextureRec));
366 m_tex.allocTextures = newAlloc;

Completed in 68 milliseconds