Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/net/
HDbase64.c198 u_char nextbyte; in b64_pton() local
229 nextbyte = ((pos - Base64) & 0x0f) << 4; in b64_pton()
231 target[tarindex + 1] = nextbyte; in b64_pton()
232 else if (nextbyte) in b64_pton()
243 nextbyte = ((pos - Base64) & 0x03) << 6; in b64_pton()
245 target[tarindex + 1] = nextbyte; in b64_pton()
246 else if (nextbyte) in b64_pton()
/freebsd-11-stable/sys/netgraph/
HDng_lmi.c742 u_char nextbyte; in nglmi_checkdata() local
756 nextbyte = *data; in nglmi_checkdata()
759 switch (nextbyte) { in nglmi_checkdata()
769 (int) nextbyte); in nglmi_checkdata()
773 if (nextbyte != sc->protoID) { in nglmi_checkdata()
775 (int) nextbyte); in nglmi_checkdata()
807 nextbyte = *data; in nglmi_checkdata()
810 if (nextbyte == 0x95) { in nglmi_checkdata()
815 } else if (nextbyte == 0x95) { in nglmi_checkdata()
/freebsd-11-stable/contrib/binutils/libiberty/
HDfloatformat.c266 int nextbyte = (order == floatformat_little) ? 1 : -1; in get_field() local
288 cur_byte += nextbyte; in get_field()
430 int nextbyte = (order == floatformat_little) ? 1 : -1; in put_field() local
452 cur_byte += nextbyte; in put_field()
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDfloatformat.c266 int nextbyte = (order == floatformat_little) ? 1 : -1; in get_field() local
288 cur_byte += nextbyte; in get_field()
430 int nextbyte = (order == floatformat_little) ? 1 : -1; in put_field() local
452 cur_byte += nextbyte; in put_field()