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

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

Completed in 168 milliseconds