OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pGNSI
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/generic/
systemdependent.c
26
typedef void (WINAPI *
PGNSI
)(LPSYSTEM_INFO);
47
PGNSI
pGNSI
;
53
pGNSI
= (
PGNSI
) GetProcAddress(
55
if (
pGNSI
!= NULL)
56
pGNSI
(&sysinfo);
/external/libvpx/libvpx/vp8/common/generic/
systemdependent.c
26
typedef void (WINAPI *
PGNSI
)(LPSYSTEM_INFO);
47
PGNSI
pGNSI
;
53
pGNSI
= (
PGNSI
) GetProcAddress(
55
if (
pGNSI
!= NULL)
56
pGNSI
(&sysinfo);
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_utility_win.cc
22
typedef void (WINAPI *
PGNSI
)(LPSYSTEM_INFO);
98
PGNSI
pGNSI
;
204
pGNSI
= (
PGNSI
) GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "GetNativeSystemInfo");
205
if (NULL !=
pGNSI
)
206
pGNSI
(&si);
Completed in 28 milliseconds