Home
last modified time | relevance | path

Searched refs:_c (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dthread.h333 #define THREAD_PARAM_VALUE(_direction, _a, _b, _c) \ argument
336 .a = (_a), .b = (_b), .c = (_c) } \
/optee_os/core/drivers/clk/sam/
H A Dclk-sam9x60-pll.c63 uint32_t _c = 0; \
66 _c = io_read32((_base) + AT91_PMC_PLL_ISR0) & \
68 if (_c) \
72 !(_c); \
/optee_os/ta/
H A Duser_ta_header.c33 #define _C_FUNCTION(name) name##_c