Searched defs:storage (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libwsbm/src/
H A Dwsbm_driver.h45 unsigned long storage[WSBM_MUTEX_SPACE]; member in struct:_WsbmMutex
51 unsigned long storage[WSBM_COND_SPACE]; member in struct:_WsbmCond
H A Dwsbm_pool.h86 wsbmBufStorageInit(struct _WsbmBufStorage *storage, argument
89 int ret = WSBM_MUTEX_INIT(&storage->mutex);
93 storage->pool = pool;
94 wsbmAtomicSet(&storage->refCount, 1);
95 wsbmAtomicSet(&storage->onList, 0);
96 storage->destroyContainer = NULL;
101 wsbmBufStorageTakedown(struct _WsbmBufStorage *storage) argument
103 WSBM_MUTEX_FREE(&storage->mutex);
109 struct _WsbmBufStorage *storage = *pStorage; local
112 if (storage
[all...]
H A Dwsbm_manager.c74 struct _WsbmBufStorage *storage; member in struct:_WsbmBufferObject
360 struct _WsbmBufStorage *storage; local
362 storage = buf->storage;
363 if (!storage)
366 (void)storage->pool->waitIdle(storage, lazy);
372 struct _WsbmBufStorage *storage = buf->storage; local
376 retval = storage
384 struct _WsbmBufStorage *storage = buf->storage; local
395 struct _WsbmBufStorage *storage = buf->storage; local
403 struct _WsbmBufStorage *storage = buf->storage; local
411 struct _WsbmBufStorage *storage = buf->storage; local
419 struct _WsbmBufStorage *storage = buf->storage; local
427 struct _WsbmBufStorage *storage = buf->storage; local
449 struct _WsbmBufStorage *storage = buf->storage; local
491 struct _WsbmBufStorage *storage; local
620 struct _WsbmBufStorage *storage; local
746 struct _WsbmBufStorage *storage = buf->storage; local
774 struct _WsbmBufStorage *storage = buf->storage; local
820 struct _WsbmBufStorage *storage = buf->storage; local
883 struct _WsbmBufStorage *storage = buf->storage; local
935 struct _WsbmBufStorage *storage; local
1125 struct _WsbmBufStorage *storage = buf->storage; local
1158 struct _WsbmBufStorage *storage; local
1177 struct _WsbmBufStorage *storage; local
1197 struct _WsbmBufStorage *storage; local
1222 struct _WsbmBufStorage *storage; local
1250 struct _WsbmBufStorage *storage; local
1283 struct _WsbmBufStorage *storage; local
1354 struct _WsbmBufStorage *storage = buf->storage; local
[all...]
H A Dwsbm_slabpool.c73 struct _WsbmBufStorage storage; member in struct:_WsbmSlabBuffer
200 return slabPoolFromPool(sBuf->storage.pool);
206 return containerOf(buf, struct _WsbmSlabBuffer, storage);
307 * Get a _SlabKernelBO for us to use as storage for a slab.
481 ret = wsbmBufStorageInit(&sBuf->storage, &header->slabPool->pool);
505 wsbmBufStorageTakedown(&sBuf->storage);
560 wsbmBufStorageTakedown(&sBuf->storage);
684 buf->storage.destroyContainer = NULL;
715 return ((sBuf) ? &sBuf->storage : NULL);
737 ret = wsbmBufStorageInit(&sBuf->storage, poo
849 struct _WsbmBufStorage *storage = &sBuf->storage; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c951 struct ebml_type * storage; local
954 storage = (struct ebml_type *) (ctx->ancestor->data + desc->offset);
956 if (storage->read) {
962 storage->type = desc->type;
965 desc->id, desc->name, storage, desc->offset);
969 r = ne_read_uint(ctx->io, &storage->v.u, length);
972 r = ne_read_float(ctx->io, &storage->v.f, length);
975 r = ne_read_int(ctx->io, &storage->v.i, length);
978 r = ne_read_string(ctx, &storage->v.s, length);
981 r = ne_read_binary(ctx, &storage
1400 struct ebml_type * storage; local
[all...]

Completed in 180 milliseconds