Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dpool.h125 struct pool { struct
134 struct pool_item_header *pr_curpage; argument
135 struct pool *pr_phpool; /* Pool item header pool */ argument
147 unsigned int pr_nitems; /* number of available items in pool */ argument
151 struct pool_allocator *pr_alloc;/* back-end allocator */ argument
152 TAILQ_ENTRY(pool) pr_alloc_list;/* link on allocator's pool list */ argument
167 #define PR_RECURSIVE 0x200 /* pool contains pools, for vmstat(8) */ argument
182 SPLAY_HEAD(phtree, pool_item_header) pr_phtree; argument
204 unsigned int pr_hiwat; /* max # of pages in pool */ argument
210 struct pool_log *pr_log; argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c1830 PyObject *pool = PySequence_Tuple(item); in product_new() local
1837 PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs); in product_new() local
1884 PyObject *pool; in product_next() local
2031 PyObject *pool; /* input converted to a tuple */ member
2046 PyObject *pool = NULL; in combinations_new() local
2118 PyObject *pool = co->pool; in combinations_next() local
2280 PyObject *pool; /* input converted to a tuple */ member
2295 PyObject *pool = NULL; in cwr_new() local
2367 PyObject *pool = co->pool; in cwr_next() local
2523 PyObject *pool; /* input converted to a tuple */ member
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c750 poolp pool; in PyObject_Malloc() local
952 poolp pool; in PyObject_Free() local
1179 poolp pool; in PyObject_Realloc() local
1880 Py_ADDRESS_IN_RANGE(void *P, poolp pool) in Py_ADDRESS_IN_RANGE()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ditertoolsmodule.c1869 PyObject *pool = PySequence_Tuple(item); in product_new() local
1876 PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs); in product_new() local
1923 PyObject *pool; in product_next() local
2070 PyObject *pool; /* input converted to a tuple */ member
2085 PyObject *pool = NULL; in combinations_new() local
2157 PyObject *pool = co->pool; in combinations_next() local
2319 PyObject *pool; /* input converted to a tuple */ member
2334 PyObject *pool = NULL; in cwr_new() local
2406 PyObject *pool = co->pool; in cwr_next() local
2562 PyObject *pool; /* input converted to a tuple */ member
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c265 STRING_POOL pool; member
440 #define poolStart(pool) ((pool)->start) argument
441 #define poolEnd(pool) ((pool)->ptr) argument
442 #define poolLength(pool) ((pool)->ptr - (pool)->start) argument
443 #define poolChop(pool) ((void)--(pool->ptr)) argument
444 #define poolLastChar(pool) (((pool)->ptr)[-1]) argument
445 #define poolDiscard(pool) ((pool)->ptr = (pool)->start) argument
446 #define poolFinish(pool) ((pool)->start = (pool)->ptr) argument
447 #define poolAppendChar(pool, c) \ argument
4802 STRING_POOL *pool) in storeAttributeValue()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c267 STRING_POOL pool; member
447 #define poolStart(pool) ((pool)->start) argument
448 #define poolEnd(pool) ((pool)->ptr) argument
449 #define poolLength(pool) ((pool)->ptr - (pool)->start) argument
450 #define poolChop(pool) ((void)--(pool->ptr)) argument
451 #define poolLastChar(pool) (((pool)->ptr)[-1]) argument
452 #define poolDiscard(pool) ((pool)->ptr = (pool)->start) argument
453 #define poolFinish(pool) ((pool)->start = (pool)->ptr) argument
454 #define poolAppendChar(pool, c) \ argument
4924 STRING_POOL *pool) in storeAttributeValue()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmlparse.c265 STRING_POOL pool; member
440 #define poolStart(pool) ((pool)->start) argument
441 #define poolEnd(pool) ((pool)->ptr) argument
442 #define poolLength(pool) ((pool)->ptr - (pool)->start) argument
443 #define poolChop(pool) ((void)--(pool->ptr)) argument
444 #define poolLastChar(pool) (((pool)->ptr)[-1]) argument
445 #define poolDiscard(pool) ((pool)->ptr = (pool)->start) argument
446 #define poolFinish(pool) ((pool)->start = (pool)->ptr) argument
447 #define poolAppendChar(pool, c) \ argument
4802 STRING_POOL *pool) in storeAttributeValue()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c793 poolp pool; in PyObject_Malloc() local
996 poolp pool; in PyObject_Free() local
1228 poolp pool; in PyObject_Realloc() local
1929 Py_ADDRESS_IN_RANGE(void *P, poolp pool) in Py_ADDRESS_IN_RANGE()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp66 QCameraMemoryPool *pool, in QCameraMemory()
979 QCameraMemoryPool *pool, in QCameraStreamMemory()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp66 QCameraMemoryPool *pool, in QCameraMemory()
980 QCameraMemoryPool *pool, in QCameraStreamMemory()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.cpp78 QCameraMemoryPool *pool, in QCameraMemory()
1054 QCameraMemoryPool *pool, in QCameraStreamMemory()