Home
last modified time | relevance | path

Searched refs:pool_end (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h272 Diagnostics.append(pool.pool_begin(), pool.pool_end()); in steal()
279 pool_iterator pool_end() const { return Diagnostics.end(); } in pool_end() function
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_buffer.c64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); in gki_init_free_queue()
163 p_cb->pool_end[tt] = NULL; in gki_buffer_init()
1108 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx])) in GKI_find_buf_start()
1498 p_cb->pool_end[pool_id] = NULL; in GKI_delete_pool()
Dgki_common.h324 …UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer poo… member
/external/libnfc-nci/src/gki/common/
Dgki_buffer.c64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); in gki_init_free_queue()
163 p_cb->pool_end[tt] = NULL; in gki_buffer_init()
1108 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx])) in GKI_find_buf_start()
1498 p_cb->pool_end[pool_id] = NULL; in GKI_delete_pool()
Dgki_common.h324 …UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer poo… member
/external/bluetooth/bluedroid/gki/common/
Dgki_buffer.c57 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); in gki_init_free_queue()
136 p_cb->pool_end[i] = NULL; in gki_dealloc_free_queue()
173 p_cb->pool_end[tt] = NULL; in gki_buffer_init()
Dgki_common.h313 …UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer poo… member
/external/qemu/tcg/
Dtcg.h449 uint8_t *pool_cur, *pool_end; member
547 if (unlikely(ptr_end > s->pool_end)) { in tcg_malloc()
Dtcg.c244 s->pool_end = p->data + p->size; in tcg_malloc_internal()
256 s->pool_cur = s->pool_end = NULL; in tcg_pool_reset()
/external/oprofile/module/ia64/
Dop_syscalls.c27 char * pool_end; variable
/external/clang/lib/Sema/
DSemaDeclAttr.cpp4795 i = pool->pool_begin(), e = pool->pool_end(); i != e; ++i) { in PopParsingDeclaration()