Searched refs:CONCAT_BYTE (Results 1 – 4 of 4) sorted by relevance
/zcbor-3.5.0-3.4.0/tests/encode/test4_senml/src/ |
D | main.c | 13 #define CONCAT_BYTE(a,b) a ## b macro 28 #define LIST(num) CONCAT_BYTE(0x8, num) 29 #define MAP(num) CONCAT_BYTE(0xA, num)
|
/zcbor-3.5.0-3.4.0/tests/encode/test2_simple/src/ |
D | main.c | 13 #define CONCAT_BYTE(a,b) a ## b macro 28 #define LIST(num) CONCAT_BYTE(0x8, num) 29 #define MAP(num) CONCAT_BYTE(0xA, num)
|
/zcbor-3.5.0-3.4.0/tests/encode/test3_corner_cases/src/ |
D | main.c | 11 #define CONCAT_BYTE(a,b) a ## b macro 18 #define LIST(num) CONCAT_BYTE(0x8, num) 19 #define MAP(num) CONCAT_BYTE(0xA, num)
|
/zcbor-3.5.0-3.4.0/tests/decode/test5_corner_cases/src/ |
D | main.c | 13 #define CONCAT_BYTE(a,b) a ## b macro 27 #define LIST(num) CONCAT_BYTE(0x8, num) 28 #define LIST2(num) CONCAT_BYTE(0x9, num) 30 #define MAP(num) CONCAT_BYTE(0xA, num)
|