OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pool_end
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Sema/
DelayedDiagnostic.h
283
Diagnostics.append(pool.pool_begin(), pool.
pool_end
());
290
pool_iterator
pool_end
() const { return Diagnostics.end(); }
function in class:clang::sema::DelayedDiagnosticPool
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c
64
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]))
[
all
...]
gki_common.h
324
UINT8 *
pool_end
[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer pool */
member in struct:__anon16874
/external/libnfc-nci/src/gki/common/
gki_buffer.c
64
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]))
[
all
...]
gki_common.h
324
UINT8 *
pool_end
[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer pool */
member in struct:__anon16903
/external/clang/lib/Sema/
SemaDeclAttr.cpp
[
all
...]
Completed in 1060 milliseconds