Home
last modified time | relevance | path

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

/zcbor-latest/tests/include/
Dcommon_test.h16 #define MAP(num) 0xBF /* Use short count 31 (indefinite-length). Note that the 'num' argument is i… macro
27 #define MAP(num) CONCAT_BYTE(0xA, num) macro