Home
last modified time | relevance | path

Searched defs:modp (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/reactos/libs/mbedtls/
H A Decp.h247 int (*modp)(mbedtls_mpi *); /*!< The function for fast pseudo-reduction member
/reactos/dll/win32/mciavi32/
H A Dmciavi.c71 static DWORD MCIAVI_drvOpen(LPCWSTR str, LPMCI_OPEN_DRIVER_PARMSW modp) in MCIAVI_drvOpen()
/reactos/dll/win32/mciqtz32/
H A Dmciqtz.c74 static DWORD MCIQTZ_drvOpen(LPCWSTR str, LPMCI_OPEN_DRIVER_PARMSW modp) in MCIQTZ_drvOpen()
/reactos/dll/win32/mcicda/
H A Dmcicda.c183 static DWORD MCICDA_drvOpen(LPCWSTR str, LPMCI_OPEN_DRIVER_PARMSW modp) in MCICDA_drvOpen()
/reactos/dll/win32/mciwave/
H A Dmciwave.c150 static LRESULT WAVE_drvOpen(LPCWSTR str, LPMCI_OPEN_DRIVER_PARMSW modp) in WAVE_drvOpen()
/reactos/dll/win32/mciseq/
H A Dmcimidi.c110 static DWORD MIDI_drvOpen(LPCWSTR str, LPMCI_OPEN_DRIVER_PARMSW modp) in MIDI_drvOpen()
/reactos/dll/win32/winmm/
H A Dmci.c803 MCI_OPEN_DRIVER_PARMSW modp; in MCI_LoadMciDriver() local