Lines Matching defs:self
23 expandoSPUInit( int id, SPU *child, SPU *self,
28 (void) self;
42 crSPUCopyDispatchTable( &(expando_spu.super), &(self->superSPU->dispatch_table) );
55 expandoSPUSelfDispatch(SPUDispatchTable *self)
57 crSPUInitDispatchTable( &(expando_spu.self) );
58 crSPUCopyDispatchTable( &(expando_spu.self), self );
60 expando_spu.server = (CRServer *)(self->server);
74 SPUSelfDispatchFuncPtr *self, SPUCleanupFuncPtr *cleanup,
81 *self = expandoSPUSelfDispatch;