HomeSort by relevance Sort by last modified time
    Searched full:bs_offs (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
eap.c 341 int bs_offs; member in struct:b64state
356 bs->bs_offs += 8;
357 if (bs->bs_offs >= 24) {
363 bs->bs_offs = 0;
377 if (bs->bs_offs == 8) {
381 } else if (bs->bs_offs == 16) {
387 bs->bs_offs = 0;
407 bs->bs_offs += 6;
408 if (bs->bs_offs >= 8) {
409 *outp++ = bs->bs_bits >> (bs->bs_offs - 8)
    [all...]

Completed in 169 milliseconds