Home
last modified time | relevance | path

Searched defs:c1 (Results 1 – 6 of 6) sorted by relevance

/lk-master/arch/arm/include/arch/
A Darm.h104 #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 Dstrnicmp.c18 unsigned char c1 = '\0'; in strnicmp() local
/lk-master/external/platform/pico/rp2_common/pico_bootrom/include/pico/
A Dbootrom.h27 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 Dasm_helper.S13 #define rom_table_code(c1, c2) ((c1) | ((c2) << 8)) argument
/lk-master/external/platform/pico/common/pico_binary_info/include/pico/binary_info/
A Dstructure.h42 #define BINARY_INFO_MAKE_TAG(c1, c2) ((((uint)c2&0xffu)<<8u)|((uint)c1&0xffu)) argument
/lk-master/external/lib/miniz/
A Dminiz.c1535 mz_uint8 c0 = d->m_dict[pos + match_len], c1 = d->m_dict[pos + match_len - 1]; in tdefl_find_match() local

Completed in 34 milliseconds