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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_mpool_pub.h 194 int bcm_mpm_delete_prealloc_pool(bcm_mpm_mgr_h mgr, bcm_mp_pool_h *poolp);
233 int bcm_mpm_delete_heap_pool(bcm_mpm_mgr_h mgr, bcm_mp_pool_h *poolp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c 292 typedef struct pool_header *poolp; typedef in typeref:struct:pool_header
341 /* Round pointer P down to the closest pool-aligned address <= P, as a poolp */
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
424 Major obscurity: While the usedpools vector is declared to have poolp
426 poolp entry, the nextpool and prevpool members of a pool_header. The
431 "acts like" a genuine poolp, but only so long as you only reference its
441 contains is a fudged-up pointer p such that *if* C believes it's a poolp
454 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
457 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 262 typedef struct pool_header *poolp; typedef in typeref:struct:pool_header
311 /* Round pointer P down to the closest pool-aligned address <= P, as a poolp */
312 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
394 Major obscurity: While the usedpools vector is declared to have poolp
396 poolp entry, the nextpool and prevpool members of a pool_header. The
401 "acts like" a genuine poolp, but only so long as you only reference its
411 contains is a fudged-up pointer p such that *if* C believes it's a poolp
424 #define PTA(x) ((poolp )((uchar *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
427 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
727 int Py_ADDRESS_IN_RANGE(void *P, poolp pool) Py_NO_INLINE;
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 292 typedef struct pool_header *poolp; typedef in typeref:struct:pool_header
341 /* Round pointer P down to the closest pool-aligned address <= P, as a poolp */
342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK))
424 Major obscurity: While the usedpools vector is declared to have poolp
426 poolp entry, the nextpool and prevpool members of a pool_header. The
431 "acts like" a genuine poolp, but only so long as you only reference its
441 contains is a fudged-up pointer p such that *if* C believes it's a poolp
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
    [all...]
  /external/python/cpython3/Objects/
obmalloc.c 754 typedef struct pool_header *poolp; typedef in typeref:struct:pool_header
801 /* Round pointer P down to the closest pool-aligned address <= P, as a poolp */
802 #define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
884 Major obscurity: While the usedpools vector is declared to have poolp
886 poolp entry, the nextpool and prevpool members of a pool_header. The
891 "acts like" a genuine poolp, but only so long as you only reference its
901 contains is a fudged-up pointer p such that *if* C believes it's a poolp
914 #define PTA(x) ((poolp )((uint8_t *)&(usedpools[2*(x)]) - 2*sizeof(block *)))
917 static poolp usedpools[2 * ((NB_SMALL_SIZE_CLASSES + 7) / 8) * 8] = {
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_3d_sycl.h 289 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)
    [all...]

Completed in 423 milliseconds