Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dint_util.h44 #define REPEAT_N_TIMES_(N, code_to_repeat) REPEAT_##N##_TIMES(code_to_repeat) macro
45 #define REPEAT_N_TIMES(N, code_to_repeat) REPEAT_N_TIMES_(N, code_to_repeat)