Home
last modified time | relevance | path

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

/linux/lib/
H A Dbase64.c44 #define INIT_8(v, ...) INIT_4(v, __VA_ARGS__), INIT_4((v) + 4, __VA_ARGS__) macro
45 #define INIT_16(v, ...) INIT_8(v, __VA_ARGS__), INIT_8((v) + 8, __VA_ARGS__)
64 #undef INIT_8