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

  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 486 struct _WsbmBufferPool *newPool, uint32_t placement)
501 if (newPool == NULL)
502 newPool = buf->pool;
504 if (newPool == NULL)
507 newBuffer = (!storage || storage->pool != newPool ||
522 buf->pool = newPool;
529 newPool->create(newPool, size, placement, buf->alignment);
536 buf->pool = newPool;
615 unsigned size, const void *data, struct _WsbmBufferPool *newPool,
    [all...]
wsbm_manager.h 97 unsigned size, const void *data, struct _WsbmBufferPool *newPool,
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 68 static void newPool (pANTLR3_TOKEN_FACTORY factory);
117 newPool(factory);
152 newPool(pANTLR3_TOKEN_FACTORY factory)
202 newPool(factory);
238 newPool(factory);
antlr3commontree.c 58 static void newPool (pANTLR3_ARBORETUM factory);
106 newPool(factory);
124 newPool(pANTLR3_ARBORETUM factory)
179 newPool(factory);
antlr3collections.c 100 static void newPool (pANTLR3_VECTOR_FACTORY factory);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 812 Object[][] newPool = new Object[pool[0].length * 2][2];
813 System.arraycopy(pool[0], 0, newPool[0], 0, pool[0].length);
814 System.arraycopy(pool[1], 0, newPool[1], 0, pool[0].length);
815 pool = newPool;
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c     [all...]
  /external/expat/lib/
xmlparse.c     [all...]

Completed in 998 milliseconds