Searched refs:tarindex (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSDigest.c1154 int tarindex, state, ch; local
1158 tarindex = 0;
1174 if ((mDNSu32)tarindex >= targsize)
1176 target[tarindex] = (mDNSu8)((pos - Base64) << 2);
1182 if ((mDNSu32)tarindex + 1 >= targsize)
1184 target[tarindex] |= (pos - Base64) >> 4;
1185 target[tarindex+1] = (mDNSu8)(((pos - Base64) & 0x0f) << 4);
1187 tarindex++;
1192 if ((mDNSu32)tarindex + 1 >= targsize)
1194 target[tarindex] |
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbase64.c199 u_int tarindex, state; local
204 tarindex = 0;
220 if (tarindex >= targsize)
222 target[tarindex] = (pos - Base64) << 2;
228 if (tarindex + 1 >= targsize)
230 target[tarindex] |= (pos - Base64) >> 4;
231 target[tarindex+1] = ((pos - Base64) & 0x0f)
234 tarindex++;
239 if (tarindex + 1 >= targsize)
241 target[tarindex] |
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dbase64.c194 int tarindex, state, ch; local
198 tarindex = 0;
214 if ((size_t)tarindex >= targsize)
216 target[tarindex] = (pos - Base64) << 2;
222 if ((size_t)tarindex + 1 >= targsize)
224 target[tarindex] |= (pos - Base64) >> 4;
225 target[tarindex+1] = ((pos - Base64) & 0x0f)
228 tarindex++;
233 if ((size_t)tarindex + 1 >= targsize)
235 target[tarindex] |
[all...]
/macosx-10.10/libresolv-57/
H A Dbase64.c212 int tarindex, state, ch; local
216 tarindex = 0;
232 if ((size_t)tarindex >= targsize)
234 target[tarindex] = (pos - Base64) << 2;
240 if ((size_t)tarindex + 1 >= targsize)
242 target[tarindex] |= (pos - Base64) >> 4;
243 target[tarindex+1] = ((pos - Base64) & 0x0f)
246 tarindex++;
251 if ((size_t)tarindex + 1 >= targsize)
253 target[tarindex] |
[all...]
/macosx-10.10/basic_cmds-55/uudecode/
H A Dbase64.c203 int tarindex, state, ch; local
207 tarindex = 0;
223 if ((size_t)tarindex >= targsize)
225 target[tarindex] = (pos - Base64) << 2;
231 if ((size_t)tarindex + 1 >= targsize)
233 target[tarindex] |= (pos - Base64) >> 4;
234 target[tarindex+1] = ((pos - Base64) & 0x0f)
237 tarindex++;
242 if ((size_t)tarindex + 1 >= targsize)
244 target[tarindex] |
[all...]
/macosx-10.10/basic_cmds-55/uuencode/
H A Dbase64.c203 int tarindex, state, ch; local
207 tarindex = 0;
223 if ((size_t)tarindex >= targsize)
225 target[tarindex] = (pos - Base64) << 2;
231 if ((size_t)tarindex + 1 >= targsize)
233 target[tarindex] |= (pos - Base64) >> 4;
234 target[tarindex+1] = ((pos - Base64) & 0x0f)
237 tarindex++;
242 if ((size_t)tarindex + 1 >= targsize)
244 target[tarindex] |
[all...]

Completed in 256 milliseconds