Searched defs:c2 (Results 1 – 5 of 5) sorted by relevance
/lk-master/arch/arm/include/arch/ |
A D | arm.h | 104 #define GEN_CP_REG_FUNCS(cp, reg, op1, c1, c2, op2) \ argument 126 #define GEN_CP15_REG_FUNCS(reg, op1, c1, c2, op2) \ argument 129 #define GEN_CP14_REG_FUNCS(reg, op1, c1, c2, op2) \ argument
|
/lk-master/lib/libc/string/ |
A D | strnicmp.c | 19 unsigned char c2 = '\0'; in strnicmp() local
|
/lk-master/external/platform/pico/rp2_common/pico_bootrom/include/pico/ |
A D | bootrom.h | 27 static inline uint32_t rom_table_code(char c1, char c2) { in rom_table_code()
|
/lk-master/external/platform/pico/rp2_common/pico_platform/include/pico/ |
A D | asm_helper.S | 13 #define rom_table_code(c1, c2) ((c1) | ((c2) << 8)) argument
|
/lk-master/external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
A D | structure.h | 42 #define BINARY_INFO_MAKE_TAG(c1, c2) ((((uint)c2&0xffu)<<8u)|((uint)c1&0xffu)) argument
|
Completed in 11 milliseconds