Home
last modified time | relevance | path

Searched refs:IppDispatcher (Results 1 – 1 of 1) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dcpinit.c410 static DYN_RELOAD IppDispatcher; /* ippCP only */ variable
419 IppDispatcher = reload; /* function DynReload() that is defined in ippmain.gen - */ in owncpRegisterLib()
425 IppDispatcher = 0; in owncpUnregisterLib()
441 if(( IppDispatcher )&&( currentCpu != index )) {
442 status = IppDispatcher( index );
474 …if( IppDispatcher ) status = IppDispatcher( index ); /* call DynReload() function for each domain …