Home
last modified time | relevance | path

Searched defs:cpu_bits (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/x86_64/src/
H A Dcpuid.rs268 let cpu_bits: u32 = 32 - ((ctx.cpu_count - 1) as u32).leading_zeros(); in adjust_cpuid() localVariable
274 let cpu_bits: u32 = 32 - ((ctx.cpu_count - 1) as u32).leading_zeros(); in adjust_cpuid() localVariable
/aosp_15_r20/external/pigweed/pw_cli_analytics/py/pw_cli_analytics/
H A Danalytics.py218 cpu_bits: int = 64 if sys.maxsize > 2**32 else 32 variable in UserProperties