Searched refs:ch_62 (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| H A D | base64.c | 31 #define INIT_1(v, ch_62, ch_63) \ argument 35 : (v) == (ch_62) ? 62 : (v) == (ch_63) ? 63 : -1 48 #define BASE64_REV_INIT(ch_62, ch_63) { \ argument 50 INIT_32(0x20, ch_62, ch_63), \ 51 INIT_32(0x40, ch_62, ch_63), \ 52 INIT_32(0x60, ch_62, ch_63), \
|