| Botan
    1.10.16
    | 
#include <botan/cpuid.h>#include <botan/types.h>#include <botan/get_byte.h>#include <botan/mem_ops.h>Go to the source code of this file.
| Namespaces | |
| Botan | |
| Macros | |
| #define | CALL_CPUID(type, out) do { out[0] = out[1] = out[2] = out[3] = 0; } while(0); | 
| #define CALL_CPUID | ( | type, | |
| out | |||
| ) | do { out[0] = out[1] = out[2] = out[3] = 0; } while(0); | 
Definition at line 81 of file cpuid.cpp.
Referenced by Botan::CPUID::initialize().
 1.8.13
 1.8.13