Home
last modified time | relevance | path

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

/test/xts/acts/startup_lite/bootstrap_hal/src/
Dsamgr_api_test.h21 #define GET_INIT_INDEX(G, pri) (((G)*(SAMGR_API_CALL_NUM))+((G)*(pri))) macro
/test/xts/acts/startup_lite/bootstrap_posix/src/
DSamgrApiTest.h21 #define GET_INIT_INDEX(G, pri) ((G)*(SAMGR_API_CALL_NUM)+(pri)) macro