Home
last modified time | relevance | path

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

/hal_xtensa-latest/zephyr/soc/sample_controller32/xtensa/config/
Dcore.h100 #define XCHAL__3(a,b,c, x, ...) x argument
101 #define XCHAL__4(a,b,c,d, x, ...) x argument
102 #define XCHAL__5(a,b,c,d,e, x, ...) x argument
103 #define XCHAL__6(a,b,c,d,e,f, x, ...) x argument
104 #define XCHAL__7(a,b,c,d,e,f,g, x, ...) x argument
105 #define XCHAL__8(a,b,c,d,e,f,g,h, x, ...) x argument
106 #define XCHAL__9(a,b,c,d,e,f,g,h,i, x, ...) x argument
107 #define XCHAL__10(a,b,c,d,e,f,g,h,i,j, x, ...) x argument
108 #define XCHAL__11(a,b,c,d,e,f,g,h,i,j,k, x, ...) x argument
109 #define XCHAL__12(a,b,c,d,e,f,g,h,i,j,k,l, x, ...) x argument
[all …]
/hal_xtensa-latest/src/hal/
Ddisass.c87 #define OUTC(c) do{ if( p < endp ) *p = c; p++; }while(0) in xthal_disassemble() argument
Dmpu.c727 static unsigned max(unsigned a, unsigned b, unsigned c) in max()