Searched refs:bs_offs (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Deap.c341 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
[all...]

Completed in 79 milliseconds