Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dbase64.c220 size_t tarindex; local
228 tarindex = 0;
244 if (tarindex >= targsize)
246 target[tarindex] = (pos - Base64) << 2;
252 if (tarindex + 1 >= targsize)
254 target[tarindex] |=
256 target[tarindex+1] = ((pos - Base64) & 0x0f)
259 tarindex++;
264 if (tarindex + 1 >= targsize)
266 target[tarindex] |=
[all …]