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

  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 494 struct _WsbmBufferPool *curPool;
546 curPool = storage->pool;
549 curPool->create(curPool, size, placement, buf->alignment);
556 retval = curPool->syncforcpu(storage, WSBM_SYNCCPU_WRITE);
571 curPool = storage->pool;
574 assert(curPool->setStatus != NULL);
575 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE);
576 retval = curPool->setStatus(storage,
587 retval = curPool->syncforcpu(buf->storage, WSBM_SYNCCPU_WRITE)
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 59 milliseconds