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

  /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_buffer.c 57 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;
1040 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx]))
    [all...]
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:__anon3417
  /external/qemu/tcg/
tcg.h 272 uint8_t *pool_cur, *pool_end; member in struct:TCGContext
351 if (unlikely(ptr_end > s->pool_end)) {
tcg.c 210 s->pool_end = p->data + p->size;
216 s->pool_cur = s->pool_end = NULL;
    [all...]
  /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:__anon22202
  /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:__anon22214
  /external/oprofile/module/ia64/
op_syscalls.c 27 char * pool_end; variable
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 2125 milliseconds