HomeSort by relevance Sort by last modified time
    Searched defs:sysInfo (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/rand/
rand_unix.c 409 system_info sysInfo;
410 get_system_info(&sysInfo);
411 RAND_add(&sysInfo,sizeof(sysInfo),0);
  /sdk/find_java/
find_java_lib.cpp 305 // Get the app sysinfo state (the one hidden by WOW64)
306 SYSTEM_INFO sysInfo;
307 GetSystemInfo(&sysInfo);
308 WORD programArch = sysInfo.wProcessorArchitecture;
309 // Check the real sysinfo state (not the one hidden by WOW64) for x86
310 GetNativeSystemInfo(&sysInfo);
311 WORD actualArch = sysInfo.wProcessorArchitecture;
388 // Check the real sysinfo state (not the one hidden by WOW64) for x86
389 SYSTEM_INFO sysInfo;
390 GetNativeSystemInfo(&sysInfo);
    [all...]

Completed in 4876 milliseconds