Home
last modified time | relevance | path

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

/linux/lib/
H A Dbase64.c45 #define INIT_16(v, ...) INIT_8(v, __VA_ARGS__), INIT_8((v) + 8, __VA_ARGS__) macro
46 #define INIT_32(v, ...) INIT_16(v, __VA_ARGS__), INIT_16((v) + 16, __VA_ARGS__)
63 #undef INIT_16