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 262 Diagnostics.append(pool.pool_begin(), pool.pool_end());
269 pool_iterator pool_end() const { return Diagnostics.end(); } function in class:clang::sema::DelayedDiagnosticPool
  /external/bluetooth/bluedroid/gki/common/
gki_common.h 318 UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer pool */ member in struct:__anon2971
  /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:__anon10158
  /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:__anon10170
  /external/qemu/tcg/
tcg.h 272 uint8_t *pool_cur, *pool_end; member in struct:TCGContext
351 if (unlikely(ptr_end > s->pool_end)) {

Completed in 99 milliseconds