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

/freebsd-12-stable/lib/libc/net/
H A Dbase64.c198 u_char nextbyte; local
229 nextbyte = ((pos - Base64) & 0x0f) << 4;
231 target[tarindex + 1] = nextbyte;
232 else if (nextbyte)
243 nextbyte = ((pos - Base64) & 0x03) << 6;
245 target[tarindex + 1] = nextbyte;
246 else if (nextbyte)
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c267 int nextbyte = (order == floatformat_little) ? 1 : -1;
289 cur_byte += nextbyte;
432 int nextbyte = (order == floatformat_little) ? 1 : -1;
454 cur_byte += nextbyte;
266 int nextbyte = (order == floatformat_little) ? 1 : -1; local
430 int nextbyte = (order == floatformat_little) ? 1 : -1; local
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dfloatformat.c267 int nextbyte = (order == floatformat_little) ? 1 : -1;
289 cur_byte += nextbyte;
432 int nextbyte = (order == floatformat_little) ? 1 : -1;
454 cur_byte += nextbyte;
266 int nextbyte = (order == floatformat_little) ? 1 : -1; local
430 int nextbyte = (order == floatformat_little) ? 1 : -1; local
/freebsd-12-stable/sys/netgraph/
H A Dng_lmi.c742 u_char nextbyte; local
756 nextbyte = *data;
759 switch (nextbyte) {
769 (int) nextbyte);
773 if (nextbyte != sc->protoID) {
775 (int) nextbyte);
807 nextbyte = *data;
810 if (nextbyte == 0x95) {
815 } else if (nextbyte == 0x95) {

Completed in 270 milliseconds