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

  /external/oprofile/module/ia64/
op_syscalls.c 27 char * pool_end; variable
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 272 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/
gki_common.h 313 UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer pool */ member in struct:__anon5749
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
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:__anon27694
  /external/libnfc-nci/src/gki/common/
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:__anon27707
  /external/qemu/tcg/
tcg.h 449 uint8_t *pool_cur, *pool_end; member in struct:TCGContext
547 if (unlikely(ptr_end > s->pool_end)) {

Completed in 838 milliseconds