Searched refs:__c (Results 1 – 4 of 4) sorted by relevance
116 #define CSIO_DB_ASSERT(__c) CSIO_ASSERT((__c)) argument118 #define CSIO_DB_ASSERT(__c) argument
424 u8 __c; in dw_mci_exynos_get_best_clksmpl() local428 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()429 if ((__c & 0xc7) == 0xc7) { in dw_mci_exynos_get_best_clksmpl()436 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()437 if ((__c & 0x83) == 0x83) { in dw_mci_exynos_get_best_clksmpl()
542 #define PTD_DIR_STR(ptd) ({char __c; \544 case 0: __c = 's'; break; \545 case 1: __c = 'o'; break; \546 default: __c = 'i'; break; \547 }; __c;})
853 #define STEPFN(c) ({int __c = (c); (((__c-1)|(__c)) == -1); })