Home
last modified time | relevance | path

Searched refs:poolp (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Dobmalloc.c292 typedef struct pool_header *poolp; typedef
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
457 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
770 int Py_ADDRESS_IN_RANGE(void *P, poolp pool) Py_NO_INLINE;
793 poolp pool; in PyObject_Malloc()
794 poolp next; in PyObject_Malloc()
952 pool = (poolp)usable_arenas->pool_address; in PyObject_Malloc()
996 poolp pool; in PyObject_Free()
998 poolp next, prev; in PyObject_Free()
[all …]
/external/python/cpython3/Objects/
Dobmalloc.c909 typedef struct pool_header *poolp; typedef
957 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
1069 #define PTA(x) ((poolp )((uint8_t *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
1072 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
1350 address_in_range(void *p, poolp pool) in address_in_range()
1383 poolp pool; in pymalloc_alloc()
1384 poolp next; in pymalloc_alloc()
1535 pool = (poolp)usable_arenas->pool_address; in pymalloc_alloc()
1615 poolp pool; in pymalloc_free()
1617 poolp next, prev; in pymalloc_free()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d_sycl.h289 for (int poolp = poolpstart; poolp < poolpend; ++poolp) {
290 int pstart = poolp * p_.stride_planes_ - p_.pad_planes_;
305 ((poolp * p_.out_rows_ + poolr) * p_.out_cols_ + poolc) *
683 for (int poolp = poolpstart; poolp < poolpend; ++poolp) {
684 int pstart = poolp * p_.stride_planes_ - p_.pad_planes_;
695 ((poolp * p_.out_rows_ + poolr) * p_.out_cols_ + poolc) *