Home
last modified time | relevance | path

Searched defs:fix (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/credential/
Dmain.cpp197 uint8_t fix = (CREDENTIAL_VERSION_NUMBER << 20 >> 28) & 0xff; // max 16, tail is p in CredentialVersion() local
/developtools/hdc/hdc_rust/src/
Dconfig.rs381 let fix = std::char::from_u32(((HDC_VERSION_NUMBER >> 8) & 0xff) + 0x61).unwrap(); in get_version() localVariable
/developtools/hdc/src/common/
Dbase.cpp1966 uint8_t fix = (HDC_VERSION_NUMBER << 20 >> 28) & 0xff; // max 16, tail is p in GetVersion() local
/developtools/profiler/hiebpf/include/
Dvmlinux.h96092 struct fb_fix_screeninfo fix; member
96364 u32 fix; member