Home
last modified time | relevance | path

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

/hal_xtensa-latest/zephyr/soc/sample_controller32/xtensa/config/
Dcore.h99 #define XCHAL__2(a,b, x, ...) x argument
100 #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
[all …]
/hal_xtensa-latest/src/hal/
Dmemcopy.S32 # define BL(b,l) b argument
34 # define BL(b,l) l argument
Dmpu.c727 static unsigned max(unsigned a, unsigned b, unsigned c) in max()
1706 inline static unsigned int max2(unsigned int a, unsigned int b) in max2()
/hal_xtensa-latest/include/xtensa/
Dhal.h122 #define XTHAL_FUZZY_AND(a,b) (((a)==0 || (b)==0) ? 0 : ((a)==1 && (b)==1) ? 1 : XTHAL_MAYBE) argument
123 #define XTHAL_FUZZY_OR(a,b) (((a)==1 || (b)==1) ? 1 : ((a)==0 && (b)==0) ? 0 : XTHAL_MAYBE) argument
/hal_xtensa-latest/include/xtensa/config/
Dcore.h1326 # define _XCJOIN(a,b) a ## b argument
1327 # define XCJOIN(a,b) _XCJOIN(a,b) argument