Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine.h60 constexpr uint32_t HDC_VERSION_NUMBER = 0x20000000; // 2.0.0a=0x20000000 variable
/developtools/hdc/hdc_rust/src/
Dconfig.rs336 const HDC_VERSION_NUMBER: u32 = 0x10400000; constant