Home
last modified time | relevance | path

Searched defs:POOL (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/depool/
DdeMemPool.h51 #define DE_POOL_NEW(POOL, TYPE) ((TYPE*)deMemPool_alloc(POOL, sizeof(TYPE))) argument
/external/ComputeLibrary/arm_compute/core/CL/
DCLTypes.h87 POOL, /**< Pool CL kernel type */ enumerator
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/
Dencoder.py61 POOL = "pool" variable
/external/python/cpython2/Objects/
Dobmalloc.c737 #define Py_ADDRESS_IN_RANGE(P, POOL) \ argument