Searched defs:b (Results 1 – 4 of 4) sorted by relevance
/hal_xtensa-2.7.6/src/hal/ |
D | memcopy.S | 32 # define BL(b,l) b argument 34 # define BL(b,l) l argument
|
D | mpu.c | 727 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-2.7.6/include/xtensa/ |
D | hal.h | 122 #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-2.7.6/include/xtensa/config/ |
D | core.h | 1326 # define _XCJOIN(a,b) a ## b argument 1327 # define XCJOIN(a,b) _XCJOIN(a,b) argument
|