Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dcpinit.c409 typedef IppStatus (IPP_STDCALL *DYN_RELOAD)( int ); typedef
410 static DYN_RELOAD IppDispatcher; /* ippCP only */
413 void owncpRegisterLib( DYN_RELOAD reload ) in owncpRegisterLib()