Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h283 Diagnostics.append(pool.pool_begin(), pool.pool_end()); in steal()
290 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/clang/lib/Sema/
DSemaDeclAttr.cpp5918 i = pool->pool_begin(), e = pool->pool_end(); i != e; ++i) { in PopParsingDeclaration()