Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/hdc_rust/src/
Dconfig.rs379 let fix = std::char::from_u32(((HDC_VERSION_NUMBER >> 8) & 0xff) + 0x61).unwrap(); in get_version() localVariable
380 format!("Ver: {major}.{minor}.{version}{}", fix) in get_version()
/developtools/hdc/src/common/
Dbase.cpp1470 uint8_t fix = (HDC_VERSION_NUMBER << 20 >> 28) & 0xff; // max 16, tail is p in GetVersion() local
1471 string ver = StringFormat("%x.%x.%x%c", major, minor, version, a + fix); in GetVersion()
/developtools/profiler/hiebpf/include/
Dvmlinux.h96092 struct fb_fix_screeninfo fix; member
96364 u32 fix; member